Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp468 unsigned AddressableNumVGPRs = getAddressableNumVGPRs(STI); in getMaxNumVGPRs() local
469 return std::min(MaxNumVGPRs, AddressableNumVGPRs); in getMaxNumVGPRs()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp1106 unsigned AddressableNumVGPRs = getAddressableNumVGPRs(STI); in getMaxNumVGPRs() local
1107 return std::min(MaxNumVGPRs, AddressableNumVGPRs); in getMaxNumVGPRs()