Searched refs:BuildSDIVPow2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h761 SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
H A DAArch64ISelLowering.cpp9692 AArch64TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, function in class:AArch64TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h741 SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
H A DARMISelLowering.cpp8988 ARMTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, function in class:ARMTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h752 SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
H A DPPCISelLowering.cpp14440 PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, function in class:PPCTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1531 SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor, SelectionDAG &DAG,
H A DX86ISelLowering.cpp21014 X86TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3992 virtual SDValue BuildSDIVPow2(SDNode *N, const APInt &Divisor,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp538 SDValue BuildSDIVPow2(SDNode *N);
3829 if (SDValue Res = BuildSDIVPow2(N))
20543 SDValue DAGCombiner::BuildSDIVPow2(SDNode *N) { function in class:DAGCombiner
20553 if (SDValue S = TLI.BuildSDIVPow2(N, C->getAPIntValue(), DAG, Built)) {
H A DTargetLowering.cpp4694 SDValue TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, function in class:TargetLowering

Completed in 783 milliseconds