Home
last modified time | relevance | path

Searched refs:ScheduleDAGMILive (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h29 class GCNIterativeScheduler : public ScheduleDAGMILive {
30 using BaseClass = ScheduleDAGMILive;
H A DR600MachineScheduler.h28 const ScheduleDAGMILive *DAG = nullptr;
H A DR600TargetMachine.cpp41 return new ScheduleDAGMILive(C, std::make_unique<R600SchedStrategy>()); in createR600MachineScheduler()
H A DGCNSchedStrategy.h166 class GCNScheduleDAGMILive final : public ScheduleDAGMILive {
H A DSIMachineScheduler.h425 class SIScheduleDAGMI final : public ScheduleDAGMILive {
H A DAMDGPUTargetMachine.cpp475 ScheduleDAGMILive *DAG = in createGCNMaxOccupancyMachineScheduler()
488 ScheduleDAGMILive *DAG = in createGCNMaxILPMachineScheduler()
1172 ScheduleDAGMILive *DAG = createGenericSchedLive(C); in createMachineScheduler()
H A DR600MachineScheduler.cpp24 DAG = static_cast<ScheduleDAGMILive*>(dag); in initialize()
H A DGCNSchedStrategy.cpp572 : ScheduleDAGMILive(C, std::move(S)), ST(MF.getSubtarget<GCNSubtarget>()), in GCNScheduleDAGMILive()
748 ScheduleDAGMILive::schedule(); in runSchedStages()
H A DSIMachineScheduler.cpp1750 ScheduleDAGMILive(C, std::make_unique<GenericScheduler>(C)) { in SIScheduleDAGMI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1189 ScheduleDAGMILive::~ScheduleDAGMILive() { in ~ScheduleDAGMILive()
1193 void ScheduleDAGMILive::collectVRegUses(SUnit &SU) { in collectVRegUses()
1235 void ScheduleDAGMILive::enterRegion(MachineBasicBlock *bb, in enterRegion()
1257 void ScheduleDAGMILive::initRegPressure() { in initRegPressure()
1331 void ScheduleDAGMILive::
1360 void ScheduleDAGMILive::updatePressureDiffs( in updatePressureDiffs()
1428 void ScheduleDAGMILive::dump() const { in dump()
1461 void ScheduleDAGMILive::schedule() { in schedule()
1521 void ScheduleDAGMILive::buildDAGWithRegPressure() { in buildDAGWithRegPressure()
1544 void ScheduleDAGMILive::computeDFSResult() { in computeDFSResult()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h68 /// Extend the standard ScheduleDAGMILive to provide more context and override
70 class VLIWMachineScheduler : public ScheduleDAGMILive {
74 : ScheduleDAGMILive(C, std::move(S)) {} in VLIWMachineScheduler()
H A DMachineScheduler.h398 class ScheduleDAGMILive : public ScheduleDAGMI {
437 ScheduleDAGMILive(MachineSchedContext *C, in ScheduleDAGMILive() function
443 ~ScheduleDAGMILive() override;
1255 ScheduleDAGMILive *DAG = nullptr;
1355 ScheduleDAGMILive *createGenericSchedLive(MachineSchedContext *C);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp311 ScheduleDAGMILive *DAG = in createPPCMachineScheduler()
312 new ScheduleDAGMILive(C, ST.usePPCPreRASchedStrategy() ? in createPPCMachineScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp154 ScheduleDAGMILive *DAG = new VLIWMachineScheduler( in createVLIWMachineSched()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp347 ScheduleDAGMILive *DAG = nullptr; in createMachineScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp402 ScheduleDAGMILive *DAG = createGenericSchedLive(C); in createMachineScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp359 ScheduleDAGMILive *DAG = createGenericSchedLive(C); in createMachineScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp508 ScheduleDAGMILive *DAG = createGenericSchedLive(C); in createMachineScheduler()