Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1340 MachineInstr *CombinedStoreDsCntInstr = nullptr; in applyPreexistingWaitcnt() local
1376 UpdatableInstr = &CombinedStoreDsCntInstr; in applyPreexistingWaitcnt()
1428 if (CombinedStoreDsCntInstr) { in applyPreexistingWaitcnt()
1432 Modified |= updateOperandIfDifferent(*CombinedStoreDsCntInstr, in applyPreexistingWaitcnt()
1434 Modified |= promoteSoftWaitCnt(CombinedStoreDsCntInstr); in applyPreexistingWaitcnt()
1443 << *CombinedStoreDsCntInstr << '\n' in applyPreexistingWaitcnt()
1446 << *CombinedStoreDsCntInstr << '\n'); in applyPreexistingWaitcnt()
1448 CombinedStoreDsCntInstr->eraseFromParent(); in applyPreexistingWaitcnt()