Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp482 bool promoteSoftWaitCnt(MachineInstr *Waitcnt) const;
1171 bool WaitcntGenerator::promoteSoftWaitCnt(MachineInstr *Waitcnt) const { in promoteSoftWaitCnt() function in WaitcntGenerator
1239 Modified |= promoteSoftWaitCnt(WaitcntInstr); in applyPreexistingWaitcnt()
1260 Modified |= promoteSoftWaitCnt(WaitcntVsCntInstr); in applyPreexistingWaitcnt()
1409 Modified |= promoteSoftWaitCnt(CombinedLoadDsCntInstr); in applyPreexistingWaitcnt()
1434 Modified |= promoteSoftWaitCnt(CombinedStoreDsCntInstr); in applyPreexistingWaitcnt()
1494 Modified |= promoteSoftWaitCnt(WaitInstrs[CT]); in applyPreexistingWaitcnt()