Home
last modified time | relevance | path

Searched refs:Occupancy (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h187 unsigned Occupancy; variable
634 return Occupancy; in getOccupancy()
639 return Occupancy; in getMinAllowedOccupancy()
640 return (Occupancy < 4) ? Occupancy : 4; in getMinAllowedOccupancy()
646 if (Occupancy > Limit) in limitOccupancy()
647 Occupancy = Limit; in limitOccupancy()
651 if (Occupancy < Limit) in increaseOccupancy()
652 Occupancy = Limit; in increaseOccupancy()
H A DSIFormMemoryClauses.cpp242 unsigned Occupancy = MaxPressure.getOccupancy(*ST); in checkPressure() local
243 if (Occupancy >= MFI->getMinAllowedOccupancy() && in checkPressure()
246 LastRecordedOccupancy = Occupancy; in checkPressure()
H A DSIMachineFunctionInfo.cpp55 Occupancy = getMaxWavesPerEU(); in SIMachineFunctionInfo()
H A DSIRegisterInfo.cpp1542 unsigned Occupancy = ST.getOccupancyWithLocalMemSize(MFI->getLDSSize(), in getRegPressureLimit() local
1548 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
1550 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF)); in getRegPressureLimit()