Home
last modified time | relevance | path

Searched refs:denormalsEnabledForType (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h531 bool denormalsEnabledForType(const SelectionDAG &DAG, EVT VT) const;
532 bool denormalsEnabledForType(LLT Ty, const MachineFunction &MF) const;
H A DSIISelLowering.cpp12707 denormalsEnabledForType(DAG, Op.getValueType())) in isCanonicalized()
12793 return denormalsEnabledForType(DAG, Op.getValueType()) && in isCanonicalized()
12861 denormalsEnabledForType(MRI.getType(Reg), MF)) in isCanonicalized()
16018 bool SITargetLowering::denormalsEnabledForType(const SelectionDAG &DAG, in denormalsEnabledForType() function in SITargetLowering
16031 bool SITargetLowering::denormalsEnabledForType( in denormalsEnabledForType() function in SITargetLowering