Searched refs:WorkGroupSize (Results 1 – 2 of 2) sorted by relevance
1430 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in tryPromoteAllocaToLDS() local1443 WorkGroupSize * DL.getTypeAllocSize(I.getAllocatedType()); in tryPromoteAllocaToLDS()1465 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in tryPromoteAllocaToLDS()
348 const unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount() local350 std::max(1u, (WorkGroupSize + WaveSize - 1) / WaveSize); in getMaxLocalMemSizeWithWaveCount()