Lines Matching refs:pressure
119 * in mergedregs mode, and count as 4 half-units of register pressure
1248 unreachable("reg pressure calculation was wrong!");
2321 calc_target_full_pressure(struct ir3_shader_variant *v, unsigned pressure)
2326 unsigned reg_count = DIV_ROUND_UP(pressure, 2 * 4);
2348 add_pressure(struct ir3_pressure *pressure, struct ir3_register *reg,
2353 pressure->half += size;
2355 pressure->full += size;
2374 /* Calculate the minimum possible limit on register pressure so that spilling
2411 /* pre-colored inputs may have holes, which increases the pressure. */
2535 * after the first register pressure pass.
2562 d("max pressure:");
2591 d("shared max pressure exceeded!");
2599 d("max pressure exceeded!");
2602 d("max pressure exceeded, spilling!");