Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp365 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle() local
373 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()
1465 int NumWaitStates = getWaitStatesSinceDef(Reg, IsOverlappedDGEMMorXDLFn, in checkMAIHazards90A() local
1467 if (NumWaitStates == std::numeric_limits<int>::max()) in checkMAIHazards90A()
1541 WaitStatesNeededForUse = NeedWaitStates - NumWaitStates; in checkMAIHazards90A()