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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp496 InstrItinerary Intinerary = { NumUOps, FindStage, FindStage + NStages, local
501 ItinList[SchedClassIdx] = Intinerary;
565 InstrItinerary &Intinerary = ItinList[j]; local
570 Intinerary.NumMicroOps << ", " <<
571 Intinerary.FirstStage << ", " <<
572 Intinerary.LastStage << ", " <<
573 Intinerary.FirstOperandCycle << ", " <<
574 Intinerary.LastOperandCycle << " }" <<

Completed in 55 milliseconds