Home
last modified time | relevance | path

Searched refs:BuildSDIV (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp685 BuildSDIV(Op.getNode(), DAG, NULL); in LowerOperation()
695 return Op.getOpcode() == ISD::SDIV ? BuildSDIV(Op.getNode(), DAG, NULL) in LowerOperation()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1596 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG,
/external/llvm/include/llvm/Target/
DTargetLowering.h2923 SDValue BuildSDIV(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp240 SDValue BuildSDIV(SDNode *N);
1815 SDValue Op = BuildSDIV(N); in visitSDIV()
7721 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
7723 SDValue S = TLI.BuildSDIV(N, DAG, &Built); in BuildSDIV()
DTargetLowering.cpp3245 SDValue TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG, in BuildSDIV() function in TargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp356 SDValue BuildSDIV(SDNode *N);
2301 if (SDValue Op = BuildSDIV(N)) in visitSDIV()
14454 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
14470 TLI.BuildSDIV(N, C->getAPIntValue(), DAG, LegalOperations, &Built); in BuildSDIV()
DTargetLowering.cpp2831 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, in BuildSDIV() function in TargetLowering