Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1506 MachineInstr *CombinedStoreDsCntInstr = nullptr; in applyPreexistingWaitcnt() local
1553 UpdatableInstr = &CombinedStoreDsCntInstr; in applyPreexistingWaitcnt()
1605 if (CombinedStoreDsCntInstr) { in applyPreexistingWaitcnt()
1609 Modified |= updateOperandIfDifferent(*CombinedStoreDsCntInstr, in applyPreexistingWaitcnt()
1611 Modified |= promoteSoftWaitCnt(CombinedStoreDsCntInstr); in applyPreexistingWaitcnt()
1620 << *CombinedStoreDsCntInstr << '\n' in applyPreexistingWaitcnt()
1623 << *CombinedStoreDsCntInstr << '\n'); in applyPreexistingWaitcnt()
1625 CombinedStoreDsCntInstr->eraseFromParent(); in applyPreexistingWaitcnt()