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

References

lib/Target/AMDGPU/SIDefines.h
  291   OP_GS_FIRST_ = OP_GS_NOP,
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  813     return (OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_) && OpId != OP_GS_NOP;
  838     return (OpId == OP_GS_NOP)?
  851   return (MsgId == ID_GS || MsgId == ID_GS_DONE) && OpId != OP_GS_NOP;