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.cpp511 class WaitcntGeneratorPreGFX12 : public WaitcntGenerator { class
513 WaitcntGeneratorPreGFX12() = default;
514 WaitcntGeneratorPreGFX12(const MachineFunction &MF) in WaitcntGeneratorPreGFX12() function in __anond28503310211::WaitcntGeneratorPreGFX12
611 WaitcntGeneratorPreGFX12 WCGPreGFX12;
1185 bool WaitcntGeneratorPreGFX12::applyPreexistingWaitcnt( in applyPreexistingWaitcnt()
1279 bool WaitcntGeneratorPreGFX12::createNewWaitcnt( in createNewWaitcnt()
1319 WaitcntGeneratorPreGFX12::getAllZeroWaitcnt(bool IncludeVSCnt) const { in getAllZeroWaitcnt()
2415 WCGPreGFX12 = WaitcntGeneratorPreGFX12(MF); in runOnMachineFunction()