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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 312 unsigned getMinNumSGPRs(const FeatureBitset &Features, unsigned WavesPerEU) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 877 unsigned getMinNumSGPRs(unsigned WavesPerEU) const {
878 return AMDGPU::IsaInfo::getMinNumSGPRs(MCSubtargetInfo::getFeatureBits(),

Completed in 50 milliseconds