Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp838 MachineInstr *WaitcntInstr = nullptr; in applyPreexistingWaitcnt() local
857 if (!WaitcntInstr) { in applyPreexistingWaitcnt()
858 WaitcntInstr = ⅈ in applyPreexistingWaitcnt()
883 if (WaitcntInstr) { in applyPreexistingWaitcnt()
886 unsigned OldEnc = WaitcntInstr->getOperand(0).getImm(); in applyPreexistingWaitcnt()
888 WaitcntInstr->getOperand(0).setImm(NewEnc); in applyPreexistingWaitcnt()
898 << "New Instr at block end: " << *WaitcntInstr in applyPreexistingWaitcnt()
902 << "New Instr: " << *WaitcntInstr << '\n'); in applyPreexistingWaitcnt()
905 WaitcntInstr->eraseFromParent(); in applyPreexistingWaitcnt()