Home
last modified time | relevance | path

Searched refs:current_function_outgoing_args_size (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Ddarwin.h214 : (RS6000_ALIGN (current_function_outgoing_args_size, 16) \
219 (RS6000_ALIGN (current_function_outgoing_args_size, 16) \
H A Drs6000.h1208 : (RS6000_ALIGN (current_function_outgoing_args_size, \
1219 (RS6000_ALIGN (current_function_outgoing_args_size, \
H A Drs6000.c13144 info_ptr->parm_size = RS6000_ALIGN (current_function_outgoing_args_size, in rs6000_stack_info()
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.h506 extern int current_function_outgoing_args_size;
508 (STACK_POINTER_OFFSET + current_function_outgoing_args_size)
H A Ds390.c6681 + current_function_outgoing_args_size in s390_frame_info()
6709 cfun_frame_layout.frame_size += current_function_outgoing_args_size; in s390_frame_info()
6920 + current_function_outgoing_args_size); in s390_initial_elimination_offset()
/freebsd-12.1/contrib/gcc/
H A Dfunction.h504 #define current_function_outgoing_args_size (cfun->outgoing_args_size) macro
H A Dcalls.c2381 if (needed > current_function_outgoing_args_size) in expand_call()
2382 current_function_outgoing_args_size = needed; in expand_call()
3555 if (args_size.constant > current_function_outgoing_args_size) in emit_library_call_value_1()
3556 current_function_outgoing_args_size = args_size.constant; in emit_library_call_value_1()
H A Dfunction.c1232 ? (current_function_outgoing_args_size + REG_PARM_STACK_SPACE (FNDECL)) : 0)\
1237 ((ACCUMULATE_OUTGOING_ARGS ? current_function_outgoing_args_size : 0) \
H A DChangeLog-199911155 current_function_outgoing_args_size.
11159 * config/i370/i370.h (current_function_outgoing_args_size): Delete
11173 current_function_outgoing_args_size, frame_pointer_needed): Delete
11192 * config/sparc/sparc.h (current_function_outgoing_args_size,
11197 * config/v850/v850.c (current_function_outgoing_args_size): Delete
11257 current_function_outgoing_args_size, current_function_arg_offset_rtx,
11278 current_function_outgoing_args_size, current_function_varargs,
11336 current_function_outgoing_args_size, current_function_args_info,
H A DFSFChangeLog.111686 (INITIAL_ELIMINATION_OFFSET): Take current_function_outgoing_args_size
H A DChangeLog-200319931 (mips_restore_gp): Use current_function_outgoing_args_size.
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h1787 ? MAX (REG_PARM_STACK_SPACE(NULL), current_function_outgoing_args_size) \
1788 : current_function_outgoing_args_size) \
H A Dmips.c3022 current_function_outgoing_args_size); in mips_restore_gp()
6398 args_size = current_function_outgoing_args_size; in compute_frame_size()
6939 emit_insn (gen_cprestore (GEN_INT (current_function_outgoing_args_size))); in mips_expand_prologue()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h1667 || current_function_calls_alloca || current_function_outgoing_args_size)
H A Dsparc.c3681 int outgoing_args_size = (current_function_outgoing_args_size in sparc_compute_frame_size()
3711 && current_function_outgoing_args_size == 0) in sparc_compute_frame_size()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.h1258 && current_function_outgoing_args_size != 0 \
H A Darm.c10581 + current_function_outgoing_args_size); in arm_get_frame_offsets()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c2567 + current_function_outgoing_args_size); in ia64_compute_frame_size()
2603 - current_function_outgoing_args_size - 16); in ia64_initial_elimination_offset()
2610 offset = 16 + current_function_outgoing_args_size; in ia64_initial_elimination_offset()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c5519 offset += current_function_outgoing_args_size; in ix86_compute_frame_layout()
5520 frame->outgoing_arguments_size = current_function_outgoing_args_size; in ix86_compute_frame_layout()
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi3655 @findex current_function_outgoing_args_size
3659 @code{current_function_outgoing_args_size}. No space will be pushed
3689 @code{current_function_outgoing_args_size}.
4422 @code{current_function_outgoing_args_size} bytes to be used for outgoing