Lines Matching refs:space
1100 /* check if this is a dead operand, then we can re-use the space from the definition
1121 /* Try to find space within the bounds but outside of the definition */
1208 /* FIXME: we messed up and couldn't find space for the variables to be copied */
1266 /* we might have to move dead operands to dst in order to make space */
1355 /* p_create_vector: also re-place killed operands in the definition space */
1494 /* 0xffffffff is a special variable ID used reserve a space for killed
1533 if (!bounds.contains(vec)) /* not enough space for other operands */
1588 * Try to find new space which fits the whole vector.
1649 /* try to find space without live-range splits */
1656 /* try to find space with live-range splits */
1690 PhysReg space = compact_relocate_vars(ctx, vars, parallelcopies, regs.lo());
1698 compact_relocate_vars(ctx, killed_op_vars, parallelcopies, space);
1707 return compact_relocate_vars(ctx, def_vars, parallelcopies, space);