Home
last modified time | relevance | path

Searched refs:ShouldShrinkFPConstant (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h204 bool ShouldShrinkFPConstant(EVT VT) const override {
205 bool ShouldShrinkFPConstant(EVT VT) const override { ShouldShrinkFPConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h217 bool ShouldShrinkFPConstant(EVT VT) const override;
H A DAMDGPUISelLowering.cpp811 bool AMDGPUTargetLowering::ShouldShrinkFPConstant(EVT VT) const { in ShouldShrinkFPConstant() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h474 bool ShouldShrinkFPConstant(EVT VT) const override { in ShouldShrinkFPConstant() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1424 bool ShouldShrinkFPConstant(EVT VT) const override;
H A DX86ISelLowering.cpp3247 bool X86TargetLowering::ShouldShrinkFPConstant(EVT VT) const { in ShouldShrinkFPConstant() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1794 virtual bool ShouldShrinkFPConstant(EVT) const { return true; } in ShouldShrinkFPConstant() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp342 TLI.ShouldShrinkFPConstant(OrigVT)) { in ExpandConstantFP()