Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h210 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
H A DGCNSubtarget.h1114 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1115 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUSubtarget.cpp421 return std::make_pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()
442 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.cpp1214 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
/netbsd-src/external/apache2/llvm/dist/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