Home
last modified time | relevance | path

Searched refs:hasPendingEvent (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp358 unsigned hasPendingEvent() const { return PendingEvents; } in hasPendingEvent() function in __anond28503310211::WaitcntBrackets
359 unsigned hasPendingEvent(WaitEventType E) const { in hasPendingEvent() function in __anond28503310211::WaitcntBrackets
362 unsigned hasPendingEvent(InstCounterType T) const { in hasPendingEvent() function in __anond28503310211::WaitcntBrackets
369 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 …]