Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp233 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount()
241 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize()
276 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes( in getFlatWorkGroupSizes() function in AMDGPUSubtarget
312 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU()
357 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
H A DSIMachineFunctionInfo.cpp52 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h538 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const { in getFlatWorkGroupSizes() function
H A DAMDGPUSubtarget.h98 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
H A DAMDGPUPromoteAlloca.cpp755 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca()
H A DSIISelLowering.cpp6078 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()