Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1339 MachineInstr *CombinedLoadDsCntInstr = nullptr; in applyPreexistingWaitcnt() local
1368 UpdatableInstr = &CombinedLoadDsCntInstr; in applyPreexistingWaitcnt()
1397 if (CombinedLoadDsCntInstr) { in applyPreexistingWaitcnt()
1407 Modified |= updateOperandIfDifferent(*CombinedLoadDsCntInstr, in applyPreexistingWaitcnt()
1409 Modified |= promoteSoftWaitCnt(CombinedLoadDsCntInstr); in applyPreexistingWaitcnt()
1418 << *CombinedLoadDsCntInstr << '\n' in applyPreexistingWaitcnt()
1421 << *CombinedLoadDsCntInstr << '\n'); in applyPreexistingWaitcnt()
1423 CombinedLoadDsCntInstr->eraseFromParent(); in applyPreexistingWaitcnt()