Searched refs:WaitcntInstr (Results 1 – 1 of 1) sorted by relevance
1346 MachineInstr *WaitcntInstr = nullptr; in applyPreexistingWaitcnt() local1378 if (WaitcntInstr || (!Wait.hasWaitExceptStoreCnt() && TrySimplify)) { in applyPreexistingWaitcnt()1382 WaitcntInstr = &II; in applyPreexistingWaitcnt()1401 if (WaitcntInstr) { in applyPreexistingWaitcnt()1402 Modified |= updateOperandIfDifferent(*WaitcntInstr, AMDGPU::OpName::simm16, in applyPreexistingWaitcnt()1404 Modified |= promoteSoftWaitCnt(WaitcntInstr); in applyPreexistingWaitcnt()1413 LLVM_DEBUG(It == WaitcntInstr->getParent()->end() in applyPreexistingWaitcnt()1416 << "New Instr at block end: " << *WaitcntInstr << '\n' in applyPreexistingWaitcnt()1419 << "New Instr: " << *WaitcntInstr << '\n'); in applyPreexistingWaitcnt()