Searched refs:WavefrontSizeLog2 (Results 1 – 3 of 3) sorted by relevance
81 char WavefrontSizeLog2 = 0; variable285 return 1 << WavefrontSizeLog2; in getWavefrontSize()289 return WavefrontSizeLog2; in getWavefrontSizeLog2()
36 "WavefrontSizeLog2",
101 WavefrontSizeLog2 = 6; in initializeSubtargetDependencies()108 WavefrontSizeLog2 = getGeneration() >= AMDGPUSubtarget::GFX10 ? 5 : 6; in initializeSubtargetDependencies()