Searched refs:getAddressableNumArchVGPRs (Results 1 – 5 of 5) sorted by relevance
1472 unsigned getAddressableNumArchVGPRs() const { in getAddressableNumArchVGPRs() function1473 return AMDGPU::IsaInfo::getAddressableNumArchVGPRs(this); in getAddressableNumArchVGPRs()
127 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less()
1068 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling()
299 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI);
1144 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI) { return 256; } in getAddressableNumArchVGPRs() function1149 return getAddressableNumArchVGPRs(STI); in getAddressableNumVGPRs()