Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp165 bool PPCPostRASchedStrategy::biasAddiCandidate(SchedCandidate &Cand, in biasAddiCandidate()
177 bool PPCPostRASchedStrategy::tryCandidate(SchedCandidate &Cand, in tryCandidate()
232 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) { in enterMBB()
237 void PPCPostRASchedStrategy::leaveMBB() { in leaveMBB()
242 void PPCPostRASchedStrategy::initialize(ScheduleDAGMI *Dag) { in initialize()
247 SUnit *PPCPostRASchedStrategy::pickNode(bool &IsTopNode) { in pickNode()
H A DPPCMachineScheduler.h36 class PPCPostRASchedStrategy : public PostGenericScheduler {
38 PPCPostRASchedStrategy(const MachineSchedContext *C) : in PPCPostRASchedStrategy() function
H A DPPCTargetMachine.cpp330 std::make_unique<PPCPostRASchedStrategy>(C) : in createPPCPostMachineScheduler()