Searched refs:hasPendingEvent (Results 1 – 1 of 1) sorted by relevance
319 unsigned hasPendingEvent() const { return PendingEvents; } in hasPendingEvent() function in __anond28503310211::WaitcntBrackets320 unsigned hasPendingEvent(WaitEventType E) const { in hasPendingEvent() function in __anond28503310211::WaitcntBrackets323 unsigned hasPendingEvent(InstCounterType T) const { in hasPendingEvent() function in __anond28503310211::WaitcntBrackets330 unsigned Events = hasPendingEvent(T); in hasMixedPendingEvents()1114 if (T == SmemAccessCounter && hasPendingEvent(SMEM_ACCESS)) in counterOutOfOrder()1654 !ScoreBrackets.hasPendingEvent(SCRATCH_WRITE_ACCESS)) in generateWaitcntInstBefore()1674 if (ScoreBrackets.hasPendingEvent(EXP_GPR_LOCK) || in generateWaitcntInstBefore()1675 ScoreBrackets.hasPendingEvent(EXP_PARAM_ACCESS) || in generateWaitcntInstBefore()1676 ScoreBrackets.hasPendingEvent(EXP_POS_ACCESS) || in generateWaitcntInstBefore()1677 ScoreBrackets.hasPendingEvent(GDS_GPR_LOCK)) { in generateWaitcntInstBefore()[all …]