Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1192 MachineInstr *WaitcntInstr = nullptr; in applyPreexistingWaitcnt() local
1213 if (WaitcntInstr || (!Wait.hasWaitExceptStoreCnt() && TrySimplify)) { in applyPreexistingWaitcnt()
1217 WaitcntInstr = ⅈ in applyPreexistingWaitcnt()
1236 if (WaitcntInstr) { in applyPreexistingWaitcnt()
1237 Modified |= updateOperandIfDifferent(*WaitcntInstr, AMDGPU::OpName::simm16, in applyPreexistingWaitcnt()
1239 Modified |= promoteSoftWaitCnt(WaitcntInstr); in applyPreexistingWaitcnt()
1248 LLVM_DEBUG(It == WaitcntInstr->getParent()->end() in applyPreexistingWaitcnt()
1251 << "New Instr at block end: " << *WaitcntInstr << '\n' in applyPreexistingWaitcnt()
1254 << "New Instr: " << *WaitcntInstr << '\n'); in applyPreexistingWaitcnt()