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

  /external/llvm/include/llvm/MC/
MCSchedule.h 34 class MCSchedModel {
36 static MCSchedModel DefaultSchedModel; // For unknown processors.
97 // MCSchedModel instead of using a generated itinerary.
98 MCSchedModel(): IssueWidth(DefaultIssueWidth),
106 MCSchedModel(unsigned iw, int ml, unsigned ll, unsigned hl, unsigned mp,
MCInstrItineraries.h 113 const MCSchedModel *SchedModel; ///< Basic machine properties.
121 InstrItineraryData() : SchedModel(&MCSchedModel::DefaultSchedModel),
125 InstrItineraryData(const MCSchedModel *SM, const InstrStage *S,
MCSubtargetInfo.h 75 const MCSchedModel *getSchedModelForCPU(StringRef CPU) const;
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 20 MCSchedModel MCSchedModel::DefaultSchedModel; // For unknown processors.
73 const MCSchedModel *
93 return &MCSchedModel::DefaultSchedModel;
96 return (const MCSchedModel *)Found->Value;
101 const MCSchedModel *SchedModel = getSchedModelForCPU(CPU);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 159 const MCSchedModel *SchedModel;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 31 class MCSchedModel;
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 583 const MCSchedModel *SchedModel;
TargetInstrInfoImpl.cpp 564 unsigned TargetInstrInfo::defaultDefLatency(const MCSchedModel *SchedModel,
MachineTraceMetrics.cpp     [all...]

Completed in 239 milliseconds