Home
last modified time | relevance | path

Searched refs:getFlatWorkGroupSizes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp226 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount()
234 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize()
269 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes( in getFlatWorkGroupSizes() function in AMDGPUSubtarget
305 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU()
350 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
DSIMachineFunctionInfo.cpp52 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
DSIMachineFunctionInfo.h538 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const { in getFlatWorkGroupSizes() function
DAMDGPUSubtarget.h97 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
DAMDGPUPromoteAlloca.cpp734 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca()
DSIISelLowering.cpp5378 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()