Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h148 getOccupancyWithWorkGroupSizes(uint32_t LDSBytes, const Function &F) const { in getOccupancyWithWorkGroupSizes() function
149 return getOccupancyWithWorkGroupSizes(LDSBytes, getFlatWorkGroupSizes(F)); in getOccupancyWithWorkGroupSizes()
155 std::pair<unsigned, unsigned> getOccupancyWithWorkGroupSizes(
165 getOccupancyWithWorkGroupSizes(const MachineFunction &MF) const;
H A DAMDGPUSubtarget.cpp58 std::pair<unsigned, unsigned> AMDGPUSubtarget::getOccupancyWithWorkGroupSizes( in getOccupancyWithWorkGroupSizes() function in AMDGPUSubtarget
138 std::pair<unsigned, unsigned> AMDGPUSubtarget::getOccupancyWithWorkGroupSizes( in getOccupancyWithWorkGroupSizes() function in AMDGPUSubtarget
141 return getOccupancyWithWorkGroupSizes(MFI->getLDSSize(), MF.getFunction()); in getOccupancyWithWorkGroupSizes()
191 getOccupancyWithWorkGroupSizes(LDSBytes, FlatWorkGroupSizes).second}; in getEffectiveWavesPerEU()
H A DGCNSubtarget.cpp415 auto [MinOcc, MaxOcc] = getOccupancyWithWorkGroupSizes(LDSSize, F); in computeOccupancy()
H A DSIMachineFunctionInfo.cpp193 limitOccupancy(ST.getOccupancyWithWorkGroupSizes(MF).second); in limitOccupancy()
H A DAMDGPUAsmPrinter.cpp462 STM.getOccupancyWithWorkGroupSizes(*MF).second, in validateMCResourceInfo()
H A DAMDGPUTargetMachine.cpp1803 MFI->Occupancy = ST.getOccupancyWithWorkGroupSizes(MF).second; in parseMachineFunctionInfo()
H A DGCNSchedStrategy.cpp1295 S.getTargetOccupancy(), ST.getOccupancyWithWorkGroupSizes(MF).second); in checkScheduling()
H A DSIRegisterInfo.cpp3748 unsigned MinOcc = ST.getOccupancyWithWorkGroupSizes(MF).first; in getRegPressureLimit()