Home
last modified time | relevance | path

Searched refs:getSGPRAllocGranule (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1288 unsigned getSGPRAllocGranule() const { in getSGPRAllocGranule() function
1289 return AMDGPU::IsaInfo::getSGPRAllocGranule(this); in getSGPRAllocGranule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp933 unsigned getSGPRAllocGranule(const MCSubtargetInfo *STI) { in getSGPRAllocGranule() function
978 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(STI)) + 1; in getMinNumSGPRs()
995 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(STI)); in getMaxNumSGPRs()
H A DAMDGPUBaseInfo.h229 unsigned getSGPRAllocGranule(const MCSubtargetInfo *STI);