Home
last modified time | relevance | path

Searched refs:convertSelectOfConstantsToMath (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.h246 bool convertSelectOfConstantsToMath(EVT VT) const override { return true; } in convertSelectOfConstantsToMath() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h672 bool convertSelectOfConstantsToMath(EVT VT) const override { return true; } in convertSelectOfConstantsToMath() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1043 bool convertSelectOfConstantsToMath(EVT VT) const override { in convertSelectOfConstantsToMath() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1442 bool convertSelectOfConstantsToMath(EVT VT) const override;
HDX86ISelLowering.cpp3154 bool X86TargetLowering::convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function in X86TargetLowering
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2396 virtual bool convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp11360 if (!TLI.convertSelectOfConstantsToMath(VT)) in shouldConvertSelectOfConstantsToMath()