Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1069 bool hasWait() const { return StoreCnt != ~0u || hasWaitExceptStoreCnt(); } in hasWait()
1071 bool hasWaitExceptStoreCnt() const { in hasWaitExceptStoreCnt() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1378 if (WaitcntInstr || (!Wait.hasWaitExceptStoreCnt() && TrySimplify)) { in applyPreexistingWaitcnt()
1455 if (Wait.hasWaitExceptStoreCnt()) { in createNewWaitcnt()