Home
last modified time | relevance | path

Searched defs:InstrStage (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrItineraries.h59 struct InstrStage { struct
60 enum ReservationKinds {
65 unsigned Cycles_; ///< Length of stage in machine cycles
66 unsigned Units_; ///< Choice of functional units
67 int NextCycles_; ///< Number of machine cycles to next stage
68 ReservationKinds Kind_; ///< Kind of the FU reservation
71 unsigned getCycles() const { in getCycles()
76 unsigned getUnits() const { in getUnits()
80 ReservationKinds getReservationKind() const { in getReservationKind()
86 unsigned getNextCycles() const { in getNextCycles()