Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dneon-idiv.ll8 ; (TargetLowering::BuildSDIV).
/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-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3491 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp431 SDValue BuildSDIV(SDNode *N);
3222 if (SDValue Op = BuildSDIV(N)) in visitSDIVLike()
18057 SDValue DAGCombiner::BuildSDIV(SDNode *N) { in BuildSDIV() function in DAGCombiner
18073 TLI.BuildSDIV(N, C->getAPIntValue(), DAG, LegalOperations, Built); in BuildSDIV()
DTargetLowering.cpp3466 SDValue TargetLowering::BuildSDIV(SDNode *N, const APInt &Divisor, in BuildSDIV() function in TargetLowering