Home
last modified time | relevance | path

Searched refs:getVGPRAllocGranule (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1570 unsigned getVGPRAllocGranule(unsigned DynamicVGPRBlockSize) const { in getVGPRAllocGranule() function
1571 return AMDGPU::IsaInfo::getVGPRAllocGranule(this, DynamicVGPRBlockSize); in getVGPRAllocGranule()
H A DGCNSchedStrategy.cpp113 AMDGPU::IsaInfo::getVGPRAllocGranule(&ST, DynamicVGPRBlockSize); in initialize()
H A DSIFrameLowering.cpp719 AMDGPU::IsaInfo::getVGPRAllocGranule(&ST, in emitEntryFunctionPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1295 unsigned getVGPRAllocGranule(const MCSubtargetInfo *STI, in getVGPRAllocGranule() function
1359 return 8 * getVGPRAllocGranule(STI, DynamicVGPRBlockSize); in getAddressableNumVGPRs()
1367 NumVGPRs, getVGPRAllocGranule(STI, DynamicVGPRBlockSize), in getNumWavesPerEUWithNumVGPRs()
1418 unsigned Granule = getVGPRAllocGranule(STI, DynamicVGPRBlockSize); in getMinNumVGPRs()
1440 getVGPRAllocGranule(STI, DynamicVGPRBlockSize)); in getMaxNumVGPRs()
1459 getVGPRAllocGranule(STI, DynamicVGPRBlockSize, EnableWavefrontSize32)); in getAllocatedNumVGPRBlocks()
H A DAMDGPUBaseInfo.h301 getVGPRAllocGranule(const MCSubtargetInfo *STI, unsigned DynamicVGPRBlockSize,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp320 unsigned Granule = IsaInfo::getVGPRAllocGranule(&STM, DynamicVGPRBlockSize); in createOccupancy()