Home
last modified time | relevance | path

Searched refs:WorkGroupSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp297 unsigned WorkGroupSize = 256; in visitAlloca() local
299 WorkGroupSize * Mod->getDataLayout().getTypeAllocSize(AllocaTy); in visitAlloca()
DSIInstrInfo.cpp689 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress() local
704 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
768 unsigned LDSOffset = MFI->LDSSize + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()