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.h1472 unsigned getAddressableNumArchVGPRs() const { in getAddressableNumArchVGPRs() function
1473 return AMDGPU::IsaInfo::getAddressableNumArchVGPRs(this); in getAddressableNumArchVGPRs()
H A DGCNRegPressure.cpp127 unsigned MaxArchVGPRs = ST.getAddressableNumArchVGPRs(); in less()
H A DGCNSchedStrategy.cpp1068 unsigned MaxArchVGPRs = std::min(MaxVGPRs, ST.getAddressableNumArchVGPRs()); in checkScheduling()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h299 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp1144 unsigned getAddressableNumArchVGPRs(const MCSubtargetInfo *STI) { return 256; } in getAddressableNumArchVGPRs() function
1149 return getAddressableNumArchVGPRs(STI); in getAddressableNumVGPRs()