Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h103 uint16_t LastOperandCycle; ///< Index of last + 1 operand rd/wr member
172 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle()
187 unsigned LastDefIdx = Itineraries[DefClass].LastOperandCycle; in hasPipelineForwarding()
194 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle; in hasPipelineForwarding()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp596 Intinerary.LastOperandCycle << " }" << in EmitItineraries()