/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSchedule.cpp | 34 cl::desc("Use TargetSchedModel for latency lookup")); 43 bool TargetSchedModel::hasInstrSchedModel() const { in hasInstrItineraries() 47 bool TargetSchedModel::hasInstrItineraries() const { in init() 51 void TargetSchedModel::init(const TargetSubtargetInfo *TSInfo) { in init() 73 bool TargetSchedModel::mustBeginGroup(const MachineInstr *MI, in mustBeginGroup() 84 bool TargetSchedModel::mustEndGroup(const MachineInstr *MI, in mustEndGroup() 95 unsigned TargetSchedModel::getNumMicroOps(const MachineInstr *MI, in getNumMicroOps() 120 const MCSchedClassDesc *TargetSchedModel:: in resolveSchedClass() 173 unsigned TargetSchedModel::computeOperandLatency( in computeOperandLatency() 240 TargetSchedModel [all...] |
H A D | MachineTraceMetrics.cpp | 125 for (TargetSchedModel::ProcResIter in getResources() 907 const TargetSchedModel &SchedModel, in updatePhysDepsUpwards() 964 const TargetSchedModel &SchedModel, in pushDepHeight() 1245 for (TargetSchedModel::ProcResIter in getResourceLength()
|
H A D | MachineScheduler.cpp | 1016 for (TargetSchedModel::ProcResIter PI = SchedModel.getWriteProcResBegin(SC), in dumpScheduleTraceTopDown() 1098 for (TargetSchedModel::ProcResIter PI = SchedModel.getWriteProcResBegin(SC), in dumpScheduleTraceBottomUp() 2282 init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel) { in init() 2291 for (TargetSchedModel::ProcResIter in init() 2304 init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, SchedRemainder *rem) { in init() 2743 for (TargetSchedModel::ProcResIter in bumpNode() 2757 for (TargetSchedModel::ProcResIter in bumpNode() 2974 const TargetSchedModel *SchedModel) { in initResourceDelta() 2979 for (TargetSchedModel::ProcResIter in initResourceDelta()
|
H A D | VLIWMachineScheduler.cpp | 66 const TargetSchedModel *SM) in VLIWResourceModel() 306 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 | 54 class TargetSchedModel; variable 146 const TargetSchedModel *SchedModel) const { in resolveSchedClass() 242 const TargetSchedModel *SchedModel) const { in adjustSchedDependency()
|
H A D | TargetSchedule.h | 30 class TargetSchedModel { 49 TargetSchedModel() : SchedModel(MCSchedModel::Default) {} in TargetSchedModel() function 187 /// if converter after moving it to TargetSchedModel).
|
H A D | MachineScheduler.h | 611 void init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel); 842 const TargetSchedModel *SchedModel = nullptr; 953 void init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, 1162 const TargetSchedModel *SchedModel); 1167 const TargetSchedModel *SchedModel = nullptr;
|
H A D | ScheduleDAGInstrs.h | 120 TargetSchedModel SchedModel; 269 const TargetSchedModel *getSchedModel() const { return &SchedModel; } in getSchedModel()
|
H A D | MachineTraceMetrics.h | 102 TargetSchedModel SchedModel;
|
H A D | TargetInstrInfo.h | 64 class TargetSchedModel; variable 1810 virtual bool hasHighOperandLatency(const TargetSchedModel &SchedModel, in hasHighOperandLatency() 1820 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 | 38 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 | 312 const TargetSchedModel *SchedModel) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.h | 49 TargetSchedModel TSchedModel;
|
H A D | GCNSchedStrategy.h | 304 const TargetSchedModel &SM);
|
H A D | AMDGPUInsertDelayAlu.cpp | 33 TargetSchedModel SchedModel;
|
/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 | 319 const TargetSchedModel *SchedModel) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 93 TargetSchedModel TSM;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 469 bool hasHighOperandLatency(const TargetSchedModel &SchedModel, 474 bool hasLowDefLatency(const TargetSchedModel &SchedModel,
|