Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h212 unsigned getMaxFlatWorkGroupSize() const { in getMaxFlatWorkGroupSize() function
213 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(SubtargetFeatureBits); in getMaxFlatWorkGroupSize()
DSIMachineFunctionInfo.h548 unsigned getMaxFlatWorkGroupSize() const { in getMaxFlatWorkGroupSize() function
DAMDGPUSubtarget.cpp293 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
DAMDGPUHSAMetadataStreamer.cpp223 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()
DAMDGPUAsmPrinter.cpp942 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
DSIInstrInfo.cpp1040 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h115 unsigned getMaxFlatWorkGroupSize(const FeatureBitset &Features);
DAMDGPUBaseInfo.cpp274 unsigned getMaxFlatWorkGroupSize(const FeatureBitset &Features) { in getMaxFlatWorkGroupSize() function