Searched refs:BuildExactSDIV (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 1594 SDValue BuildExactSDIV(SDValue Op1, SDValue Op2, DebugLoc dl,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2787 static SDValue BuildExactSDIV(const TargetLowering &TLI, SDValue Op1, APInt d, in BuildExactSDIV() function 2846 return BuildExactSDIV(*this, N->getOperand(0), Divisor, dl, DAG, *Created); in BuildSDIV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3422 static SDValue BuildExactSDIV(const TargetLowering &TLI, SDValue Op1, APInt d, in BuildExactSDIV() function 3479 return BuildExactSDIV(*this, N->getOperand(0), Divisor, dl, DAG, Created); in BuildSDIV()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3217 SDValue TargetLowering::BuildExactSDIV(SDValue Op1, SDValue Op2, DebugLoc dl, in BuildExactSDIV() function in TargetLowering
|
D | SelectionDAGBuilder.cpp | 2600 setValue(&I, TLI.BuildExactSDIV(Op1, Op2, getCurDebugLoc(), DAG)); in visitSDiv()
|