Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5084 SDValue buildSDIVPow2WithCMov(SDNode *N, const APInt &Divisor,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6247 SDValue TargetLowering::buildSDIVPow2WithCMov( in buildSDIVPow2WithCMov() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22028 return TargetLowering::buildSDIVPow2WithCMov(N, Divisor, DAG, Created); in shouldFoldSelectWithSingleBitTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17963 return TargetLowering::buildSDIVPow2WithCMov(N, Divisor, DAG, Created); in BuildSDIVPow2()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22967 return TargetLowering::buildSDIVPow2WithCMov(N, Divisor, DAG, Created); in BuildSDIVPow2()