Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp324 unsigned HasPending = PendingEvents & WaitEventMaskForInst[T]; in hasPendingEvent() local
325 assert((HasPending != 0) == (getScoreRange(T) != 0)); in hasPendingEvent()
326 return HasPending; in hasPendingEvent()