Lines Matching refs:constant

1043   /* If X is not in memory or is at a constant address, it cannot be in
1089 /* If X is not in memory or is at a constant address, it cannot be in
1604 address is a constant or a register that is not a virtual register. */
2278 data->locate.slot_offset.constant += pretend_bytes;
2279 data->locate.offset.constant += pretend_bytes;
2311 all->stack_args_size.constant += data->locate.size.constant;
3081 all.stack_args_size.constant += all.extra_pretend_bytes;
3082 current_function_args_size = all.stack_args_size.constant;
3097 = (all.stack_args_size.var == 0 ? GEN_INT (-all.stack_args_size.constant)
3099 size_int (-all.stack_args_size.constant)),
3225 /* For constant sized objects, this is trivial; for
3355 initial_offset_ptr->constant = 0;
3357 else if (initial_offset_ptr->constant < reg_parm_stack_space)
3358 initial_offset_ptr->constant = reg_parm_stack_space;
3380 locate->slot_offset.constant = -initial_offset_ptr->constant;
3394 locate->slot_offset.constant += part_size_in_regs;
3404 locate->size.constant = (-initial_offset_ptr->constant
3405 - locate->slot_offset.constant);
3447 locate->size.constant -= part_size_in_regs;
3474 save_constant = offset_ptr->constant;
3478 alignment_pad->constant = 0;
3495 /* ARGS_SIZE_TREE includes constant term. */
3496 offset_ptr->constant = 0;
3503 offset_ptr->constant = -sp_offset +
3505 FLOOR_ROUND (offset_ptr->constant + sp_offset, boundary_in_bytes);
3507 CEIL_ROUND (offset_ptr->constant + sp_offset, boundary_in_bytes);
3510 alignment_pad->constant = offset_ptr->constant - save_constant;
3521 offset_ptr->constant
4748 rtx const_equiv[FIRST_PSEUDO_REGISTER]; /* Any known constant equivalences
5043 /* If we are setting it to a constant, record that constant. */
5048 and a constant, see if we can compute a new constant value. */
5377 remaining constant. */