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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 302 unsigned getAddressableNumSGPRs(const FeatureBitset &Features) {
322 return std::min(MinNumSGPRs, getAddressableNumSGPRs(Features));
330 unsigned AddressableNumSGPRs = getAddressableNumSGPRs(Features);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 870 unsigned getAddressableNumSGPRs() const {
871 return AMDGPU::IsaInfo::getAddressableNumSGPRs(

Completed in 391 milliseconds