Lines Matching refs:spilled
411 allocate_registers(compiler_context *ctx, bool *spilled)
674 *spilled = !lcra_solve(l);
825 /* We can't spill a previously spilled value or an unspill */
878 /* For TLS, replace all stores to the spilled node. For
959 * use of the node, rewriting to use spilled indices to
974 /* If we don't use the spilled value, nothing to do */
1002 /* Special writes already have their move spilled in */
1080 bool spilled = false;
1083 /* Number of 128-bit slots in memory we've spilled into */
1090 if (spilled) {
1115 l = allocate_registers(ctx, &spilled);
1116 } while(spilled && ((iter_count--) > 0));