Home
last modified time | relevance | path

Searched refs:getFlatWorkGroupSizes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp48 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 DAMDGPUSubtarget.h100 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
149 return getOccupancyWithWorkGroupSizes(LDSBytes, getFlatWorkGroupSizes(F)); in getOccupancyWithWorkGroupSizes()
H A DAMDGPUPromoteAlloca.cpp184 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 DSIMachineFunctionInfo.cpp46 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h1115 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const {
H A DAMDGPUTargetTransformInfo.cpp1491 ST->getFlatWorkGroupSizes(F); in collectKernelLaunchBounds()
H A DAMDGPUInstructionSelector.cpp1986 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier()
H A DSIISelLowering.cpp10166 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()