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.h66 unsigned MaxPrivateElementSize = 0; variable
346 return (ForBufferRSrc || !enableFlatScratch()) ? MaxPrivateElementSize : 16;
H A DAMDGPUSubtarget.cpp139 if (MaxPrivateElementSize == 0) in initializeSubtargetDependencies()
140 MaxPrivateElementSize = 4; in initializeSubtargetDependencies()
H A DAMDGPU.td968 "MaxPrivateElementSize",