|
LLVM
3.7.0
|
Base class for GenericScheduler. More...
#include <MachineScheduler.h>
Classes | |
| struct | CandPolicy |
| Policy for scheduling the next instruction in the candidate's zone. More... | |
| struct | SchedCandidate |
| Store the state used by GenericScheduler heuristics, required for the lifetime of one invocation of pickNode(). More... | |
| struct | SchedResourceDelta |
| Status of an instruction's critical resource consumption. More... | |
Public Types | |
| enum | CandReason { NoCand, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, RegMax, ResourceReduce, ResourceDemand, BotHeightReduce, BotPathReduce, TopDepthReduce, TopPathReduce, NextDefUse, NodeOrder } |
| Represent the type of SchedCandidate found within a single queue. More... | |
Static Public Member Functions | |
| static const char * | getReasonStr (GenericSchedulerBase::CandReason Reason) |
Protected Member Functions | |
| GenericSchedulerBase (const MachineSchedContext *C) | |
| void | setPolicy (CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone, SchedBoundary *OtherZone) |
| Set the CandPolicy given a scheduling zone given the current resources and latencies inside and outside the zone. More... | |
| void | traceCandidate (const SchedCandidate &Cand) |
Protected Attributes | |
| const MachineSchedContext * | Context |
| const TargetSchedModel * | SchedModel |
| const TargetRegisterInfo * | TRI |
| SchedRemainder | Rem |
Additional Inherited Members | |
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 |
| Check if pressure tracking is needed before building the DAG and initializing this strategy. More... | |
| virtual void | initialize (ScheduleDAGMI *DAG)=0 |
| Initialize the strategy after building the DAG for a new region. More... | |
| virtual void | registerRoots () |
| Notify this strategy that all roots have been released (including those that depend on EntrySU or ExitSU). More... | |
| virtual SUnit * | pickNode (bool &IsTopNode)=0 |
| Pick the next node to schedule, or return NULL. More... | |
| virtual void | scheduleTree (unsigned SubtreeID) |
| Scheduler callback to notify that a new subtree is scheduled. More... | |
| virtual void | schedNode (SUnit *SU, bool IsTopNode)=0 |
| Notify MachineSchedStrategy that ScheduleDAGMI has scheduled an instruction and updated scheduled/remaining flags in the DAG nodes. More... | |
| virtual void | releaseTopNode (SUnit *SU)=0 |
| When all predecessor dependencies have been resolved, free this node for top-down scheduling. More... | |
| virtual void | releaseBottomNode (SUnit *SU)=0 |
| When all successor dependencies have been resolved, free this node for bottom-up scheduling. More... | |
Base class for GenericScheduler.
This class maintains information about scheduling candidates based on TargetSchedModel making it easy to implement heuristics for either preRA or postRA scheduling.
Definition at line 742 of file MachineScheduler.h.
Represent the type of SchedCandidate found within a single queue.
pickNodeBidirectional depends on these listed by decreasing priority.
| Enumerator | |
|---|---|
| NoCand | |
| PhysRegCopy | |
| RegExcess | |
| RegCritical | |
| Stall | |
| Cluster | |
| Weak | |
| RegMax | |
| ResourceReduce | |
| ResourceDemand | |
| BotHeightReduce | |
| BotPathReduce | |
| TopDepthReduce | |
| TopPathReduce | |
| NextDefUse | |
| NodeOrder | |
Definition at line 746 of file MachineScheduler.h.
|
inlineprotected |
Definition at line 831 of file MachineScheduler.h.
|
static |
Definition at line 2222 of file MachineScheduler.cpp.
References BotHeightReduce, BotPathReduce, Cluster, llvm_unreachable, NextDefUse, NoCand, NodeOrder, PhysRegCopy, RegCritical, RegExcess, RegMax, ResourceDemand, ResourceReduce, Stall, TopDepthReduce, TopPathReduce, and Weak.
Referenced by traceCandidate(), and tracePick().
|
protected |
Set the CandPolicy given a scheduling zone given the current resources and latencies inside and outside the zone.
Definition at line 2149 of file MachineScheduler.cpp.
References llvm::SchedBoundary::Available, llvm::SchedRemainder::CriticalPath, llvm::dbgs(), DEBUG, llvm::GenericSchedulerBase::CandPolicy::DemandResIdx, llvm::ReadyQueue::elements(), llvm::SchedBoundary::findMaxLatency(), llvm::SchedBoundary::getCurrCycle(), llvm::SchedBoundary::getDependentLatency(), llvm::TargetSchedModel::getLatencyFactor(), llvm::ReadyQueue::getName(), llvm::SchedBoundary::getOtherResourceCount(), llvm::TargetSchedModel::getResourceName(), llvm::SchedBoundary::getZoneCritResIdx(), llvm::TargetSchedModel::hasInstrSchedModel(), llvm::SchedBoundary::isResourceLimited(), llvm::SchedBoundary::Pending, llvm::GenericSchedulerBase::CandPolicy::ReduceLatency, llvm::GenericSchedulerBase::CandPolicy::ReduceResIdx, Rem, and SchedModel.
Referenced by llvm::PostGenericScheduler::pickNode(), and llvm::GenericScheduler::pickNodeBidirectional().
|
protected |
Definition at line 2245 of file MachineScheduler.cpp.
References BotHeightReduce, BotPathReduce, llvm::RegPressureDelta::CriticalMax, llvm::RegPressureDelta::CurrentMax, llvm::dbgs(), llvm::GenericSchedulerBase::CandPolicy::DemandResIdx, llvm::RegPressureDelta::Excess, llvm::SUnit::getDepth(), llvm::SUnit::getHeight(), llvm::TargetSchedModel::getProcResource(), llvm::PressureChange::getPSet(), getReasonStr(), llvm::TargetRegisterInfo::getRegPressureSetName(), llvm::PressureChange::getUnitInc(), llvm::PressureChange::isValid(), llvm::MCProcResourceDesc::Name, llvm::SUnit::NodeNum, P, llvm::GenericSchedulerBase::SchedCandidate::Policy, llvm::GenericSchedulerBase::SchedCandidate::Reason, llvm::GenericSchedulerBase::CandPolicy::ReduceResIdx, RegCritical, RegExcess, RegMax, ResourceDemand, ResourceReduce, llvm::GenericSchedulerBase::SchedCandidate::RPDelta, SchedModel, llvm::GenericSchedulerBase::SchedCandidate::SU, TopDepthReduce, TopPathReduce, and TRI.
Referenced by llvm::GenericScheduler::pickNodeFromQueue(), and llvm::PostGenericScheduler::pickNodeFromQueue().
|
protected |
Definition at line 825 of file MachineScheduler.h.
Referenced by llvm::GenericScheduler::initPolicy().
|
protected |
Definition at line 829 of file MachineScheduler.h.
Referenced by llvm::GenericScheduler::checkAcyclicLatency(), llvm::GenericScheduler::initialize(), llvm::PostGenericScheduler::initialize(), llvm::GenericScheduler::registerRoots(), llvm::PostGenericScheduler::registerRoots(), setPolicy(), and llvm::GenericScheduler::tryCandidate().
|
protected |
Definition at line 826 of file MachineScheduler.h.
Referenced by llvm::GenericScheduler::checkAcyclicLatency(), llvm::GenericScheduler::initialize(), llvm::PostGenericScheduler::initialize(), llvm::GenericScheduler::pickNodeFromQueue(), llvm::PostGenericScheduler::pickNodeFromQueue(), setPolicy(), traceCandidate(), and llvm::GenericScheduler::tryCandidate().
|
protected |
Definition at line 827 of file MachineScheduler.h.
Referenced by llvm::GenericScheduler::initialize(), llvm::PostGenericScheduler::initialize(), llvm::GenericScheduler::reschedulePhysRegCopies(), traceCandidate(), and llvm::GenericScheduler::tryCandidate().
1.8.6