Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNSubtarget.h1139 unsigned getSGPRAllocGranule() const { in getSGPRAllocGranule() function
1140 return AMDGPU::IsaInfo::getSGPRAllocGranule(this); in getSGPRAllocGranule()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp917 unsigned getSGPRAllocGranule(const MCSubtargetInfo *STI) { in getSGPRAllocGranule() function
962 MinNumSGPRs = alignDown(MinNumSGPRs, getSGPRAllocGranule(STI)) + 1; in getMinNumSGPRs()
979 MaxNumSGPRs = alignDown(MaxNumSGPRs, getSGPRAllocGranule(STI)); in getMaxNumSGPRs()
DAMDGPUBaseInfo.h233 unsigned getSGPRAllocGranule(const MCSubtargetInfo *STI);