HomeSort by: relevance | last modified time | path
    Searched defs:getMaxNumSGPRs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 640 unsigned getMaxNumSGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 1027 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const {
1028 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable);
1042 unsigned getMaxNumSGPRs(const MachineFunction &MF) const;

Completed in 78 milliseconds