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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 373 unsigned getVGPRAllocGranule(const FeatureBitset &Features) {
378 return getVGPRAllocGranule(Features);
396 getVGPRAllocGranule(Features)) + 1;
404 getVGPRAllocGranule(Features));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 903 unsigned getVGPRAllocGranule() const {
904 return AMDGPU::IsaInfo::getVGPRAllocGranule(

Completed in 94 milliseconds