Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h66 unsigned MaxPrivateElementSize = 0; variable
323 return (ForBufferRSrc || !enableFlatScratch()) ? MaxPrivateElementSize : 16;
H A DAMDGPUSubtarget.cpp130 if (MaxPrivateElementSize == 0) in initializeSubtargetDependencies()
131 MaxPrivateElementSize = 4; in initializeSubtargetDependencies()
H A DAMDGPU.td867 "MaxPrivateElementSize",