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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 385 unsigned getAddressableNumVGPRs(const FeatureBitset &Features) {
397 return std::min(MinNumVGPRs, getAddressableNumVGPRs(Features));
405 unsigned AddressableNumVGPRs = getAddressableNumVGPRs(Features);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 920 unsigned getAddressableNumVGPRs() const {
921 return AMDGPU::IsaInfo::getAddressableNumVGPRs(

Completed in 83 milliseconds