Searched refs:getFlatWorkGroupSizes (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 48 const unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount() 159 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes( in getFlatWorkGroupSizes() function in AMDGPUSubtarget 211 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU() 256 return getFlatWorkGroupSizes(Kernel).second - 1; in getMaxWorkitemID() 271 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
|
| H A D | AMDGPUSubtarget.h | 100 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const; 149 return getOccupancyWithWorkGroupSizes(LDSBytes, getFlatWorkGroupSizes(F)); in getOccupancyWithWorkGroupSizes()
|
| H A D | AMDGPUPromoteAlloca.cpp | 184 ST.getWavesPerEU(ST.getFlatWorkGroupSizes(F), LDSBytes, F).first, in getMaxVGPRs() 1451 ST.getWavesPerEU(ST.getFlatWorkGroupSizes(F), CurrentLocalMemUsage, F) in hasSufficientLocalMem() 1509 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in tryPromoteAllocaToLDS()
|
| H A D | SIMachineFunctionInfo.cpp | 46 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
|
| H A D | SIMachineFunctionInfo.h | 1115 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const {
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1491 ST->getFlatWorkGroupSizes(F); in collectKernelLaunchBounds()
|
| H A D | AMDGPUInstructionSelector.cpp | 1986 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier()
|
| H A D | SIISelLowering.cpp | 10166 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()
|