Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp808 MachineInstr *OldWaitcntInstr) { in generateWaitcntInstBefore() argument
1019 if (OldWaitcntInstr) { in generateWaitcntInstBefore()
1022 OldWaitcntInstr->eraseFromParent(); in generateWaitcntInstBefore()
1046 if (OldWaitcntInstr) { in generateWaitcntInstBefore()
1053 if (OldWaitcntInstr && !TrackedWaitcntSet.count(OldWaitcntInstr)) in generateWaitcntInstBefore()
1057 if (OldWaitcntInstr) { in generateWaitcntInstBefore()
1241 MachineInstr *OldWaitcntInstr = nullptr; in insertWaitcntInBlock() local
1249 if (OldWaitcntInstr) { in insertWaitcntInBlock()
1253 OldWaitcntInstr = nullptr; in insertWaitcntInBlock()
1267 OldWaitcntInstr = &Inst; in insertWaitcntInBlock()
[all …]