Lines Matching refs:IsaInfo

62   AMDGPU::IsaInfo::AMDGPUTargetID TargetID;
303 const AMDGPU::IsaInfo::AMDGPUTargetID &getTargetID() const { in getTargetID()
1387 return AMDGPU::IsaInfo::getSGPRAllocGranule(this); in getSGPRAllocGranule()
1392 return AMDGPU::IsaInfo::getSGPREncodingGranule(this); in getSGPREncodingGranule()
1397 return AMDGPU::IsaInfo::getTotalNumSGPRs(this); in getTotalNumSGPRs()
1402 return AMDGPU::IsaInfo::getAddressableNumSGPRs(this); in getAddressableNumSGPRs()
1408 return AMDGPU::IsaInfo::getMinNumSGPRs(this, WavesPerEU); in getMinNumSGPRs()
1414 return AMDGPU::IsaInfo::getMaxNumSGPRs(this, WavesPerEU, Addressable); in getMaxNumSGPRs()
1457 return AMDGPU::IsaInfo::getVGPRAllocGranule(this); in getVGPRAllocGranule()
1462 return AMDGPU::IsaInfo::getVGPREncodingGranule(this); in getVGPREncodingGranule()
1467 return AMDGPU::IsaInfo::getTotalNumVGPRs(this); in getTotalNumVGPRs()
1473 return AMDGPU::IsaInfo::getAddressableNumArchVGPRs(this); in getAddressableNumArchVGPRs()
1478 return AMDGPU::IsaInfo::getAddressableNumVGPRs(this); in getAddressableNumVGPRs()
1484 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
1490 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()
1543 return AMDGPU::IsaInfo::getMaxWorkGroupsPerCU(this, FlatWorkGroupSize); in getMaxWorkGroupsPerCU()
1548 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
1553 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
1560 return AMDGPU::IsaInfo::getWavesPerEUForWorkGroup(this, FlatWorkGroupSize); in getWavesPerEUForWorkGroup()
1566 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()