Searched refs:WaitcntInstr (Results 1 – 1 of 1) sorted by relevance
1192 MachineInstr *WaitcntInstr = nullptr; in applyPreexistingWaitcnt() local1213 if (WaitcntInstr || (!Wait.hasWaitExceptStoreCnt() && TrySimplify)) { in applyPreexistingWaitcnt()1217 WaitcntInstr = &II; 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()