Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp359 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second; in getMaxLocalMemSizeWithWaveCount()
370 const unsigned MaxWorkGroupSize = getFlatWorkGroupSizes(F).second; in getOccupancyWithLocalMemSize()
425 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes( in getFlatWorkGroupSizes() function in AMDGPUSubtarget
454 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU()
504 return getFlatWorkGroupSizes(Kernel).second - 1; in getMaxWorkitemID()
510 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second; in makeLIDRangeMetadata()
H A DAMDGPUSubtarget.h82 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
H A DSIMachineFunctionInfo.cpp40 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F); in SIMachineFunctionInfo()
H A DSIMachineFunctionInfo.h854 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const {
H A DAMDGPUPromoteAlloca.cpp888 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second; in handleAlloca()
H A DAMDGPUTargetTransformInfo.cpp292 ST->getFlatWorkGroupSizes(F).second)))) { in GCNTTIImpl()
H A DAMDGPUInstructionSelector.cpp1439 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier()
H A DSIISelLowering.cpp7569 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID()