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

References

lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  236     if (ST->hasVOP3PInsts())
  466   if (Size <= 16 && ST->has16BitInsts())
  481   if (ST->hasMulU24() && isU24(LHS, Size) && isU24(RHS, Size)) {
  483   } else if (ST->hasMulI24() && isI24(LHS, Size) && isI24(RHS, Size)) {
  577   bool HasDenormals = ST->hasFP32Denormals();
  886   if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
  981   if (ST->has16BitInsts() && needsPromotionToI32(I.getOperand(0)->getType()) &&
  991   if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
 1010   if (ST->has16BitInsts() && needsPromotionToI32(I.getType()) &&
 1032   ST = &TM.getSubtarget<GCNSubtarget>(F);