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

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  233     if (WaitEventMaskForInst[VM_CNT] & (1 << E))
  235     if (WaitEventMaskForInst[LGKM_CNT] & (1 << E))
  237     if (WaitEventMaskForInst[VS_CNT] & (1 << E))
  239     assert(WaitEventMaskForInst[EXP_CNT] & (1 << E));
  529     if (PendingEvents & WaitEventMaskForInst[T])
  778     PendingEvents &= ~WaitEventMaskForInst[T];
 1311     const uint32_t OldEvents = PendingEvents & WaitEventMaskForInst[T];
 1312     const uint32_t OtherEvents = Other.PendingEvents & WaitEventMaskForInst[T];