Searched refs:FirstStage (Results 1 – 4 of 4) sorted by relevance
67 Stage &FirstStage = *Stages[0]; in runCycle() local68 while (!Err && FirstStage.isAvailable(IR)) in runCycle()69 Err = FirstStage.execute(IR); in runCycle()
101 uint16_t FirstStage; ///< Index of first stage in itinerary131 return ((Itineraries[ItinClassIndx].FirstStage == UINT16_MAX) && in isEndMarker() 137 unsigned StageIdx = Itineraries[ItinClassIndx].FirstStage; in beginStage() 100 uint16_t FirstStage; ///< Index of first stage in itinerary global() member
436 int Size = II[SchedClass].LastStage - II[SchedClass].FirstStage; in getCVIResources() 455 return ((II[SchedClass].FirstStage + HexagonStages)->getUnits()); in getUnits() 468 // FirstStage are slots that this instruction can execute in. in getOtherReservedSlots() 469 // FirstStage+1 are slots that are also consumed by this instruction. in getOtherReservedSlots() 471 for (unsigned Stage = II[SchedClass].FirstStage + 1; in getOtherReservedSlots()
651 OS << " { " << Intinerary.NumMicroOps << ", " << Intinerary.FirstStage in EmitItineraries()