Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1319 MachineInstr *CombinedStoreDsCntInstr = nullptr; in applyPreexistingWaitcnt() local
1350 UpdatableInstr = &CombinedStoreDsCntInstr; in applyPreexistingWaitcnt()
1402 if (CombinedStoreDsCntInstr) { in applyPreexistingWaitcnt()
1406 Modified |= updateOperandIfDifferent(*CombinedStoreDsCntInstr, in applyPreexistingWaitcnt()
1408 Modified |= promoteSoftWaitCnt(CombinedStoreDsCntInstr); in applyPreexistingWaitcnt()
1417 << *CombinedStoreDsCntInstr << '\n' in applyPreexistingWaitcnt()
1420 << *CombinedStoreDsCntInstr << '\n'); in applyPreexistingWaitcnt()
1422 CombinedStoreDsCntInstr->eraseFromParent(); in applyPreexistingWaitcnt()