Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1318 MachineInstr *CombinedLoadDsCntInstr = nullptr; in applyPreexistingWaitcnt() local
1342 UpdatableInstr = &CombinedLoadDsCntInstr; in applyPreexistingWaitcnt()
1371 if (CombinedLoadDsCntInstr) { in applyPreexistingWaitcnt()
1381 Modified |= updateOperandIfDifferent(*CombinedLoadDsCntInstr, in applyPreexistingWaitcnt()
1383 Modified |= promoteSoftWaitCnt(CombinedLoadDsCntInstr); in applyPreexistingWaitcnt()
1392 << *CombinedLoadDsCntInstr << '\n' in applyPreexistingWaitcnt()
1395 << *CombinedLoadDsCntInstr << '\n'); in applyPreexistingWaitcnt()
1397 CombinedLoadDsCntInstr->eraseFromParent(); in applyPreexistingWaitcnt()