Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1045 bool reduceSelectOfFPConstantLoads(bool IsFPSetCC) const override;
H A DX86ISelLowering.cpp4855 bool X86TargetLowering::reduceSelectOfFPConstantLoads(bool IsFPSetCC) const { in reduceSelectOfFPConstantLoads() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h276 virtual bool reduceSelectOfFPConstantLoads(bool IsFPSetCC) const { in reduceSelectOfFPConstantLoads() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18497 if (!TLI.reduceSelectOfFPConstantLoads(N0.getValueType().isFloatingPoint())) in convertSelectOfFPConstantsToLoadOffset()