Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1346 MachineInstr *WaitcntInstr = nullptr; in applyPreexistingWaitcnt() local
1378 if (WaitcntInstr || (!Wait.hasWaitExceptStoreCnt() && TrySimplify)) { in applyPreexistingWaitcnt()
1382 WaitcntInstr = ⅈ 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()