Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h288 virtual bool initGCNRegion();
343 bool initGCNRegion() override;
358 bool initGCNRegion() override;
394 bool initGCNRegion() override;
H A DGCNSchedStrategy.cpp655 if (!Stage->initGCNRegion()) { in runSchedStages()
804 bool GCNSchedStage::initGCNRegion() { in initGCNRegion() function in GCNSchedStage
864 bool UnclusteredHighRPStage::initGCNRegion() { in initGCNRegion() function in UnclusteredHighRPStage
872 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
875 bool ClusteredLowOccStage::initGCNRegion() { in initGCNRegion() function in ClusteredLowOccStage
884 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
887 bool PreRARematStage::initGCNRegion() { in initGCNRegion() function in PreRARematStage
891 return GCNSchedStage::initGCNRegion(); in initGCNRegion()