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

  /external/llvm/include/llvm/MC/
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(0), OperandCycles(0),
127 : SchedModel(SM), Stages(S), OperandCycles(OS), Forwardings(F),
146 return Stages + StageIdx;
153 return Stages + StageIdx
    [all...]
MCSubtargetInfo.h 41 const InstrStage *Stages; // Instruction itinerary stages
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 56 Stages = IS;
111 return InstrItineraryData(SchedModel, Stages, OperandCycles, ForwardingPaths);
117 InstrItineraryData(CPUSchedModel, Stages, OperandCycles, ForwardingPaths);

Completed in 27 milliseconds