Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h853 unsigned getSGPRAllocGranule() const { in getSGPRAllocGranule() function
854 return AMDGPU::IsaInfo::getSGPRAllocGranule( in getSGPRAllocGranule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp284 unsigned getSGPRAllocGranule(const FeatureBitset &Features) { in getSGPRAllocGranule() function
321 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(Features)) + 1; in getMinNumSGPRs()
336 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(Features)); in getMaxNumSGPRs()
DAMDGPUBaseInfo.h123 unsigned getSGPRAllocGranule(const FeatureBitset &Features);