Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h71 char WavefrontSizeLog2 = 0; variable
222 return 1 << WavefrontSizeLog2; in getWavefrontSize()
226 return WavefrontSizeLog2; in getWavefrontSizeLog2()
H A DAMDGPUFeatures.td33 "WavefrontSizeLog2",
H A DAMDGPUSubtarget.cpp161 if (WavefrontSizeLog2 == 0) in initializeSubtargetDependencies()
162 WavefrontSizeLog2 = 5; in initializeSubtargetDependencies()