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 41 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 /// information for an instruction. This includes a set of stages
114 const InstrStage *Stages; ///< Array of stages selected
122 Stages(nullptr), OperandCycles(nullptr),
127 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F),
146 return Stages + StageIdx;
153 return Stages + StageIdx
    [all...]

Completed in 198 milliseconds