Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h276 unsigned getMaximumWorkGroupSize(const MachineFunction &MF) const;
DSIMachineFunctionInfo.cpp174 unsigned SIMachineFunctionInfo::getMaximumWorkGroupSize( in getMaximumWorkGroupSize() function in SIMachineFunctionInfo
DAMDGPUAsmPrinter.cpp478 MFI->getMaximumWorkGroupSize(MF); in getSIProgramInfo()
DSIInstrInfo.cpp689 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF); in calculateLDSSpillAddress()