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

  /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/Sparc/
SparcISelLowering.h 161 bool ShouldShrinkFPConstant(EVT VT) const override {
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 130 bool ShouldShrinkFPConstant(EVT VT) const override;
AMDGPUISelLowering.cpp 445 bool AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 793 bool ShouldShrinkFPConstant(EVT VT) const override {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 264 TLI.ShouldShrinkFPConstant(OrigVT)) {
    [all...]

Completed in 147 milliseconds