Searched refs:Granule (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp601 unsigned Granule = getVGPRAllocGranule(); local
602 if (VGPRs < Granule)
604 unsigned RoundedRegs = ((VGPRs + Granule - 1) / Granule) * Granule;

Completed in 165 milliseconds