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

References

lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
  119     return PALMD::Key::PS_SCRATCH_SIZE;
  121     return PALMD::Key::VS_SCRATCH_SIZE;
  123     return PALMD::Key::GS_SCRATCH_SIZE;
  125     return PALMD::Key::ES_SCRATCH_SIZE;
  127     return PALMD::Key::HS_SCRATCH_SIZE;
  129     return PALMD::Key::LS_SCRATCH_SIZE;
  131     return PALMD::Key::CS_SCRATCH_SIZE;
  202                                PALMD::Key::VS_NUM_USED_VGPRS -
  203                                PALMD::Key::VS_SCRATCH_SIZE;
  218                                PALMD::Key::VS_NUM_USED_SGPRS -
  219                                PALMD::Key::VS_SCRATCH_SIZE;