HomeSort by relevance Sort by last modified time
    Searched defs:getSGPRAllocGranule (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 284 unsigned getSGPRAllocGranule(const FeatureBitset &Features) {
321 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(Features)) + 1;
336 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(Features));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 853 unsigned getSGPRAllocGranule() const {
854 return AMDGPU::IsaInfo::getSGPRAllocGranule(

Completed in 51 milliseconds