Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h457 bool convertSelectOfConstantsToMath(EVT VT) const override { return true; } in convertSelectOfConstantsToMath() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1031 bool convertSelectOfConstantsToMath(EVT VT) const override { in convertSelectOfConstantsToMath() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1356 bool convertSelectOfConstantsToMath(EVT VT) const override;
H A DX86ISelLowering.cpp5742 bool X86TargetLowering::convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function in X86TargetLowering
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dselect-const.ll23 ;; Currently the hook `convertSelectOfConstantsToMath` only is useful when the
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2164 virtual bool convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10191 if (TLI.convertSelectOfConstantsToMath(VT)) { in foldSelectOfConstants()
10785 !TLI.convertSelectOfConstantsToMath(VT) || in foldVSelectOfConstants()
11955 if (!VT.isVector() && !TLI.convertSelectOfConstantsToMath(VT)) { in foldSextSetcc()