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

  /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;
44 TargetSchedModel(): SchedModel(MCSchedModel::GetDefaultSchedModel()), STI(nullptr), TII(nullptr) {}
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/lib/MC/
MCSubtargetInfo.cpp 34 CPUSchedModel = MCSchedModel::GetDefaultSchedModel();
80 MCSchedModel
100 return MCSchedModel::GetDefaultSchedModel();
103 return *(const MCSchedModel *)Found->Value;
108 const MCSchedModel SchedModel = getSchedModelForCPU(CPU);
  /external/llvm/include/llvm/MC/
MCSchedule.h 136 struct MCSchedModel {
228 static MCSchedModel GetDefaultSchedModel() {
229 MCSchedModel Ret = { DefaultIssueWidth,
MCInstrItineraries.h 111 MCSchedModel SchedModel; ///< Basic machine properties.
119 InstrItineraryData() : SchedModel(MCSchedModel::GetDefaultSchedModel()),
123 InstrItineraryData(const MCSchedModel &SM, const InstrStage *S,
MCSubtargetInfo.h 40 MCSchedModel CPUSchedModel;
95 MCSchedModel getSchedModelForCPU(StringRef CPU) const;
99 const MCSchedModel &getSchedModel() const { return CPUSchedModel; }
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 33 struct MCSchedModel;
    [all...]
  /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 41 MCSchedModel SchedModel;
EarlyIfConversion.cpp 583 MCSchedModel SchedModel;
TargetInstrInfo.cpp 769 unsigned TargetInstrInfo::defaultDefLatency(const MCSchedModel &SchedModel,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 226 MCSchedModel SchedModel;
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 185 const MCSchedModel SCModel = STI->getSchedModel();
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 726 MCSchedModel SchedModel;

Completed in 1474 milliseconds