LLVM
17.0.0git
|
#include "GCNRegPressure.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/CodeGen/MachineScheduler.h"
Go to the source code of this file.
Classes | |
class | llvm::GCNSchedStrategy |
This is a minimal scheduler strategy. More... | |
class | llvm::GCNMaxOccupancySchedStrategy |
The goal of this scheduling strategy is to maximize kernel occupancy (i.e. More... | |
class | llvm::GCNMaxILPSchedStrategy |
The goal of this scheduling strategy is to maximize ILP for a single wave (i.e. More... | |
class | llvm::ScheduleMetrics |
class | llvm::GCNScheduleDAGMILive |
class | llvm::GCNSchedStage |
class | llvm::OccInitialScheduleStage |
class | llvm::UnclusteredHighRPStage |
class | llvm::ClusteredLowOccStage |
class | llvm::PreRARematStage |
class | llvm::ILPInitialScheduleStage |
class | llvm::GCNPostScheduleDAGMILive |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
enum | llvm::GCNSchedStageID : unsigned { llvm::GCNSchedStageID::OccInitialSchedule = 0, llvm::GCNSchedStageID::UnclusteredHighRPReschedule = 1, llvm::GCNSchedStageID::ClusteredLowOccupancyReschedule = 2, llvm::GCNSchedStageID::PreRARematerialize = 3, llvm::GCNSchedStageID::ILPInitialSchedule = 4 } |
Functions | |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const GCNSchedStageID &StageID) |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const ScheduleMetrics &Sm) |