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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp864 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; local
876 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy);
898 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize);
H A DAMDGPUSubtarget.cpp310 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second;
311 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize);
H A DSIInstrInfo.cpp1432 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); local
1447 WorkGroupSize > WavefrontSize) {
1511 unsigned LDSOffset = MFI->getLDSSize() + (FrameOffset * WorkGroupSize);

Completed in 104 milliseconds