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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.h79 /// ShouldShrinkFPConstant - We don't want to shrink f64/f32 constants.
80 bool ShouldShrinkFPConstant(EVT VT) const;
H A DAMDILISelLowering.cpp261 AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const function in class:AMDGPUTargetLowering
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.h79 /// ShouldShrinkFPConstant - We don't want to shrink f64/f32 constants.
80 bool ShouldShrinkFPConstant(EVT VT) const;
H A DAMDILISelLowering.cpp261 AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h122 bool ShouldShrinkFPConstant(EVT VT) const override;
H A DAMDGPUISelLowering.cpp405 bool AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const { function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h159 bool ShouldShrinkFPConstant(EVT VT) const override {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h736 /// ShouldShrinkFPConstant - If true, then instruction selection should
739 bool ShouldShrinkFPConstant(EVT VT) const override {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h726 virtual bool ShouldShrinkFPConstant(EVT) const { return true; } function in class:llvm::TargetLoweringBase
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp279 TLI.ShouldShrinkFPConstant(OrigVT)) {

Completed in 2290 milliseconds