Home
last modified time | relevance | path

Searched refs:GCNSchedStrategy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h42 class GCNSchedStrategy : public GenericScheduler {
101 GCNSchedStrategy(const MachineSchedContext *C);
123 class GCNMaxOccupancySchedStrategy final : public GCNSchedStrategy {
130 class GCNMaxILPSchedStrategy final : public GCNSchedStrategy {
249 GCNSchedStrategy &S;
H A DGCNSchedStrategy.cpp63 GCNSchedStrategy::GCNSchedStrategy(const MachineSchedContext *C) in GCNSchedStrategy() function in GCNSchedStrategy
67 void GCNSchedStrategy::initialize(ScheduleDAGMI *DAG) { in initialize()
164 void GCNSchedStrategy::initCandidate(SchedCandidate &Cand, SUnit *SU, in initCandidate()
287 void GCNSchedStrategy::pickNodeFromQueue(SchedBoundary &Zone, in pickNodeFromQueue()
321 SUnit *GCNSchedStrategy::pickNodeBidirectional(bool &IsTopNode) { in pickNodeBidirectional()
402 SUnit *GCNSchedStrategy::pickNode(bool &IsTopNode) { in pickNode()
447 GCNSchedStageID GCNSchedStrategy::getCurrentStage() { in getCurrentStage()
452 bool GCNSchedStrategy::advanceStage() { in advanceStage()
462 bool GCNSchedStrategy::hasNextStage() const { in hasNextStage()
467 GCNSchedStageID GCNSchedStrategy::getNextStage() const { in getNextStage()
[all …]