HomeSort by: relevance | last modified time | path
    Searched refs:PPCPostRASchedStrategy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.h 35 class PPCPostRASchedStrategy : public PostGenericScheduler {
37 PPCPostRASchedStrategy(const MachineSchedContext *C) :
PPCMachineScheduler.cpp 163 bool PPCPostRASchedStrategy::biasAddiCandidate(SchedCandidate &Cand,
175 void PPCPostRASchedStrategy::tryCandidate(SchedCandidate &Cand,
228 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) {
233 void PPCPostRASchedStrategy::leaveMBB() {
238 void PPCPostRASchedStrategy::initialize(ScheduleDAGMI *Dag) {
243 SUnit *PPCPostRASchedStrategy::pickNode(bool &IsTopNode) {
PPCTargetMachine.cpp 299 std::make_unique<PPCPostRASchedStrategy>(C) :

Completed in 19 milliseconds