Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp570 class WaitcntGeneratorPreGFX12 : public WaitcntGenerator { class
572 WaitcntGeneratorPreGFX12() = default;
573 WaitcntGeneratorPreGFX12(const MachineFunction &MF) in WaitcntGeneratorPreGFX12() function in __anond28503310211::WaitcntGeneratorPreGFX12
669 WaitcntGeneratorPreGFX12 WCGPreGFX12;
1339 bool WaitcntGeneratorPreGFX12::applyPreexistingWaitcnt( in applyPreexistingWaitcnt()
1444 bool WaitcntGeneratorPreGFX12::createNewWaitcnt( in createNewWaitcnt()
1484 WaitcntGeneratorPreGFX12::getAllZeroWaitcnt(bool IncludeVSCnt) const { in getAllZeroWaitcnt()
2742 WCGPreGFX12 = WaitcntGeneratorPreGFX12(MF); in run()