Searched refs:BuildSDIV (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 685 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/ |
D | TargetLowering.h | 1596 SDValue BuildSDIV(SDNode *N, SelectionDAG &DAG,
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2923 SDValue BuildSDIV(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 240 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()
|
D | TargetLowering.cpp | 3245 SDValue TargetLowering::BuildSDIV(SDNode *N, SelectionDAG &DAG, in BuildSDIV() function in TargetLowering
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 356 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()
|
D | TargetLowering.cpp | 2831 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, in BuildSDIV() function in TargetLowering
|