Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h171 friend class PreRARematStage; variable
366 class PreRARematStage : public GCNSchedStage {
398 PreRARematStage(GCNSchedStageID StageID, GCNScheduleDAGMILive &DAG) in PreRARematStage() function
H A DGCNSchedStrategy.cpp595 return std::make_unique<PreRARematStage>(SchedStageID, *this); in createSchedStage()
842 bool PreRARematStage::initGCNSchedStage() { in initGCNSchedStage()
977 bool PreRARematStage::initGCNRegion() { in initGCNRegion()
1276 bool PreRARematStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling()
1371 void PreRARematStage::collectRematerializableInstructions() { in collectRematerializableInstructions()
1414 bool PreRARematStage::sinkTriviallyRematInsts(const GCNSubtarget &ST, in sinkTriviallyRematInsts()
1596 bool PreRARematStage::isTriviallyReMaterializable(const MachineInstr &MI) { in isTriviallyReMaterializable()