Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h281 virtual bool initGCNSchedStage();
339 bool initGCNSchedStage() override;
356 bool initGCNSchedStage() override;
392 bool initGCNSchedStage() override;
H A DGCNSchedStrategy.cpp735 if (!Stage->initGCNSchedStage()) in runSchedStages()
784 bool GCNSchedStage::initGCNSchedStage() { in initGCNSchedStage() function in GCNSchedStage
792 bool UnclusteredHighRPStage::initGCNSchedStage() { in initGCNSchedStage() function in UnclusteredHighRPStage
796 if (!GCNSchedStage::initGCNSchedStage()) in initGCNSchedStage()
823 bool ClusteredLowOccStage::initGCNSchedStage() { in initGCNSchedStage() function in ClusteredLowOccStage
827 if (!GCNSchedStage::initGCNSchedStage()) in initGCNSchedStage()
842 bool PreRARematStage::initGCNSchedStage() { in initGCNSchedStage() function in PreRARematStage
843 if (!GCNSchedStage::initGCNSchedStage()) in initGCNSchedStage()