LLVM 20.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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
enum class | llvm::GCNSchedStageID : unsigned { llvm::OccInitialSchedule = 0 , llvm::UnclusteredHighRPReschedule = 1 , llvm::ClusteredLowOccupancyReschedule = 2 , llvm::PreRARematerialize = 3 , llvm::ILPInitialSchedule = 4 } |
Functions | |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const GCNSchedStageID &StageID) |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const ScheduleMetrics &Sm) |