Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp761 RegionLiveOuts(this, /*IsLiveOut=*/true) { in GCNScheduleDAGMILive()
959 RegionLiveOuts.buildLiveRegMap(); in runSchedStages()
987 ->reset(MRI, RegionLiveOuts.getLiveRegsForRegionIdx( in runSchedStages()
1118 DAG.RegionLiveOuts.buildLiveRegMap(); in initGCNSchedStage()
1794 DAG.RegionLiveOuts.buildLiveRegMap(); in canIncreaseOccupancyOrReduceSpill()
1854 LaneBitmask Mask = DAG.RegionLiveOuts.getLiveRegsForRegionIdx(I)[Reg]; in canIncreaseOccupancyOrReduceSpill()
H A DGCNSchedStrategy.h283 RegionPressureMap RegionLiveOuts; variable