Lines Matching refs:IsaInfo
60 AMDGPU::IsaInfo::AMDGPUTargetID TargetID;
249 const AMDGPU::IsaInfo::AMDGPUTargetID &getTargetID() const { in getTargetID()
1104 return AMDGPU::IsaInfo::getSGPRAllocGranule(this); in getSGPRAllocGranule()
1109 return AMDGPU::IsaInfo::getSGPREncodingGranule(this); in getSGPREncodingGranule()
1114 return AMDGPU::IsaInfo::getTotalNumSGPRs(this); in getTotalNumSGPRs()
1119 return AMDGPU::IsaInfo::getAddressableNumSGPRs(this); in getAddressableNumSGPRs()
1125 return AMDGPU::IsaInfo::getMinNumSGPRs(this, WavesPerEU); in getMinNumSGPRs()
1131 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs()
1174 return AMDGPU::IsaInfo::getVGPRAllocGranule(this); in getVGPRAllocGranule()
1179 return AMDGPU::IsaInfo::getVGPREncodingGranule(this); in getVGPREncodingGranule()
1184 return AMDGPU::IsaInfo::getTotalNumVGPRs(this); in getTotalNumVGPRs()
1189 return AMDGPU::IsaInfo::getAddressableNumVGPRs(this); in getAddressableNumVGPRs()
1195 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
1201 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()
1254 return AMDGPU::IsaInfo::getMaxWorkGroupsPerCU(this, FlatWorkGroupSize); in getMaxWorkGroupsPerCU()
1259 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
1264 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
1271 return AMDGPU::IsaInfo::getWavesPerEUForWorkGroup(this, FlatWorkGroupSize); in getWavesPerEUForWorkGroup()
1277 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()