Searched refs:NumWaitStates (Results 1 – 1 of 1) sorted by relevance
394 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle() local395 if (!NumWaitStates) { in AdvanceCycle()406 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()2077 int NumWaitStates = in checkMAIHazards90A() local2079 if (NumWaitStates == std::numeric_limits<int>::max()) in checkMAIHazards90A()2198 WaitStatesNeededForUse = NeedWaitStates - NumWaitStates; in checkMAIHazards90A()