HomeSort by relevance Sort by last modified time
    Searched refs:ShouldShrinkFPConstant (Results 1 - 10 of 10) 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/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/R600/
AMDGPUISelLowering.h 122 bool ShouldShrinkFPConstant(EVT VT) const override;
AMDGPUISelLowering.cpp 405 bool AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 159 bool ShouldShrinkFPConstant(EVT VT) const override {
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 736 /// ShouldShrinkFPConstant - If true, then instruction selection should
739 bool ShouldShrinkFPConstant(EVT VT) const override {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 726 virtual bool ShouldShrinkFPConstant(EVT) const { return true; }
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 279 TLI.ShouldShrinkFPConstant(OrigVT)) {
    [all...]

Completed in 312 milliseconds