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

  /external/llvm/lib/MC/
MCSchedule.cpp 19 static_assert(std::is_pod<MCSchedModel>::value,
21 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth,
MCSubtargetInfo.cpp 32 CPUSchedModel = &MCSchedModel::GetDefaultSchedModel();
77 const MCSchedModel &MCSubtargetInfo::getSchedModelForCPU(StringRef CPU) const {
95 return MCSchedModel::GetDefaultSchedModel();
98 return *(const MCSchedModel *)Found->Value;
103 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;
47 TargetSchedModel(): SchedModel(MCSchedModel::GetDefaultSchedModel()), STI(nullptr), TII(nullptr) {}
51 /// The machine model API keeps a copy of the top-level MCSchedModel table
54 void init(const MCSchedModel &sm, const TargetSubtargetInfo *sti,
70 const MCSchedModel *getMCSchedModel() const { return &SchedModel; }
  /external/llvm/include/llvm/MC/
MCSchedule.h 136 struct MCSchedModel {
231 static const MCSchedModel &GetDefaultSchedModel() { return Default; }
232 static const MCSchedModel Default;
MCInstrItineraries.h 111 MCSchedModel SchedModel; ///< Basic machine properties.
118 InstrItineraryData() : SchedModel(MCSchedModel::GetDefaultSchedModel()),
122 InstrItineraryData(const MCSchedModel &SM, const InstrStage *S,
MCSubtargetInfo.h 40 const MCSchedModel *CPUSchedModel;
111 const MCSchedModel &getSchedModelForCPU(StringRef CPU) const;
114 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; }
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 10 // This file implements a wrapper around MCSchedModel that allows the interface
53 void TargetSchedModel::init(const MCSchedModel &sm,
MachineCombiner.cpp 42 MCSchedModel SchedModel;
EarlyIfConversion.cpp 592 MCSchedModel SchedModel;
TargetInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 247 MCSchedModel SchedModel;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 34 struct MCSchedModel;
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 183 const MCSchedModel SCModel = STI->getSchedModel();
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 726 MCSchedModel SchedModel;

Completed in 1262 milliseconds