| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 36 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrSchedModel() 40 bool TargetSchedModel::hasInstrItineraries() const { in hasInstrItineraries() 44 void TargetSchedModel::init(const TargetSubtargetInfo *TSInfo, in init() 70 bool TargetSchedModel::mustBeginGroup(const MachineInstr *MI, in mustBeginGroup() 81 bool TargetSchedModel::mustEndGroup(const MachineInstr *MI, in mustEndGroup() 92 unsigned TargetSchedModel::getNumMicroOps(const MachineInstr *MI, in getNumMicroOps() 117 const MCSchedClassDesc *TargetSchedModel:: 170 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() 237 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const { in computeInstrLatency() 241 unsigned TargetSchedModel::computeInstrLatency(unsigned Opcode) const { in computeInstrLatency() [all …]
|
| H A D | MachineTraceMetrics.cpp | 139 for (TargetSchedModel::ProcResIter in getResources() 935 const TargetSchedModel &SchedModel, in updatePhysDepsUpwards() 992 const TargetSchedModel &SchedModel, in pushDepHeight() 1273 for (TargetSchedModel::ProcResIter in getResourceLength()
|
| H A D | MachineScheduler.cpp | 1256 for (TargetSchedModel::ProcResIter PI = SchedModel.getWriteProcResBegin(SC), in dumpScheduleTraceTopDown() 1338 for (TargetSchedModel::ProcResIter PI = SchedModel.getWriteProcResBegin(SC), in dumpScheduleTraceBottomUp() 2555 init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel) { in init() 2564 for (TargetSchedModel::ProcResIter in init() 2577 init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, SchedRemainder *rem) { in init() 3036 for (TargetSchedModel::ProcResIter in bumpNode() 3050 for (TargetSchedModel::ProcResIter in bumpNode() 3269 const TargetSchedModel *SchedModel) { in initResourceDelta() 3274 for (TargetSchedModel::ProcResIter in initResourceDelta()
|
| H A D | VLIWMachineScheduler.cpp | 66 const TargetSchedModel *SM) in VLIWResourceModel() 303 const TargetSubtargetInfo &STI, const TargetSchedModel *SchedModel) const { in createVLIWResourceModel()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | VLIWMachineScheduler.h | 40 const TargetSchedModel *SchedModel; 50 VLIWResourceModel(const TargetSubtargetInfo &STI, const TargetSchedModel *SM); 129 const TargetSchedModel *SchedModel = nullptr; 158 void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) { in init() 212 const TargetSchedModel *SchedModel = nullptr; 246 const TargetSchedModel *SchedModel) const;
|
| H A D | TargetSubtargetInfo.h | 55 class TargetSchedModel; variable 147 const TargetSchedModel *SchedModel) const { in resolveSchedClass() 253 const TargetSchedModel *SchedModel) const { in adjustSchedDependency()
|
| H A D | TargetSchedule.h | 31 class TargetSchedModel { 60 TargetSchedModel() : SchedModel(MCSchedModel::Default) {} in TargetSchedModel() function
|
| H A D | ScheduleDAGInstrs.h | 122 TargetSchedModel SchedModel; 283 const TargetSchedModel *getSchedModel() const { return &SchedModel; } in getSchedModel()
|
| H A D | MachineScheduler.h | 619 LLVM_ABI void init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel); 850 const TargetSchedModel *SchedModel = nullptr; 961 LLVM_ABI void init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, 1184 const TargetSchedModel *SchedModel); 1189 const TargetSchedModel *SchedModel = nullptr;
|
| H A D | MachineTraceMetrics.h | 103 TargetSchedModel SchedModel;
|
| H A D | TargetInstrInfo.h | 67 class TargetSchedModel; variable 1885 virtual bool hasHighOperandLatency(const TargetSchedModel &SchedModel, in hasHighOperandLatency() 1895 virtual bool hasLowDefLatency(const TargetSchedModel &SchedModel,
|
| /freebsd/contrib/llvm-project/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 | 36 TargetSchedModel SchedModel;
|
| /freebsd/contrib/llvm-project/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()
|
| H A D | HexagonSubtarget.h | 327 const TargetSchedModel *SchedModel) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StorePairSuppress.cpp | 35 TargetSchedModel SchedModel;
|
| H A D | AArch64Schedule.td | 10 // const MachineInstr *MI and const TargetSchedModel *SchedModel
|
| H A D | AArch64Subtarget.h | 349 const TargetSchedModel *SchedModel) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.h | 49 const TargetSchedModel &TSchedModel;
|
| H A D | GCNSchedStrategy.h | 372 const TargetSchedModel &SM);
|
| H A D | AMDGPUInsertDelayAlu.cpp | 31 const TargetSchedModel *SchedModel;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PadShortFunction.cpp | 90 TargetSchedModel TSM;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 460 bool hasHighOperandLatency(const TargetSchedModel &SchedModel, 465 bool hasLowDefLatency(const TargetSchedModel &SchedModel,
|