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