Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h154 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
155 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUSubtarget.h215 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
H A DGCNSubtarget.h1166 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1167 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUSubtarget.cpp524 return std::make_pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()
545 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
H A DAMDGPUHSAMetadataStreamer.cpp211 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()
872 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
H A DSIMachineFunctionInfo.h864 unsigned getMaxFlatWorkGroupSize() const {
H A DAMDGPUAsmPrinter.cpp806 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h192 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp581 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function