Home
last modified time | relevance | path

Searched refs:WavefrontSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h63 unsigned WavefrontSize; variable
139 return WavefrontSize; in getWavefrontSize()
DAMDGPUSubtarget.cpp76 WavefrontSize(64), in AMDGPUSubtarget()
DAMDGPU.td94 "WavefrontSize",
DSIInstrInfo.cpp735 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress() local
748 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()