Searched refs:NumWaitStates (Results 1 – 1 of 1) sorted by relevance
417 unsigned NumWaitStates = TII.getNumWaitStates(*CurrCycleInstr); in AdvanceCycle() local418 if (!NumWaitStates) { in AdvanceCycle()429 for (unsigned i = 1, e = std::min(NumWaitStates, getMaxLookAhead()); in AdvanceCycle()2241 int NumWaitStates = in checkMAIHazards90A() local2243 if (NumWaitStates == std::numeric_limits<int>::max()) in checkMAIHazards90A()2356 WaitStatesNeededForUse = NeedWaitStates - NumWaitStates; in checkMAIHazards90A()