Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h59 struct InstrStage { struct
60 enum ReservationKinds {
66 typedef uint64_t FuncUnits;
68 unsigned Cycles_; ///< Length of stage in machine cycles
69 FuncUnits Units_; ///< Choice of functional units
70 int NextCycles_; ///< Number of machine cycles to next stage
71 ReservationKinds Kind_; ///< Kind of the FU reservation
74 unsigned getCycles() const { in getCycles()
79 FuncUnits getUnits() const { in getUnits()
83 ReservationKinds getReservationKind() const { in getReservationKind()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h601 enum InstrStage { enum