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 34 const InstrStage *Stages; // Instruction stages
MCInstrItineraries.h 11 // itineraries, stages, and operand reads/writes. This is used by
12 // schedulers to determine instruction stages and latencies.
47 /// indicate that the instruction requires multiple stages at the
93 /// information for an instruction. This includes a set of stages
112 const InstrStage *Stages; ///< Array of stages selected
120 InstrItineraryData() : Stages(0), OperandCycles(0), Forwardings(0),
125 : Stages(S), OperandCycles(OS), Forwardings(F), Itineraries(I),
144 return Stages + StageIdx;
151 return Stages + StageIdx
    [all...]

Completed in 23 milliseconds