Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1348 MachineInstr **UpdatableInstr; in applyPreexistingWaitcnt() local
1368 UpdatableInstr = &CombinedLoadDsCntInstr; in applyPreexistingWaitcnt()
1376 UpdatableInstr = &CombinedStoreDsCntInstr; in applyPreexistingWaitcnt()
1385 UpdatableInstr = &WaitInstrs[CT.value()]; in applyPreexistingWaitcnt()
1389 if (!*UpdatableInstr) { in applyPreexistingWaitcnt()
1390 *UpdatableInstr = ⅈ in applyPreexistingWaitcnt()