Searched refs:getMaxFlatWorkGroupSize (Results 1 – 8 of 8) sorted by relevance
216 virtual unsigned getMaxFlatWorkGroupSize() const = 0;972 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function973 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()1110 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1111 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
548 unsigned getMaxFlatWorkGroupSize() const { in getMaxFlatWorkGroupSize() function
231 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()942 std::make_shared<msgpack::ScalarNode>(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
300 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
950 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
1036 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress()
108 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
270 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function