Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h85 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
98 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU()
H A DAMDGPUSubtarget.cpp306 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount()
317 const unsigned MaxWorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize()
372 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes( in getFlatWorkGroupSizes() function in AMDGPUSubtarget
445 return getFlatWorkGroupSizes(Kernel).second - 1; in getMaxWorkitemID()
451 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
H A DAMDGPUAttributor.cpp152 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) { in getFlatWorkGroupSizes() function in __anon4805a6110111::AMDGPUInformationCache
154 return ST.getFlatWorkGroupSizes(F); in getFlatWorkGroupSizes()
634 std::tie(MinGroupSize, MaxGroupSize) = InfoCache.getFlatWorkGroupSizes(*F); in initialize()
H A DSIMachineFunctionInfo.cpp58 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h897 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const {
H A DAMDGPUPromoteAlloca.cpp878 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca()
H A DAMDGPUInstructionSelector.cpp1522 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier()
H A DSIISelLowering.cpp8011 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()