Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h363 SmallVector<unsigned> getMaxNumWorkGroups(const Function &F) const;
H A DAMDGPUAttributor.cpp191 SmallVector<unsigned> getMaxNumWorkGroups(const Function &F) { in getMaxNumWorkGroups() function in __anon93435ae10111::AMDGPUInformationCache
193 return ST.getMaxNumWorkGroups(F); in getMaxNumWorkGroups()
1016 SmallVector<unsigned> MaxNumWorkgroups = InfoCache.getMaxNumWorkGroups(*F); in initialize()
H A DAMDGPUSubtarget.cpp422 AMDGPUSubtarget::getMaxNumWorkGroups(const Function &F) const { in getMaxNumWorkGroups() function in AMDGPUSubtarget
H A DSIMachineFunctionInfo.cpp48 MaxNumWorkGroups = ST.getMaxNumWorkGroups(F); in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h1184 SmallVector<unsigned> getMaxNumWorkGroups() const { return MaxNumWorkGroups; }
H A DAMDGPUTargetTransformInfo.cpp1486 SmallVector<unsigned> MaxNumWorkgroups = ST->getMaxNumWorkGroups(F); in collectKernelLaunchBounds()