Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h222 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
1200 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1201 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
1337 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1338 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
DAMDGPUSubtarget.cpp359 return std::make_pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()
380 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
DAMDGPUHSAMetadataStreamer.cpp231 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()
911 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
DSIMachineFunctionInfo.h835 unsigned getMaxFlatWorkGroupSize() const {
DAMDGPUAsmPrinter.cpp1056 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
DSIInstrInfo.cpp1244 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h116 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
DAMDGPUBaseInfo.cpp316 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function