Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h124 unsigned getOccupancyWithLocalMemSize(uint32_t Bytes, const Function &) const;
126 unsigned getOccupancyWithLocalMemSize(const MachineFunction &MF) const;
H A DAMDGPUSubtarget.cpp364 unsigned AMDGPUSubtarget::getOccupancyWithLocalMemSize(uint32_t Bytes, in getOccupancyWithLocalMemSize() function in AMDGPUSubtarget
404 AMDGPUSubtarget::getOccupancyWithLocalMemSize(const MachineFunction &MF) const { in getOccupancyWithLocalMemSize() function in AMDGPUSubtarget
406 return getOccupancyWithLocalMemSize(MFI->getLDSSize(), MF.getFunction()); in getOccupancyWithLocalMemSize()
735 getOccupancyWithLocalMemSize(LDSSize, F)); in computeOccupancy()
H A DSIMachineFunctionInfo.cpp186 limitOccupancy(ST.getOccupancyWithLocalMemSize(getLDSSize(), in limitOccupancy()
H A DAMDGPUPromoteAlloca.cpp1357 ST.getOccupancyWithLocalMemSize(CurrentLocalMemUsage, F); in hasSufficientLocalMem()
H A DGCNSchedStrategy.cpp1033 std::min(S.getTargetOccupancy(), ST.getOccupancyWithLocalMemSize(MF)); in checkScheduling()
H A DSIRegisterInfo.cpp3052 unsigned Occupancy = ST.getOccupancyWithLocalMemSize(MFI->getLDSSize(), in getRegPressureLimit()