Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp804 GCNSubtarget::getBaseReservedNumSGPRs(const bool HasFlatScratchInit) const { in getBaseReservedNumSGPRs() function in GCNSubtarget
822 return getBaseReservedNumSGPRs(MFI.hasFlatScratchInit()); in getReservedNumSGPRs()
839 return getBaseReservedNumSGPRs(FunctionHasFlatScratchInit); in getReservedNumSGPRs()
H A DGCNSubtarget.h1047 unsigned getBaseReservedNumSGPRs(const bool HasFlatScratchInit) const;