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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  868             AMDGPU::SendMsg::ID_GS_DONE)) {
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  814   case ID_GS_DONE:
  837   case ID_GS_DONE:
  847   return MsgId == ID_GS || MsgId == ID_GS_DONE || MsgId == ID_SYSMSG;
  851   return (MsgId == ID_GS || MsgId == ID_GS_DONE) && OpId != OP_GS_NOP;