Searched refs:getVGPRAllocGranule (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSubtarget.h | 1570 unsigned getVGPRAllocGranule(unsigned DynamicVGPRBlockSize) const { in getVGPRAllocGranule() function 1571 return AMDGPU::IsaInfo::getVGPRAllocGranule(this, DynamicVGPRBlockSize); in getVGPRAllocGranule()
|
| H A D | GCNSchedStrategy.cpp | 113 AMDGPU::IsaInfo::getVGPRAllocGranule(&ST, DynamicVGPRBlockSize); in initialize()
|
| H A D | SIFrameLowering.cpp | 719 AMDGPU::IsaInfo::getVGPRAllocGranule(&ST, in emitEntryFunctionPrologue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1295 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 D | AMDGPUBaseInfo.h | 301 getVGPRAllocGranule(const MCSubtargetInfo *STI, unsigned DynamicVGPRBlockSize,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUMCExpr.cpp | 320 unsigned Granule = IsaInfo::getVGPRAllocGranule(&STM, DynamicVGPRBlockSize); in createOccupancy()
|