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

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

Completed in 113 milliseconds