Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h869 bool convertSelectOfConstantsToMath(EVT VT) const override { in convertSelectOfConstantsToMath() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1889 virtual bool convertSelectOfConstantsToMath(EVT VT) const { in convertSelectOfConstantsToMath() function
/third_party/skia/third_party/externals/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()