Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h808 bool convertSelectOfConstantsToMath(EVT VT) const override { in convertSelectOfConstantsToMath() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1047 bool convertSelectOfConstantsToMath(EVT VT) const override;
H A DX86ISelLowering.cpp4863 bool X86TargetLowering::convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1768 virtual bool convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7317 if (TLI.convertSelectOfConstantsToMath(VT)) { in foldSelectOfConstants()
7899 !TLI.convertSelectOfConstantsToMath(VT) || in foldVSelectOfConstants()
8785 if (!VT.isVector() && !TLI.convertSelectOfConstantsToMath(VT)) { in visitSIGN_EXTEND()