Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp563 InstrItinerary Intinerary = { in emitStageAndOperandCycleData() local
572 ItinList[SchedClassIdx] = Intinerary; in emitStageAndOperandCycleData()
624 for (const auto &[Idx, Intinerary, SchedClass] : in emitItineraries()
629 OS << " { " << Intinerary.NumMicroOps << ", " << Intinerary.FirstStage in emitItineraries()
630 << ", " << Intinerary.LastStage << ", " << Intinerary.FirstOperandCycle in emitItineraries()
631 << ", " << Intinerary.LastOperandCycle << " }" << ", // " << Idx << " " in emitItineraries()