Lines Matching full:pressure
41 /// heuristics to determine excess/critical pressure sets.
55 std::vector<unsigned> Pressure; variable
74 // schedule() have seen register pressure over the critical limits and had to
75 // track register pressure for actual scheduling heuristics.
78 // Schedule known to have excess register pressure. Be more conservative in
84 // aggressively reduce register pressure.
87 // Bias for SGPR limits under a high register pressure.
90 // Bias for VGPR limits under a high register pressure.
192 // Record regions with high register pressure.
195 // Record regions with excess register pressure over the physical register
196 // limit. Register pressure in these regions usually will result in spilling.
208 // Region pressure cache.
209 SmallVector<GCNRegPressure, 32> Pressure; variable
218 // Return current region pressure.
221 // Compute and cache live-ins and pressure for all regions in block.
309 // Returns true if current region has known excess pressure.
353 // to schedule low register pressure blocks.