Searched refs:Occupancy (Results 1 – 4 of 4) sorted by relevance
187 unsigned Occupancy; variable634 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()
243 unsigned Occupancy = MaxPressure.getOccupancy(*ST); in checkPressure() local244 if (Occupancy >= MFI->getMinAllowedOccupancy() && in checkPressure()247 LastRecordedOccupancy = Occupancy; in checkPressure()
55 Occupancy = getMaxWavesPerEU(); in SIMachineFunctionInfo()
1538 unsigned Occupancy = ST.getOccupancyWithLocalMemSize(MFI->getLDSSize(), in getRegPressureLimit() local1544 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()1546 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF)); in getRegPressureLimit()