Searched refs:rounded_stack_size (Results 1 – 3 of 3) sorted by relevance
242 HOST_WIDE_INT rounded_stack_size, in emit_call_1() argument248 rtx rounded_stack_size_rtx = GEN_INT (rounded_stack_size); in emit_call_1()419 rounded_stack_size -= n_popped; in emit_call_1()420 rounded_stack_size_rtx = GEN_INT (rounded_stack_size); in emit_call_1()433 if (rounded_stack_size != 0) in emit_call_1()437 stack_pointer_delta -= rounded_stack_size; in emit_call_1()440 pending_stack_adjust += rounded_stack_size; in emit_call_1()
14998 * calls.c (emit_call_1): Pass rounded_stack_size to emit_call15234 * calls.c (emit_call_1): New arg rounded_stack_size; update callers.
1594 for rounded_stack_size.