Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp486 class WaitcntGeneratorPreGFX12 : public WaitcntGenerator { class
488 WaitcntGeneratorPreGFX12() {} in WaitcntGeneratorPreGFX12() function in __anon954e14670211::WaitcntGeneratorPreGFX12
489 WaitcntGeneratorPreGFX12(const GCNSubtarget *ST) in WaitcntGeneratorPreGFX12() function in __anon954e14670211::WaitcntGeneratorPreGFX12
586 WaitcntGeneratorPreGFX12 WCGPreGFX12;
1174 bool WaitcntGeneratorPreGFX12::applyPreexistingWaitcnt( in applyPreexistingWaitcnt()
1268 bool WaitcntGeneratorPreGFX12::createNewWaitcnt( in createNewWaitcnt()
2458 WCGPreGFX12 = WaitcntGeneratorPreGFX12(ST); in runOnMachineFunction()