Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp140 MaximumWorkGroupSize = AMDGPU::getMaximumWorkGroupSize(*F);
226 unsigned SIMachineFunctionInfo::getMaximumWorkGroupSize( in getMaximumWorkGroupSize() function in SIMachineFunctionInfo
DSIMachineFunctionInfo.h416 unsigned getMaximumWorkGroupSize(const MachineFunction &MF) const;
DAMDGPUAsmPrinter.cpp523 MFI->getMaximumWorkGroupSize(MF); in getSIProgramInfo()
DAMDGPUPromoteAlloca.cpp654 unsigned WorkGroupSize = AMDGPU::getMaximumWorkGroupSize(ContainingFunction); in handleAlloca()
DSIRegisterInfo.cpp33 return alignTo(MFI.getMaximumWorkGroupSize(MF), MaxInvocationsPerWave) / in getMaxWaveCountPerSIMD()
DSIInstrInfo.cpp734 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h50 unsigned getMaximumWorkGroupSize(const Function &F);
DAMDGPUBaseInfo.cpp127 unsigned getMaximumWorkGroupSize(const Function &F) { in getMaximumWorkGroupSize() function