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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 389 unsigned getMinNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 927 unsigned getMinNumVGPRs(unsigned WavesPerEU) const {
928 return AMDGPU::IsaInfo::getMinNumVGPRs(MCSubtargetInfo::getFeatureBits(),

Completed in 75 milliseconds