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()
242 unsigned Occupancy = MaxPressure.getOccupancy(*ST); in checkPressure() local243 if (Occupancy >= MFI->getMinAllowedOccupancy() && in checkPressure()246 LastRecordedOccupancy = Occupancy; in checkPressure()
55 Occupancy = getMaxWavesPerEU(); in SIMachineFunctionInfo()
1542 unsigned Occupancy = ST.getOccupancyWithLocalMemSize(MFI->getLDSSize(), in getRegPressureLimit() local1548 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()1550 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF)); in getRegPressureLimit()