Home
last modified time | relevance | path

Searched refs:MCSchedModel (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/MC/
DMCSubtargetInfo.cpp20 MCSchedModel MCSchedModel::DefaultSchedModel; // For unknown processors.
33 CPUSchedModel = &MCSchedModel::DefaultSchedModel; in InitMCProcessorInfo()
82 const MCSchedModel *
102 return &MCSchedModel::DefaultSchedModel; in getSchedModelForCPU()
105 return (const MCSchedModel *)Found->Value; in getSchedModelForCPU()
110 const MCSchedModel *SchedModel = getSchedModelForCPU(CPU); in getInstrItineraryForCPU()
/external/llvm/include/llvm/MC/
DMCSchedule.h128 class MCSchedModel {
130 static MCSchedModel DefaultSchedModel; // For unknown processors.
205 MCSchedModel(): IssueWidth(DefaultIssueWidth), in MCSchedModel() function
219 MCSchedModel(unsigned iw, int ml, unsigned ll, unsigned hl, unsigned ilp, in MCSchedModel() function
DMCSubtargetInfo.h39 const MCSchedModel *CPUSchedModel;
85 const MCSchedModel *getSchedModelForCPU(StringRef CPU) const;
89 const MCSchedModel *getSchedModel() const { return CPUSchedModel; } in getSchedModel()
DMCInstrItineraries.h113 const MCSchedModel *SchedModel; ///< Basic machine properties.
121 InstrItineraryData() : SchedModel(&MCSchedModel::DefaultSchedModel), in InstrItineraryData()
125 InstrItineraryData(const MCSchedModel *SM, const InstrStage *S, in InstrItineraryData()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h35 MCSchedModel SchedModel;
51 void init(const MCSchedModel &sm, const TargetSubtargetInfo *sti,
67 const MCSchedModel *getMCSchedModel() const { return &SchedModel; } in getMCSchedModel()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h31 class MCSchedModel; variable
835 unsigned defaultDefLatency(const MCSchedModel *SchedModel,
DTargetSchedule.td69 // properties are defined in MCSchedModel. A value of "-1" in the
/external/llvm/lib/Target/ARM/
DARMSubtarget.h173 const MCSchedModel *SchedModel;
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp54 void TargetSchedModel::init(const MCSchedModel &sm, in init()
DTargetInstrInfo.cpp622 unsigned TargetInstrInfo::defaultDefLatency(const MCSchedModel *SchedModel, in defaultDefLatency()
DEarlyIfConversion.cpp582 const MCSchedModel *SchedModel;