Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/rs6000/
HDdarwin.h214 : (RS6000_ALIGN (current_function_outgoing_args_size, 16) \
219 (RS6000_ALIGN (current_function_outgoing_args_size, 16) \
HDrs6000.h1208 : (RS6000_ALIGN (current_function_outgoing_args_size, \
1219 (RS6000_ALIGN (current_function_outgoing_args_size, \
HDrs6000.c13144 info_ptr->parm_size = RS6000_ALIGN (current_function_outgoing_args_size, in rs6000_stack_info()
/NextBSD/contrib/gcc/config/s390/
HDs390.h506 extern int current_function_outgoing_args_size;
508 (STACK_POINTER_OFFSET + current_function_outgoing_args_size)
HDs390.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()
/NextBSD/contrib/gcc/
HDfunction.h504 #define current_function_outgoing_args_size (cfun->outgoing_args_size) macro
HDcalls.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()
HDfunction.c1232 ? (current_function_outgoing_args_size + REG_PARM_STACK_SPACE (FNDECL)) : 0)\
1237 ((ACCUMULATE_OUTGOING_ARGS ? current_function_outgoing_args_size : 0) \
HDChangeLog-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,
HDFSFChangeLog.111686 (INITIAL_ELIMINATION_OFFSET): Take current_function_outgoing_args_size
HDChangeLog-200319931 (mips_restore_gp): Use current_function_outgoing_args_size.
/NextBSD/contrib/gcc/config/mips/
HDmips.h1784 ? MAX (REG_PARM_STACK_SPACE(NULL), current_function_outgoing_args_size) \
1785 : current_function_outgoing_args_size) \
HDmips.c3021 current_function_outgoing_args_size); in mips_restore_gp()
6397 args_size = current_function_outgoing_args_size; in compute_frame_size()
6938 emit_insn (gen_cprestore (GEN_INT (current_function_outgoing_args_size))); in mips_expand_prologue()
/NextBSD/contrib/gcc/config/sparc/
HDsparc.h1667 || current_function_calls_alloca || current_function_outgoing_args_size)
HDsparc.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()
/NextBSD/contrib/gcc/config/arm/
HDarm.h1258 && current_function_outgoing_args_size != 0 \
HDarm.c10581 + current_function_outgoing_args_size); in arm_get_frame_offsets()
/NextBSD/contrib/gcc/config/ia64/
HDia64.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()
/NextBSD/contrib/gcc/config/i386/
HDi386.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()
/NextBSD/contrib/gcc/doc/
HDtm.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