Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp134 if (MaxPrivateElementSize == 0) in initializeSubtargetDependencies()
135 MaxPrivateElementSize = 4; in initializeSubtargetDependencies()
H A DGCNSubtarget.h68 unsigned MaxPrivateElementSize = 0; variable
371 return (ForBufferRSrc || !enableFlatScratch()) ? MaxPrivateElementSize : 16;
H A DAMDGPU.td1163 "MaxPrivateElementSize",