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

References

gen/lib/Target/AMDGPU/AMDGPUGenDAGISel.inc
78611   case 42: return (!Subtarget->hasFP16Denormals());
78613   case 44: return (Subtarget->hasFP16Denormals());
78617   case 48: return (Subtarget->hasFP16Denormals()) && (Subtarget->hasVOP3PInsts());
gen/lib/Target/AMDGPU/AMDGPUGenGlobalISel.inc
  155   if (Subtarget->hasFP16Denormals())
  161   if (!Subtarget->hasFP16Denormals())
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
 1725   if (Ty == LLT::scalar(16) && !ST.hasFP16Denormals())
lib/Target/AMDGPU/SIFoldOperands.cpp
 1362         (Op == AMDGPU::V_MUL_F16_e64 && ST->hasFP16Denormals()))
 1392         (Op == AMDGPU::V_ADD_F16_e64 && ST->hasFP16Denormals()))
lib/Target/AMDGPU/SIISelLowering.cpp
  506     if (!Subtarget->hasFP16Denormals() && STI.hasMadF16())
 3934     return Subtarget->has16BitInsts() && Subtarget->hasFP16Denormals();
 9414        (VT == MVT::f16 && !Subtarget->hasFP16Denormals() &&
10887     return Subtarget->hasFP16Denormals();