HomeSort by relevance Sort by last modified time
    Searched refs:ShouldShrinkFPConstant (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/
X86ISelLowering.h 644 /// ShouldShrinkFPConstant - If true, then instruction selection should
647 virtual bool ShouldShrinkFPConstant(EVT VT) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 616 /// ShouldShrinkFPConstant - If true, then instruction selection should
619 virtual bool ShouldShrinkFPConstant(EVT) const { return true; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 271 TLI.ShouldShrinkFPConstant(OrigVT)) {
    [all...]

Completed in 2339 milliseconds