Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp261 unsigned HasPending = PendingEvents & WaitEventMaskForInst[T]; in hasPendingEvent() local
262 assert((HasPending != 0) == (getScoreRange(T) != 0)); in hasPendingEvent()
263 return HasPending; in hasPendingEvent()