Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h103 uint16_t FirstOperandCycle; ///< Index of first operand rd/wr member
173 unsigned FirstIdx = Itineraries[ItinClassIndx].FirstOperandCycle; in getOperandCycle()
188 unsigned FirstDefIdx = Itineraries[DefClass].FirstOperandCycle; in hasPipelineForwarding()
195 unsigned FirstUseIdx = Itineraries[UseClass].FirstOperandCycle; in hasPipelineForwarding()
/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp687 << ", " << Intinerary.LastStage << ", " << Intinerary.FirstOperandCycle in EmitProcessorResourceSubUnits()