Searched refs:buildSDIVPow2WithCMov (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5084 SDValue buildSDIVPow2WithCMov(SDNode *N, const APInt &Divisor,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6247 SDValue TargetLowering::buildSDIVPow2WithCMov( in buildSDIVPow2WithCMov() function in TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 22028 return TargetLowering::buildSDIVPow2WithCMov(N, Divisor, DAG, Created); in shouldFoldSelectWithSingleBitTest()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17963 return TargetLowering::buildSDIVPow2WithCMov(N, Divisor, DAG, Created); in BuildSDIVPow2()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22967 return TargetLowering::buildSDIVPow2WithCMov(N, Divisor, DAG, Created); in BuildSDIVPow2()
|