Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h64 unsigned MaxPrivateElementSize = 0; variable
288 return (ForBufferRSrc || !enableFlatScratch()) ? MaxPrivateElementSize : 16;
H A DAMDGPUSubtarget.cpp125 if (MaxPrivateElementSize == 0) in initializeSubtargetDependencies()
126 MaxPrivateElementSize = 4; in initializeSubtargetDependencies()
H A DAMDGPU.td713 "MaxPrivateElementSize",