Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp654 unsigned WorkGroupSize = AMDGPU::getMaximumWorkGroupSize(ContainingFunction); in handleAlloca() local
669 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy); in handleAlloca()
691 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
DSIInstrInfo.cpp734 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress() local
748 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
812 unsigned LDSOffset = MFI->LDSSize + (FrameOffset * WorkGroupSize); in calculateLDSSpillAddress()