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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 3773       PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2,
 3774                        COMPUTE_PGM_RSRC2_ENABLE_SGPR_WORKGROUP_ID_X, Val,
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  303   PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_id_x", KD,
  305               amdhsa::COMPUTE_PGM_RSRC2_ENABLE_SGPR_WORKGROUP_ID_X);
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  529   AMDHSA_BITS_SET(KD.compute_pgm_rsrc2,
  530                   amdhsa::COMPUTE_PGM_RSRC2_ENABLE_SGPR_WORKGROUP_ID_X, 1);