Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1440 bool reduceSelectOfFPConstantLoads(EVT CmpOpVT) const override;
HDX86ISelLowering.cpp3145 bool X86TargetLowering::reduceSelectOfFPConstantLoads(EVT CmpOpVT) const { in reduceSelectOfFPConstantLoads() function in X86TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h487 virtual bool reduceSelectOfFPConstantLoads(EVT CmpOpVT) const { in reduceSelectOfFPConstantLoads() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp27608 if (!TLI.reduceSelectOfFPConstantLoads(N0.getValueType())) in convertSelectOfFPConstantsToLoadOffset()