Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h356 virtual bool initGCNRegion();
414 bool initGCNRegion() override;
429 bool initGCNRegion() override;
515 bool initGCNRegion() override;
H A DGCNSchedStrategy.cpp972 if (!Stage->initGCNRegion()) { in runSchedStages()
1153 bool GCNSchedStage::initGCNRegion() { in initGCNRegion() function in GCNSchedStage
1215 bool UnclusteredHighRPStage::initGCNRegion() { in initGCNRegion() function in UnclusteredHighRPStage
1223 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
1226 bool ClusteredLowOccStage::initGCNRegion() { in initGCNRegion() function in ClusteredLowOccStage
1235 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
1238 bool PreRARematStage::initGCNRegion() { in initGCNRegion() function in PreRARematStage
1239 return RescheduleRegions[RegionIdx] && GCNSchedStage::initGCNRegion(); in initGCNRegion()