Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h104 uint16_t LastOperandCycle; ///< Index of last + 1 operand rd/wr member
174 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle()
189 unsigned LastDefIdx = Itineraries[DefClass].LastOperandCycle; in hasPipelineForwarding()
196 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle; in hasPipelineForwarding()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp653 << ", " << Intinerary.LastOperandCycle << " }" in EmitItineraries()