LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::R600SchedStrategy Class Reference

#include <R600MachineScheduler.h>

Inheritance diagram for llvm::R600SchedStrategy:
Inheritance graph
[legend]
Collaboration diagram for llvm::R600SchedStrategy:
Collaboration graph
[legend]

Public Member Functions

 R600SchedStrategy ()
 
virtual ~R600SchedStrategy ()
 
virtual void initialize (ScheduleDAGMI *dag)
 Initialize the strategy after building the DAG for a new region. More...
 
virtual SUnitpickNode (bool &IsTopNode)
 
virtual void schedNode (SUnit *SU, bool IsTopNode)
 
virtual void releaseTopNode (SUnit *SU)
 
virtual void releaseBottomNode (SUnit *SU)
 
- Public Member Functions inherited from llvm::MachineSchedStrategy
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...
 

Detailed Description

Definition at line 27 of file R600MachineScheduler.h.

Constructor & Destructor Documentation

llvm::R600SchedStrategy::R600SchedStrategy ( )
inline

Definition at line 70 of file R600MachineScheduler.h.

virtual llvm::R600SchedStrategy::~R600SchedStrategy ( )
inlinevirtual

Definition at line 74 of file R600MachineScheduler.h.

Member Function Documentation

void R600SchedStrategy::initialize ( ScheduleDAGMI DAG)
virtual
SUnit * R600SchedStrategy::pickNode ( bool IsTopNode)
virtual

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.

void R600SchedStrategy::releaseBottomNode ( SUnit SU)
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().

void R600SchedStrategy::releaseTopNode ( SUnit SU)
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().

void R600SchedStrategy::schedNode ( SUnit SU,
bool  IsTopNode 
)
virtual

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().


The documentation for this class was generated from the following files: