Searched refs:getMaxFlatWorkGroupSize (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h227 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
1229 unsigned getMaxFlatWorkGroupSize() const override {
1230 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this);
1368 unsigned getMaxFlatWorkGroupSize() const override {
1369 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this);
H A DAMDGPUHSAMetadataStreamer.cpp199 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize();
843 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize());
H A DAMDGPUSubtarget.cpp372 return std::make_pair(1u, getMaxFlatWorkGroupSize());
393 if (Requested.second > getMaxFlatWorkGroupSize())
H A DSIMachineFunctionInfo.h847 unsigned getMaxFlatWorkGroupSize() const { function in class:llvm::final
H A DAMDGPUAsmPrinter.cpp1111 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize();
H A DSIInstrInfo.cpp1432 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h103 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp327 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { function in namespace:llvm::AMDGPU::IsaInfo

Completed in 98 milliseconds