HomeSort by: relevance | last modified time | path
    Searched refs:DivRem (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h 141 // DivRem(u)
142 DivRem,
MipsISelLowering.cpp 212 case MipsISD::DivRem: return "MipsISD::DivRem";
578 SDValue DivRem = DAG.getNode(Opc, DL, MVT::Glue,
581 SDValue InGlue = DivRem;
MipsSEISelLowering.cpp 459 case ISD::SDIVREM: return lowerMulDiv(Op, MipsISD::DivRem, true, true, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 3996 /// Issue divrem if both quotient and remainder are needed.
4013 // If DIVREM is going to get expanded into a libcall,
4041 // otherwise, the DIVREM may get target-legalized into something
4167 // If the divisor is constant, then return DIVREM only if isIntDivCheap() is
4171 if (SDValue DivRem = useDivRem(N))
4172 return DivRem;
4303 // If the divisor is constant, then return DIVREM only if isIntDivCheap() is
4307 if (SDValue DivRem = useDivRem(N))
4308 return DivRem;
4411 // speculative DIV must not cause a DIVREM conversion. We guard against thi
    [all...]

Completed in 41 milliseconds