Home
last modified time | relevance | path

Searched refs:getBaseReservedNumSGPRs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp377 GCNSubtarget::getBaseReservedNumSGPRs(const bool HasFlatScratch) const { in getBaseReservedNumSGPRs() function in GCNSubtarget
395 return getBaseReservedNumSGPRs(MFI.getUserSGPRInfo().hasFlatScratchInit()); in getReservedNumSGPRs()
403 return getBaseReservedNumSGPRs(KernelUsesFlatScratch); in getReservedNumSGPRs()
H A DGCNSubtarget.h1531 unsigned getBaseReservedNumSGPRs(const bool HasFlatScratch) const;