Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.h171 friend class PreRARematStage; variable
366 class PreRARematStage : public GCNSchedStage {
398 PreRARematStage(GCNSchedStageID StageID, GCNScheduleDAGMILive &DAG) in PreRARematStage() function
DGCNSchedStrategy.cpp486 return std::make_unique<PreRARematStage>(SchedStageID, *this); in createSchedStage()
721 bool PreRARematStage::initGCNSchedStage() { in initGCNSchedStage()
852 bool PreRARematStage::initGCNRegion() { in initGCNRegion()
1140 bool PreRARematStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling()
1237 void PreRARematStage::collectRematerializableInstructions() { in collectRematerializableInstructions()
1280 bool PreRARematStage::sinkTriviallyRematInsts(const GCNSubtarget &ST, in sinkTriviallyRematInsts()
1462 bool PreRARematStage::isTriviallyReMaterializable(const MachineInstr &MI) { in isTriviallyReMaterializable()