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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp320 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second;
321 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize);
330 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second;
331 unsigned WorkGroupsPerCu = getMaxWorkGroupsPerCU(WorkGroupSize);
H A DAMDGPUPromoteAlloca.cpp760 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; local
775 uint32_t AllocSize = WorkGroupSize * DL.getTypeAllocSize(AllocaTy);
797 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize);
H A DSIInstrInfo.cpp1244 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); local
1259 WorkGroupSize > WavefrontSize) {
1323 unsigned LDSOffset = MFI->getLDSSize() + (FrameOffset * WorkGroupSize);

Completed in 157 milliseconds