Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp41 unsigned TotalSGPRCountPerSIMD, AddressableSGPRCount, SGPRUsageAlignment; in getMaxWorkGroupSGPRCount() local
45 TotalSGPRCountPerSIMD = 800; in getMaxWorkGroupSGPRCount()
50 TotalSGPRCountPerSIMD = 512; in getMaxWorkGroupSGPRCount()
56 unsigned MaxSGPRCount = (TotalSGPRCountPerSIMD / MaxWaveCountPerSIMD); in getMaxWorkGroupSGPRCount()