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

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
 1227       CurrentProgramInfo.ComputePGMRSrc1 |
 1228       (CurrentProgramInfo.ComputePGMRSrc2 << 32);
 1231   if (CurrentProgramInfo.DynamicCallStack)
 1266   Out.wavefront_sgpr_count = CurrentProgramInfo.NumSGPR;
 1267   Out.workitem_vgpr_count = CurrentProgramInfo.NumVGPR;
 1268   Out.workitem_private_segment_byte_size = CurrentProgramInfo.ScratchSize;
 1269   Out.workgroup_group_segment_byte_size = CurrentProgramInfo.LDSSize;