Home
last modified time | relevance | path

Searched refs:getMaxNumWorkGroups (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h292 SmallVector<unsigned> getMaxNumWorkGroups(const Function &F) const;
H A DSIMachineFunctionInfo.h1094 SmallVector<unsigned> getMaxNumWorkGroups() const { return MaxNumWorkGroups; }
H A DSIMachineFunctionInfo.cpp49 MaxNumWorkGroups = ST.getMaxNumWorkGroups(F); in SIMachineFunctionInfo()
H A DAMDGPUSubtarget.cpp1131 AMDGPUSubtarget::getMaxNumWorkGroups(const Function &F) const { in getMaxNumWorkGroups() function in AMDGPUSubtarget