Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp67 Stage &FirstStage = *Stages[0]; in runCycle() local
68 while (!Err && FirstStage.isAvailable(IR)) in runCycle()
69 Err = FirstStage.execute(IR); in runCycle()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h101 uint16_t FirstStage; ///< Index of first stage in itinerary
131 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
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp436 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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp651 OS << " { " << Intinerary.NumMicroOps << ", " << Intinerary.FirstStage in EmitItineraries()