Searched refs:NewPressure (Results 1 – 1 of 1) sorted by relevance
1422 DenseMap<unsigned, GCNRegPressure> NewPressure; in sinkTriviallyRematInsts() local1437 NewPressure[Idx] = DAG.Pressure[Idx]; in sinkTriviallyRematInsts()1450 int VGPRUsage = NewPressure[I].getVGPRNum(ST.hasGFX90AInsts()); in sinkTriviallyRematInsts()1451 int SGPRUsage = NewPressure[I].getSGPRNum(); in sinkTriviallyRematInsts()1460 if (NewPressure[I].getOccupancy(ST) > DAG.MinOccupancy) { in sinkTriviallyRematInsts()1518 NewPressure[Idx].inc(Reg, PrevMask, LaneBitmask::getNone(), DAG.MRI); in sinkTriviallyRematInsts()1526 NewPressure[Idx] = RPT.moveMaxPressure(); in sinkTriviallyRematInsts()1531 ImproveOccupancy = NewPressure[I].getOccupancy(ST); in sinkTriviallyRematInsts()1583 DAG.Pressure[Idx] = NewPressure[Idx]; in sinkTriviallyRematInsts()