Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h87 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
100 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU()
H A DAMDGPUSubtarget.cpp320 const unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount()
338 const unsigned MaxWorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize()
396 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes( in getFlatWorkGroupSizes() function in AMDGPUSubtarget
469 return getFlatWorkGroupSizes(Kernel).second - 1; in getMaxWorkitemID()
475 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
H A DAMDGPUAttributor.cpp157 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) { in getFlatWorkGroupSizes() function in __anonc58096ae0111::AMDGPUInformationCache
159 return ST.getFlatWorkGroupSizes(F); in getFlatWorkGroupSizes()
657 std::tie(MinGroupSize, MaxGroupSize) = InfoCache.getFlatWorkGroupSizes(*F); in initialize()
H A DSIMachineFunctionInfo.cpp62 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h969 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const {
H A DAMDGPUPromoteAlloca.cpp969 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca()
H A DAMDGPUInstructionSelector.cpp1719 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier()
H A DSIISelLowering.cpp8069 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()