Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrItineraries.h102 uint16_t FirstOperandCycle; ///< Index of first operand rd/wr member
171 unsigned FirstIdx = Itineraries[ItinClassIndx].FirstOperandCycle; in getOperandCycle()
186 unsigned FirstDefIdx = Itineraries[DefClass].FirstOperandCycle; in hasPipelineForwarding()
193 unsigned FirstUseIdx = Itineraries[UseClass].FirstOperandCycle; in hasPipelineForwarding()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp631 Intinerary.FirstOperandCycle << ", " << in EmitItineraries()