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.cpp1327 MachineInstr **UpdatableInstr; in applyPreexistingWaitcnt() local
1342 UpdatableInstr = &CombinedLoadDsCntInstr; in applyPreexistingWaitcnt()
1350 UpdatableInstr = &CombinedStoreDsCntInstr; in applyPreexistingWaitcnt()
1359 UpdatableInstr = &WaitInstrs[CT.value()]; in applyPreexistingWaitcnt()
1363 if (!*UpdatableInstr) { in applyPreexistingWaitcnt()
1364 *UpdatableInstr = ⅈ in applyPreexistingWaitcnt()