Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp41 unsigned TotalSGPRCountPerSIMD, AddressableSGPRCount, SGPRUsageAlignment; in getMaxWorkGroupSGPRCount() local
46 AddressableSGPRCount = 102; in getMaxWorkGroupSGPRCount()
51 AddressableSGPRCount = 104; in getMaxWorkGroupSGPRCount()
62 return std::min(MaxSGPRCount - ReservedSGPRCount, AddressableSGPRCount); in getMaxWorkGroupSGPRCount()