Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1182 MachineInstr *WaitcntVsCntInstr = nullptr; in applyPreexistingWaitcnt() local
1217 if (WaitcntVsCntInstr || (!Wait.hasWaitStoreCnt() && IsSoft)) { in applyPreexistingWaitcnt()
1221 WaitcntVsCntInstr = ⅈ in applyPreexistingWaitcnt()
1246 if (WaitcntVsCntInstr) { in applyPreexistingWaitcnt()
1247 Modified |= updateOperandIfDifferent(*WaitcntVsCntInstr, in applyPreexistingWaitcnt()
1249 Modified |= promoteSoftWaitCnt(WaitcntVsCntInstr); in applyPreexistingWaitcnt()
1254 LLVM_DEBUG(It == WaitcntVsCntInstr->getParent()->end() in applyPreexistingWaitcnt()
1256 << "New Instr at block end: " << *WaitcntVsCntInstr in applyPreexistingWaitcnt()
1260 << "New Instr: " << *WaitcntVsCntInstr << '\n'); in applyPreexistingWaitcnt()