Lines Matching refs:spilled
449 allocate_registers(compiler_context *ctx, bool *spilled)
719 *spilled = !lcra_solve(l);
870 /* We can't spill a previously spilled value or an unspill */
923 /* For TLS, replace all stores to the spilled node. For
1025 * use of the node, rewriting to use spilled indices to
1040 /* If we don't use the spilled value, nothing to do */
1068 /* Special writes already have their move spilled in */
1146 bool spilled = false;
1149 /* Number of 128-bit slots in memory we've spilled into */
1156 if (spilled) {
1181 l = allocate_registers(ctx, &spilled);
1182 } while(spilled && ((iter_count--) > 0));