Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp672 WaitcntGenerator *WCG = nullptr; member in __anond28503310211::SIInsertWaitcnts
1816 Wait = Wait.combined(WCG->getAllZeroWaitcnt(/*IncludeVSCnt=*/false)); in generateWaitcntInstBefore()
1828 if (!WCG->isOptNone() && in generateWaitcntInstBefore()
1999 Wait = Wait.combined(WCG->getAllZeroWaitcnt(/*IncludeVSCnt=*/true)); in generateWaitcntInstBefore()
2017 Wait = WCG->getAllZeroWaitcnt(/*IncludeVSCnt=*/false); in generateWaitcntInstBefore()
2061 WCG->applyPreexistingWaitcnt(ScoreBrackets, *OldWaitcntInstr, Wait, It); in generateWaitcnt()
2097 if (WCG->createNewWaitcnt(Block, It, Wait)) in generateWaitcnt()
2233 Wait = WCG->getAllZeroWaitcnt(Inst.mayStore() && in insertForcedWaitAfter()
2321 WCG->getAllZeroWaitcnt(/*IncludeVSCnt=*/false)); in updateEventWaitcntAfter()
2739 WCG = &WCGGFX12Plus; in run()
[all …]