Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h865 bool hasWait() const { return StoreCnt != ~0u || hasWaitExceptStoreCnt(); } in hasWait()
867 bool hasWaitExceptStoreCnt() const { in hasWaitExceptStoreCnt() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1202 if (WaitcntInstr || (!Wait.hasWaitExceptStoreCnt() && IsSoft)) { in applyPreexistingWaitcnt()
1279 if (Wait.hasWaitExceptStoreCnt()) { in createNewWaitcnt()