Searched refs:LastStage (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 102 uint16_t LastStage; ///< Index of last + 1 stage in itinerary 132 (Itineraries[ItinClassIndx].LastStage == UINT16_MAX)); in isEndMarker() 143 unsigned StageIdx = Itineraries[ItinClassIndx].LastStage; in endStage() 101 uint16_t LastStage; ///< Index of last + 1 stage in itinerary global() member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ModuloSchedule.h | 192 void generateProlog(unsigned LastStage, MachineBasicBlock *KernelBB, 194 void generateEpilog(unsigned LastStage, MachineBasicBlock *KernelBB,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 195 void ModuloScheduleExpander::generateProlog(unsigned LastStage, in generateProlog() argument 205 for (unsigned i = 0; i < LastStage; ++i) { in generateProlog() 255 unsigned LastStage, MachineBasicBlock *KernelBB, MachineBasicBlock *OrigBB, in generateEpilog() argument 280 int EpilogStage = LastStage + 1; in generateEpilog() 281 for (unsigned i = LastStage; i >= 1; --i, ++EpilogStage) { in generateEpilog() 295 for (unsigned StageNum = i; StageNum <= LastStage; ++StageNum) { in generateEpilog() 311 InstrMap, LastStage, EpilogStage, i == 1); in generateEpilog() 313 InstrMap, LastStage, EpilogStage, i == 1); in generateEpilog()
|
H A D | MachinePipeliner.cpp | 1092 for (int Stage = 0, LastStage = Schedule.getMaxStageCount(); in computeScheduledInsts() local 1093 Stage <= LastStage; ++Stage) { in computeScheduledInsts()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 436 int Size = II[SchedClass].LastStage - II[SchedClass].FirstStage; in getCVIResources() 442 unsigned Stage = II[SchedClass].LastStage - 1; in getCVIResources() 472 Stage < II[SchedClass].LastStage; ++Stage) { in getOtherReservedSlots()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 652 << ", " << Intinerary.LastStage << ", " << Intinerary.FirstOperandCycle in EmitItineraries()
|