Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp441 MachineInstr *OldWaitcntInstr);
447 MachineInstr &OldWaitcntInstr,
811 MachineInstr &OldWaitcntInstr, in applyPreexistingWaitcnt() argument
817 for (auto II = OldWaitcntInstr.getIterator(), NextI = std::next(II); in applyPreexistingWaitcnt()
940 MachineInstr *OldWaitcntInstr) { in generateWaitcntInstBefore() argument
1179 if (OldWaitcntInstr) { in generateWaitcntInstBefore()
1183 applyPreexistingWaitcnt(ScoreBrackets, *OldWaitcntInstr, Wait, &MI); in generateWaitcntInstBefore()
1467 MachineInstr *OldWaitcntInstr = nullptr; in insertWaitcntInBlock() local
1480 if (!OldWaitcntInstr) in insertWaitcntInBlock()
1481 OldWaitcntInstr = &Inst; in insertWaitcntInBlock()
[all …]