Searched refs:getAddressableNumArchVGPRs (Results 1 – 5 of 5) sorted by relevance
1586 unsigned getAddressableNumArchVGPRs() const { in getAddressableNumArchVGPRs() function1587 return AMDGPU::IsaInfo::getAddressableNumArchVGPRs(this); in getAddressableNumArchVGPRs()
134 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less()398 MaxVGPRs = std::min(ST.getAddressableNumArchVGPRs(), NumVGPRs); in setRegLimits()
1330 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling()
321 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI);
1347 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI) { return 256; } in getAddressableNumArchVGPRs() function1360 return getAddressableNumArchVGPRs(STI); in getAddressableNumVGPRs()