reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AMDGPU/SIISelLowering.h
  391   bool denormalsEnabledForType(EVT VT) const;

References

lib/Target/AMDGPU/SIISelLowering.cpp
 8723     return !F.isDenormal() || denormalsEnabledForType(Op.getValueType());
 8792         denormalsEnabledForType(Op.getValueType()))
 8864     return denormalsEnabledForType(Op.getValueType()) &&
 8875   if (C.isDenormal() && !denormalsEnabledForType(VT))