Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp234 uint64_t DataAlignV = DataAlign.value(); in processUsedLDS() local
235 if (uint64_t Rem = CurrentOffset % DataAlignV) { in processUsedLDS()
236 uint64_t Padding = DataAlignV - Rem; in processUsedLDS()