Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp415 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle() local
416 if (!NumWaitStates) { in AdvanceCycle()
427 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()
2238 int NumWaitStates = in checkMAIHazards90A() local
2240 if (NumWaitStates == std::numeric_limits<int>::max()) in checkMAIHazards90A()
2359 WaitStatesNeededForUse = NeedWaitStates - NumWaitStates; in checkMAIHazards90A()