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()
120 void SystemZPostRASchedStrategy::leaveMBB() { in leaveMBB()
128 SystemZPostRASchedStrategy::
129 SystemZPostRASchedStrategy(const MachineSchedContext *C) in SystemZPostRASchedStrategy() function in SystemZPostRASchedStrategy
138 SystemZPostRASchedStrategy::~SystemZPostRASchedStrategy() { in ~SystemZPostRASchedStrategy()
146 void SystemZPostRASchedStrategy::initPolicy(MachineBasicBlock::iterator Begin, in initPolicy()
158 SUnit *SystemZPostRASchedStrategy::pickNode(bool &IsTopNode) { in pickNode()
[all …]
H A DSystemZMachineScheduler.h30 class SystemZPostRASchedStrategy : public MachineSchedStrategy {
115 SystemZPostRASchedStrategy(const MachineSchedContext *C);
116 virtual ~SystemZPostRASchedStrategy();
H A DSystemZTargetMachine.cpp215 std::make_unique<SystemZPostRASchedStrategy>(C), in createPostMachineScheduler()