| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 38 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() 42 bool TargetSchedModel::hasInstrItineraries() const { in hasInstrItineraries() 62 void TargetSchedModel::init(const TargetSubtargetInfo *TSInfo) { in init() 84 bool TargetSchedModel::mustBeginGroup(const MachineInstr *MI, in mustBeginGroup() 95 bool TargetSchedModel::mustEndGroup(const MachineInstr *MI, in mustEndGroup() 106 unsigned TargetSchedModel::getNumMicroOps(const MachineInstr *MI, in getNumMicroOps() 131 const MCSchedClassDesc *TargetSchedModel:: 183 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() 272 TargetSchedModel::computeInstrLatency(const MachineInstr *MI, in computeInstrLatency() 288 unsigned TargetSchedModel:: [all …]
|
| H A D | MachineTraceMetrics.cpp | 126 for (TargetSchedModel::ProcResIter in getResources() 894 const TargetSchedModel &SchedModel, in updatePhysDepsUpwards() 955 const TargetSchedModel &SchedModel, in pushDepHeight() 1240 for (TargetSchedModel::ProcResIter in getResourceLength()
|
| H A D | VLIWMachineScheduler.cpp | 66 const TargetSchedModel *SM) in VLIWResourceModel() 306 const TargetSubtargetInfo &STI, const TargetSchedModel *SchedModel) const { in createVLIWResourceModel()
|
| H A D | MachineScheduler.cpp | 2019 init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel) { in init() 2028 for (TargetSchedModel::ProcResIter in init() 2039 init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, SchedRemainder *rem) { in init() 2442 for (TargetSchedModel::ProcResIter in bumpNode() 2455 for (TargetSchedModel::ProcResIter in bumpNode() 2623 const TargetSchedModel *SchedModel) { in initResourceDelta() 2628 for (TargetSchedModel::ProcResIter in initResourceDelta()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | VLIWMachineScheduler.h | 40 const TargetSchedModel *SchedModel; 50 VLIWResourceModel(const TargetSubtargetInfo &STI, const TargetSchedModel *SM); 128 const TargetSchedModel *SchedModel = nullptr; 155 void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) { in init() 208 const TargetSchedModel *SchedModel = nullptr; 242 const TargetSchedModel *SchedModel) const;
|
| H A D | TargetSchedule.h | 30 class TargetSchedModel { 49 TargetSchedModel() : SchedModel(MCSchedModel::GetDefaultSchedModel()) {} in TargetSchedModel() function
|
| H A D | TargetSubtargetInfo.h | 51 class TargetSchedModel; variable 143 const TargetSchedModel *SchedModel) const { in resolveSchedClass()
|
| H A D | MachineScheduler.h | 605 void init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel); 621 const TargetSchedModel *SchedModel = nullptr; 702 void init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, 906 const TargetSchedModel *SchedModel); 911 const TargetSchedModel *SchedModel = nullptr;
|
| H A D | ScheduleDAGInstrs.h | 125 TargetSchedModel SchedModel; 262 const TargetSchedModel *getSchedModel() const { return &SchedModel; } in getSchedModel()
|
| H A D | MachineTraceMetrics.h | 93 TargetSchedModel SchedModel;
|
| H A D | TargetInstrInfo.h | 60 class TargetSchedModel; variable 1641 virtual bool hasHighOperandLatency(const TargetSchedModel &SchedModel, in hasHighOperandLatency() 1651 virtual bool hasLowDefLatency(const TargetSchedModel &SchedModel,
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZHazardRecognizer.h | 48 const TargetSchedModel *SchedModel; 111 const TargetSchedModel *SM) in SystemZHazardRecognizer()
|
| H A D | SystemZHazardRecognizer.cpp | 175 for (TargetSchedModel::ProcResIter in dumpSU() 296 for (TargetSchedModel::ProcResIter in EmitInstruction() 400 for (TargetSchedModel::ProcResIter in resourcesCost()
|
| H A D | SystemZMachineScheduler.h | 38 TargetSchedModel SchedModel;
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMachineScheduler.h | 35 const TargetSchedModel *SchedModel) const override;
|
| H A D | HexagonMachineScheduler.cpp | 41 const TargetSubtargetInfo &STI, const TargetSchedModel *SchedModel) const { in createVLIWResourceModel()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.h | 49 TargetSchedModel TSchedModel;
|
| H A D | AMDGPUIGroupLP.cpp | 261 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply() 294 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply()
|
| H A D | AMDGPUInsertDelayAlu.cpp | 33 TargetSchedModel SchedModel;
|
| H A D | SIInstrInfo.h | 48 TargetSchedModel SchedModel; 1178 const TargetSchedModel &getSchedModel() const { return SchedModel; } in getSchedModel()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 34 TargetSchedModel SchedModel;
|
| H A D | AArch64Schedule.td | 10 // const MachineInstr *MI and const TargetSchedModel *SchedModel
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86PadShortFunction.cpp | 93 TargetSchedModel TSM;
|
| H A D | X86InstrInfo.h | 497 bool hasHighOperandLatency(const TargetSchedModel &SchedModel,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 461 bool hasHighOperandLatency(const TargetSchedModel &SchedModel, 466 bool hasLowDefLatency(const TargetSchedModel &SchedModel,
|