Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1181 MachineInstr *WaitcntInstr = nullptr; in applyPreexistingWaitcnt() local
1202 if (WaitcntInstr || (!Wait.hasWaitExceptStoreCnt() && IsSoft)) { in applyPreexistingWaitcnt()
1206 WaitcntInstr = ⅈ in applyPreexistingWaitcnt()
1225 if (WaitcntInstr) { in applyPreexistingWaitcnt()
1226 Modified |= updateOperandIfDifferent(*WaitcntInstr, AMDGPU::OpName::simm16, in applyPreexistingWaitcnt()
1228 Modified |= promoteSoftWaitCnt(WaitcntInstr); in applyPreexistingWaitcnt()
1237 LLVM_DEBUG(It == WaitcntInstr->getParent()->end() in applyPreexistingWaitcnt()
1240 << "New Instr at block end: " << *WaitcntInstr << '\n' in applyPreexistingWaitcnt()
1243 << "New Instr: " << *WaitcntInstr << '\n'); in applyPreexistingWaitcnt()