Home
last modified time | relevance | path

Searched refs:getMaxFlatWorkGroupSize (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h147 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
148 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUSubtarget.h242 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
H A DGCNSubtarget.h1263 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1264 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUSubtarget.cpp368 return std::make_pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()
389 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
H A DAMDGPUHSAMetadataStreamer.cpp212 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()
895 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
H A DAMDGPUAttributor.cpp160 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
H A DSIMachineFunctionInfo.h907 unsigned getMaxFlatWorkGroupSize() const {
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h212 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp714 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function