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.h90 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
103 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU()
H A DAMDGPUSubtarget.cpp348 const unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount()
366 const unsigned MaxWorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize()
424 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes( in getFlatWorkGroupSizes() function in AMDGPUSubtarget
505 return getFlatWorkGroupSizes(Kernel).second - 1; in getMaxWorkitemID()
520 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
H A DAMDGPUAttributor.cpp165 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) { in getFlatWorkGroupSizes() function in __anon93435ae10111::AMDGPUInformationCache
167 return ST.getFlatWorkGroupSizes(F); in getFlatWorkGroupSizes()
765 std::tie(MinGroupSize, MaxGroupSize) = InfoCache.getFlatWorkGroupSizes(*F); in initialize()
H A DSIMachineFunctionInfo.h1024 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const {
H A DSIMachineFunctionInfo.cpp47 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
H A DAMDGPUPromoteAlloca.cpp1430 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in tryPromoteAllocaToLDS()
H A DAMDGPUInstructionSelector.cpp1762 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier()
H A DSIISelLowering.cpp9523 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()