Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h272 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
H A DGCNSubtarget.h1552 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1553 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUSubtarget.cpp420 return std::pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()
441 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
H A DAMDGPUHSAMetadataStreamer.cpp502 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
H A DSIMachineFunctionInfo.h1034 unsigned getMaxFlatWorkGroupSize() const {
H A DAMDGPUAttributor.cpp173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h234 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp985 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function