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

References

lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  270     return 8 * ST->getMaxPrivateElementSize();
  282     return (Alignment >= 4 || ST->hasUnalignedScratchAccess()) &&
  283       ChainSizeInBytes <= ST->getMaxPrivateElementSize();
  407       if (!ST->hasUsableDivScaleConditionOutput())
  415       if ((SLT == MVT::f32 && !ST->hasFP32Denormals()) ||
  416           (SLT == MVT::f16 && ST->has16BitInsts())) {
  421     if (SLT == MVT::f16 && ST->has16BitInsts()) {
  434       if (!ST->hasFP32Denormals()) {
  468       !ST->hasVOP3PInsts() ||
  484       !ST->hasVOP3PInsts() ||
  500       if (EltSize == 16 && Index == 0 && ST->has16BitInsts())
  650   if (ST->hasVOP3PInsts()) {
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  104   const GCNSubtarget *getST() const { return ST; }
  124     return ST->hasHalfRate64Ops() ?
  132       TLI(ST->getTargetLowering()),