Home
last modified time | relevance | path

Searched refs:reduceSelectOfFPConstantLoads (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() function in X86TargetLowering
/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() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20307 if (!TLI.reduceSelectOfFPConstantLoads(N0.getValueType())) in convertSelectOfFPConstantsToLoadOffset()