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.h288 virtual bool initGCNRegion();
343 bool initGCNRegion() override;
358 bool initGCNRegion() override;
394 bool initGCNRegion() override;
H A DGCNSchedStrategy.cpp742 if (!Stage->initGCNRegion()) { in runSchedStages()
892 bool GCNSchedStage::initGCNRegion() { in initGCNRegion() function in GCNSchedStage
954 bool UnclusteredHighRPStage::initGCNRegion() { in initGCNRegion() function in UnclusteredHighRPStage
962 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
965 bool ClusteredLowOccStage::initGCNRegion() { in initGCNRegion() function in ClusteredLowOccStage
974 return GCNSchedStage::initGCNRegion(); in initGCNRegion()
977 bool PreRARematStage::initGCNRegion() { in initGCNRegion() function in PreRARematStage
981 return GCNSchedStage::initGCNRegion(); in initGCNRegion()