Home
last modified time | relevance | path

Searched refs:CmpOpVT (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1148 bool reduceSelectOfFPConstantLoads(EVT CmpOpVT) const override;
DX86ISelLowering.cpp5069 bool X86TargetLowering::reduceSelectOfFPConstantLoads(EVT CmpOpVT) const { in reduceSelectOfFPConstantLoads()
5074 bool IsFPSetCC = CmpOpVT.isFloatingPoint() && CmpOpVT != MVT::f128; in reduceSelectOfFPConstantLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h295 virtual bool reduceSelectOfFPConstantLoads(EVT CmpOpVT) const { in reduceSelectOfFPConstantLoads() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20365 EVT CmpOpVT = N0.getValueType(); in SimplifySelectCC() local
20366 EVT CmpResVT = getSetCCResultType(CmpOpVT); in SimplifySelectCC()
20426 TLI.getBooleanContents(CmpOpVT) == in SimplifySelectCC()
20428 (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, CmpOpVT))) { in SimplifySelectCC()
20431 CC = ISD::getSetCCInverse(CC, CmpOpVT); in SimplifySelectCC()