Searched defs:convertSelectOfConstantsToMath (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/LoongArch/ | ||
H A D | LoongArchISelLowering.h | 236 bool convertSelectOfConstantsToMath(EVT VT) const override { return true; } convertSelectOfConstantsToMath() function |
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCISelLowering.h | 1043 bool convertSelectOfConstantsToMath(EVT VT) const override { convertSelectOfConstantsToMath() function |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.h | 671 bool convertSelectOfConstantsToMath(EVT VT) const override { return true; } convertSelectOfConstantsToMath() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 2395 virtual bool convertSelectOfConstantsToMath(EVT VT) const { convertSelectOfConstantsToMath() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 3159 bool X86TargetLowering::convertSelectOfConstantsToMath(EVT VT) const { convertSelectOfConstantsToMath() function in X86TargetLowering |