Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h216 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
972 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
973 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
1110 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1111 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DSIMachineFunctionInfo.h548 unsigned getMaxFlatWorkGroupSize() const { in getMaxFlatWorkGroupSize() function
H A DAMDGPUHSAMetadataStreamer.cpp231 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()
942 std::make_shared<msgpack::ScalarNode>(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
H A DAMDGPUSubtarget.cpp300 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
H A DAMDGPUAsmPrinter.cpp950 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
H A DSIInstrInfo.cpp1036 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h108 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp270 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function