Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h521 SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
DAArch64ISelLowering.cpp7493 AArch64TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2() function in AArch64TargetLowering
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h559 SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
DPPCISelLowering.cpp11202 PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2() function in PPCTargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h2934 virtual SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor,
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp357 SDValue BuildSDIVPow2(SDNode *N);
2263 if (SDValue Res = BuildSDIVPow2(N)) in visitSDIV()
14479 SDValue DAGCombiner::BuildSDIVPow2(SDNode *N) { in BuildSDIVPow2() function in DAGCombiner
14489 SDValue S = TLI.BuildSDIVPow2(N, C->getAPIntValue(), DAG, &Built); in BuildSDIVPow2()
DTargetLowering.cpp2817 SDValue TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2() function in TargetLowering