Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUPromoteAlloca.cpp279 unsigned WorkGroupSize = 256; in visitAlloca() local
281 WorkGroupSize * Mod->getDataLayout().getTypeAllocSize(AllocaTy); in visitAlloca()
DSIInstrInfo.cpp574 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress() local
589 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
649 unsigned LDSOffset = MFI->LDSSize + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()