Searched defs:InstrStage (Results 1 – 1 of 1) sorted by relevance
59 struct InstrStage { struct60 enum ReservationKinds {65 unsigned Cycles_; ///< Length of stage in machine cycles66 unsigned Units_; ///< Choice of functional units67 int NextCycles_; ///< Number of machine cycles to next stage68 ReservationKinds Kind_; ///< Kind of the FU reservation71 unsigned getCycles() const { in getCycles()76 unsigned getUnits() const { in getUnits()80 ReservationKinds getReservationKind() const { in getReservationKind()86 unsigned getNextCycles() const { in getNextCycles()