Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h59 struct InstrStage { argument
58 struct InstrStage { global() struct
65 FuncUnitsInstrStage global() argument
67 Cycles_InstrStage global() argument
68 Units_InstrStage global() argument
69 NextCycles_InstrStage global() argument
70 Kind_InstrStage global() argument
73 getCyclesInstrStage getCycles() argument
78 getUnitsInstrStage getUnits() argument
82 getReservationKindInstrStage getReservationKind() argument
88 getNextCyclesInstrStage getNextCycles() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h601 enum InstrStage { enum