Searched refs:ShouldShrinkFPConstant (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h648 /// ShouldShrinkFPConstant - If true, then instruction selection should
651 virtual bool ShouldShrinkFPConstant(EVT VT) const { function in class:llvm::X86TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h621 /// ShouldShrinkFPConstant - If true, then instruction selection should
624 virtual bool ShouldShrinkFPConstant(EVT) const { return true; } function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp271 TLI.ShouldShrinkFPConstant(OrigVT)) {

Completed in 288 milliseconds