Searched refs:hasPendingEvent (Results 1 – 1 of 1) sorted by relevance
358 unsigned hasPendingEvent() const { return PendingEvents; } in hasPendingEvent() function in __anond28503310211::WaitcntBrackets359 unsigned hasPendingEvent(WaitEventType E) const { in hasPendingEvent() function in __anond28503310211::WaitcntBrackets362 unsigned hasPendingEvent(InstCounterType T) const { in hasPendingEvent() function in __anond28503310211::WaitcntBrackets369 unsigned Events = hasPendingEvent(T); in hasMixedPendingEvents()1150 if (hasPendingEvent()) { in print()1153 if (hasPendingEvent((WaitEventType)I)) { in print()1248 if (Wait.KmCnt == 0 && hasPendingEvent(SMEM_GROUP)) in applyXcnt()1254 if (Wait.LoadCnt != ~0u && hasPendingEvent(VMEM_GROUP) && in applyXcnt()1255 !hasPendingEvent(STORE_CNT)) in applyXcnt()1265 if ((T == SmemAccessCounter && hasPendingEvent(SMEM_ACCESS)) || in counterOutOfOrder()[all …]