Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp654 GCNSubtarget::getBaseReservedNumSGPRs(const bool HasFlatScratch) const { in getBaseReservedNumSGPRs() function in GCNSubtarget
672 return getBaseReservedNumSGPRs(MFI.hasFlatScratchInit()); in getReservedNumSGPRs()
680 return getBaseReservedNumSGPRs(KernelUsesFlatScratch); in getReservedNumSGPRs()
H A DGCNSubtarget.h1173 unsigned getBaseReservedNumSGPRs(const bool HasFlatScratch) const;