Home
last modified time | relevance | path

Searched refs:SystemZPostRASchedStrategy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp26 void SystemZPostRASchedStrategy::SUSet::
60 void SystemZPostRASchedStrategy::
74 void SystemZPostRASchedStrategy::initialize(ScheduleDAGMI *dag) { in initialize()
79 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) { in enterMBB()
122 void SystemZPostRASchedStrategy::leaveMBB() { in leaveMBB()
130 SystemZPostRASchedStrategy::
131 SystemZPostRASchedStrategy(const MachineSchedContext *C) in SystemZPostRASchedStrategy() function in SystemZPostRASchedStrategy
140 SystemZPostRASchedStrategy::~SystemZPostRASchedStrategy() { in ~SystemZPostRASchedStrategy()
148 void SystemZPostRASchedStrategy::initPolicy(MachineBasicBlock::iterator Begin, in initPolicy()
160 SUnit *SystemZPostRASchedStrategy::pickNode(bool &IsTopNode) { in pickNode()
[all …]
H A DSystemZMachineScheduler.h28 class SystemZPostRASchedStrategy : public MachineSchedStrategy {
113 SystemZPostRASchedStrategy(const MachineSchedContext *C);
114 virtual ~SystemZPostRASchedStrategy();
H A DSystemZTargetMachine.cpp214 return createSchedPostRA<SystemZPostRASchedStrategy>(C); in createPostMachineScheduler()