Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp876 MachineInstr *WaitcntInstr = nullptr; in applyPreexistingWaitcnt() local
895 if (!WaitcntInstr) { in applyPreexistingWaitcnt()
896 WaitcntInstr = ⅈ in applyPreexistingWaitcnt()
921 if (WaitcntInstr) { in applyPreexistingWaitcnt()
924 updateOperandIfDifferent(*WaitcntInstr, AMDGPU::OpName::simm16, in applyPreexistingWaitcnt()
933 << "New Instr at block end: " << *WaitcntInstr in applyPreexistingWaitcnt()
937 << "New Instr: " << *WaitcntInstr << '\n'); in applyPreexistingWaitcnt()
940 WaitcntInstr->eraseFromParent(); in applyPreexistingWaitcnt()