LLVM API Documentation
#include <R600MachineScheduler.h>
Public Member Functions | |
R600SchedStrategy () | |
virtual | ~R600SchedStrategy () |
virtual void | initialize (ScheduleDAGMI *dag) |
Initialize the strategy after building the DAG for a new region. More... | |
virtual SUnit * | pickNode (bool &IsTopNode) |
virtual void | schedNode (SUnit *SU, bool IsTopNode) |
virtual void | releaseTopNode (SUnit *SU) |
virtual void | releaseBottomNode (SUnit *SU) |
![]() | |
virtual | ~MachineSchedStrategy () |
virtual void | initPolicy (MachineBasicBlock::iterator Begin, MachineBasicBlock::iterator End, unsigned NumRegionInstrs) |
Optionally override the per-region scheduling policy. More... | |
virtual bool | shouldTrackPressure () const |
virtual void | registerRoots () |
virtual void | scheduleTree (unsigned SubtreeID) |
Scheduler callback to notify that a new subtree is scheduled. More... | |
Definition at line 27 of file R600MachineScheduler.h.
|
inline |
Definition at line 70 of file R600MachineScheduler.h.
|
inlinevirtual |
Definition at line 74 of file R600MachineScheduler.h.
|
virtual |
Initialize the strategy after building the DAG for a new region.
Implements llvm::MachineSchedStrategy.
Definition at line 26 of file R600MachineScheduler.cpp.
References llvm::R600InstrInfo::getMaxAlusPerClause(), llvm::TargetMachine::getSubtarget(), llvm::MachineFunction::getTarget(), llvm::AMDGPUSubtarget::getTexVTXClauseSize(), llvm::ScheduleDAG::MF, llvm::ScheduleDAG::MRI, llvm::A64DB::ST, llvm::ScheduleDAG::TII, llvm::ScheduleDAG::TM, and llvm::ScheduleDAG::TRI.
Pick the next node to schedule, or return NULL. Set IsTopNode to true to schedule the node at the top of the unscheduled region. Otherwise it will be scheduled at the bottom.
Implements llvm::MachineSchedStrategy.
Definition at line 58 of file R600MachineScheduler.cpp.
References llvm::dbgs(), DEBUG, llvm::SUnit::dump(), getWFCountLimitedByGPR(), llvm::SUnit::isScheduled, and llvm::ScheduleDAG::SUnits.
|
virtual |
When all successor dependencies have been resolved, free this node for bottom-up scheduling.
Implements llvm::MachineSchedStrategy.
Definition at line 193 of file R600MachineScheduler.cpp.
References llvm::dbgs(), DEBUG, llvm::SUnit::dump(), llvm::SUnit::getInstr(), and isPhysicalRegCopy().
|
virtual |
When all predecessor dependencies have been resolved, free this node for top-down scheduling.
Implements llvm::MachineSchedStrategy.
Definition at line 189 of file R600MachineScheduler.cpp.
References llvm::dbgs(), DEBUG, and llvm::SUnit::dump().
Notify MachineSchedStrategy that ScheduleDAGMI has scheduled an instruction and updated scheduled/remaining flags in the DAG nodes.
Implements llvm::MachineSchedStrategy.
Definition at line 141 of file R600MachineScheduler.cpp.
References llvm::dbgs(), DEBUG, llvm::SUnit::getInstr(), llvm::MachineOperand::getReg(), llvm::MachineOperand::isReg(), llvm::MachineInstr::operands_begin(), and llvm::MachineInstr::operands_end().