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

  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 20 MCSchedModel MCSchedModel::DefaultSchedModel; // For unknown processors.
36 CPUSchedModel = &MCSchedModel::DefaultSchedModel;
81 const MCSchedModel *
100 return &MCSchedModel::DefaultSchedModel;
103 return (const MCSchedModel *)Found->Value;
108 const MCSchedModel *SchedModel = getSchedModelForCPU(CPU);
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 10 // This file defines a wrapper around MCSchedModel that allows the interface to
33 // For efficiency, hold a copy of the statically defined MCSchedModel for this
35 MCSchedModel SchedModel;
48 /// The machine model API keeps a copy of the top-level MCSchedModel table
51 void init(const MCSchedModel &sm, const TargetSubtargetInfo *sti,
67 const MCSchedModel *getMCSchedModel() const { return &SchedModel; }
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 39 const MCSchedModel *CPUSchedModel;
85 const MCSchedModel *getSchedModelForCPU(StringRef CPU) const;
89 const MCSchedModel *getSchedModel() const { return CPUSchedModel; }
MCSchedule.h 136 class MCSchedModel {
138 static MCSchedModel DefaultSchedModel; // For unknown processors.
206 // MCSchedModel instead of using a generated itinerary.
207 MCSchedModel(): IssueWidth(DefaultIssueWidth),
221 MCSchedModel(unsigned iw, int mbs, int lmbs, unsigned ll, unsigned hl,
MCInstrItineraries.h 113 const MCSchedModel *SchedModel; ///< Basic machine properties.
121 InstrItineraryData() : SchedModel(&MCSchedModel::DefaultSchedModel),
125 InstrItineraryData(const MCSchedModel *SM, const InstrStage *S,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 31 class MCSchedModel;
    [all...]
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 10 // This file implements a wrapper around MCSchedModel that allows the interface
54 void TargetSchedModel::init(const MCSchedModel &sm,
EarlyIfConversion.cpp 583 const MCSchedModel *SchedModel;
TargetInstrInfo.cpp 749 unsigned TargetInstrInfo::defaultDefLatency(const MCSchedModel *SchedModel,
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 228 const MCSchedModel *SchedModel;
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 205 const MCSchedModel *SCModel = STI->getSchedModel();
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 726 const MCSchedModel *SchedModel;

Completed in 463 milliseconds