Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h217 virtual bool initGCNRegion();
261 bool initGCNRegion() override;
276 bool initGCNRegion() override;
312 bool initGCNRegion() override;
H A DGCNSchedStrategy.cpp460 if (!Stage->initGCNRegion()) { in runSchedStages()
574 bool GCNSchedStage::initGCNRegion() { in initGCNRegion() function in GCNSchedStage
617 bool UnclusteredRescheduleStage::initGCNRegion() { in initGCNRegion() function in UnclusteredRescheduleStage
621 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
624 bool ClusteredLowOccStage::initGCNRegion() { in initGCNRegion() function in ClusteredLowOccStage
634 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
637 bool PreRARematStage::initGCNRegion() { in initGCNRegion() function in PreRARematStage
641 return GCNSchedStage::initGCNRegion(); in initGCNRegion()