HomeSort by relevance Sort by last modified time
    Searched defs:Stages (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 42 const InstrStage *Stages; // Instruction itinerary stages
MCInstrItineraries.h 11 // itineraries, stages, and operand reads/writes. This is used by
12 // schedulers to determine instruction stages and latencies.
48 /// indicate that the instruction requires multiple stages at the
94 /// This includes a set of stages occupied by the instruction and the pipeline
112 const InstrStage *Stages; ///< Array of stages selected
119 Stages(nullptr), OperandCycles(nullptr),
124 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F),
139 return Stages + StageIdx;
145 return Stages + StageIdx
    [all...]

Completed in 480 milliseconds