Searched refs:getOccupancyWithWorkGroupSizes (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 148 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 D | AMDGPUSubtarget.cpp | 58 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 D | GCNSubtarget.cpp | 415 auto [MinOcc, MaxOcc] = getOccupancyWithWorkGroupSizes(LDSSize, F); in computeOccupancy()
|
| H A D | SIMachineFunctionInfo.cpp | 193 limitOccupancy(ST.getOccupancyWithWorkGroupSizes(MF).second); in limitOccupancy()
|
| H A D | AMDGPUAsmPrinter.cpp | 462 STM.getOccupancyWithWorkGroupSizes(*MF).second, in validateMCResourceInfo()
|
| H A D | AMDGPUTargetMachine.cpp | 1803 MFI->Occupancy = ST.getOccupancyWithWorkGroupSizes(MF).second; in parseMachineFunctionInfo()
|
| H A D | GCNSchedStrategy.cpp | 1295 S.getTargetOccupancy(), ST.getOccupancyWithWorkGroupSizes(MF).second); in checkScheduling()
|
| H A D | SIRegisterInfo.cpp | 3748 unsigned MinOcc = ST.getOccupancyWithWorkGroupSizes(MF).first; in getRegPressureLimit()
|