Home
last modified time | relevance | path

Searched refs:BuildSREMPow2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1066 SDValue BuildSREMPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
H A DAArch64ISelLowering.cpp14029 AArch64TargetLowering::BuildSREMPow2(SDNode *N, const APInt &Divisor, in BuildSREMPow2() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4581 virtual SDValue BuildSREMPow2(SDNode *N, const APInt &Divisor,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp575 SDValue BuildSREMPow2(SDNode *N);
4551 if (SDValue Res = BuildSREMPow2(N)) in buildOptimizedSREM()
24344 SDValue DAGCombiner::BuildSREMPow2(SDNode *N) { in BuildSREMPow2() function in DAGCombiner
24354 if (SDValue S = TLI.BuildSREMPow2(N, C->getAPIntValue(), DAG, Built)) { in BuildSREMPow2()
H A DTargetLowering.cpp5756 TargetLowering::BuildSREMPow2(SDNode *N, const APInt &Divisor, in BuildSREMPow2() function in TargetLowering