Home
last modified time | relevance | path

Searched refs:getAddressableNumArchVGPRs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1586 unsigned getAddressableNumArchVGPRs() const { in getAddressableNumArchVGPRs() function
1587 return AMDGPU::IsaInfo::getAddressableNumArchVGPRs(this); in getAddressableNumArchVGPRs()
H A DGCNRegPressure.cpp134 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less()
398 MaxVGPRs = std::min(ST.getAddressableNumArchVGPRs(), NumVGPRs); in setRegLimits()
H A DGCNSchedStrategy.cpp1330 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h321 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp1347 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI) { return 256; } in getAddressableNumArchVGPRs() function
1360 return getAddressableNumArchVGPRs(STI); in getAddressableNumVGPRs()