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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.h 79 /// ShouldShrinkFPConstant - We don't want to shrink f64/f32 constants.
80 bool ShouldShrinkFPConstant(EVT VT) const;
AMDILISelLowering.cpp 261 AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 95 bool ShouldShrinkFPConstant(EVT VT) const;
AMDILISelLowering.cpp 237 AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.h 79 /// ShouldShrinkFPConstant - We don't want to shrink f64/f32 constants.
80 bool ShouldShrinkFPConstant(EVT VT) const;
AMDILISelLowering.cpp 261 AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 711 /// ShouldShrinkFPConstant - If true, then instruction selection should
714 virtual bool ShouldShrinkFPConstant(EVT VT) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 652 virtual bool ShouldShrinkFPConstant(EVT) const { return true; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 278 TLI.ShouldShrinkFPConstant(OrigVT)) {
    [all...]

Completed in 83 milliseconds