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

  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 27 class TargetSchedModel;
54 const TargetSchedModel* SchedModel) const {
  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 32 class TargetSchedModel {
44 TargetSchedModel(): STI(0), TII(0) {}
ScheduleDAGInstrs.h 78 /// TargetSchedModel provides an interface to the machine model.
79 TargetSchedModel SchedModel;
157 const TargetSchedModel *getSchedModel() const { return &SchedModel; }
MachineTraceMetrics.h 73 TargetSchedModel SchedModel;
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 26 cl::desc("Use TargetSchedModel for latency lookup"));
31 bool TargetSchedModel::hasInstrSchedModel() const {
35 bool TargetSchedModel::hasInstrItineraries() const {
54 void TargetSchedModel::init(const MCSchedModel &sm,
77 unsigned TargetSchedModel::getNumMicroOps(const MachineInstr *MI,
102 const MCSchedClassDesc *TargetSchedModel::
155 unsigned TargetSchedModel::computeOperandLatency(
227 unsigned TargetSchedModel::computeInstrLatency(const MachineInstr *MI) const {
250 unsigned TargetSchedModel::
MachineScheduler.cpp     [all...]
MachineTraceMetrics.cpp 114 for (TargetSchedModel::ProcResIter
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 48 const TargetSchedModel *SchedModel;
58 VLIWResourceModel(const TargetMachine &TM, const TargetSchedModel *SM) :
135 const TargetSchedModel *SchedModel;
167 void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) {
192 const TargetSchedModel *SchedModel;

Completed in 1056 milliseconds