Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h146 bool convertSelectOfConstantsToMath(EVT VT) const override { return true; } in convertSelectOfConstantsToMath() function
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dselect-const.ll15 ;; Currently the hook `convertSelectOfConstantsToMath` only is useful when the
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h869 bool convertSelectOfConstantsToMath(EVT VT) const override { in convertSelectOfConstantsToMath() function
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h932 bool convertSelectOfConstantsToMath(EVT VT) const override { in convertSelectOfConstantsToMath() function
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1276 bool convertSelectOfConstantsToMath(EVT VT) const override;
DX86ISelLowering.cpp5217 bool X86TargetLowering::convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1150 bool convertSelectOfConstantsToMath(EVT VT) const override;
DX86ISelLowering.cpp5078 bool X86TargetLowering::convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1889 virtual bool convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2038 virtual bool convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8446 if (TLI.convertSelectOfConstantsToMath(VT)) { in foldSelectOfConstants()
8812 !TLI.convertSelectOfConstantsToMath(VT) || in foldVSelectOfConstants()
9791 if (!VT.isVector() && !TLI.convertSelectOfConstantsToMath(VT)) { in visitSIGN_EXTEND()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9136 if (TLI.convertSelectOfConstantsToMath(VT)) { in foldSelectOfConstants()
9600 !TLI.convertSelectOfConstantsToMath(VT) || in foldVSelectOfConstants()
10686 if (!VT.isVector() && !TLI.convertSelectOfConstantsToMath(VT)) { in visitSIGN_EXTEND()