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.cpp1525 MachineInstr **UpdatableInstr; in applyPreexistingWaitcnt() local
1545 UpdatableInstr = &CombinedLoadDsCntInstr; in applyPreexistingWaitcnt()
1553 UpdatableInstr = &CombinedStoreDsCntInstr; in applyPreexistingWaitcnt()
1562 UpdatableInstr = &WaitInstrs[CT.value()]; in applyPreexistingWaitcnt()
1566 if (!*UpdatableInstr) { in applyPreexistingWaitcnt()
1567 *UpdatableInstr = ⅈ in applyPreexistingWaitcnt()