Searched refs:current_function_outgoing_args_size (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/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.h1211 : (RS6000_ALIGN (current_function_outgoing_args_size, \
1222 (RS6000_ALIGN (current_function_outgoing_args_size, \
1257 found in the variable current_function_outgoing_args_size. */
H A Drs6000.c13174 info_ptr->parm_size = RS6000_ALIGN (current_function_outgoing_args_size,
/freebsd-9.3-release/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.c6682 + current_function_outgoing_args_size
6710 cfun_frame_layout.frame_size += current_function_outgoing_args_size;
6921 + current_function_outgoing_args_size);
/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h499 #define current_function_outgoing_args_size (cfun->outgoing_args_size)
498 #define current_function_outgoing_args_size macro
H A Dcalls.c2381 if (needed > current_function_outgoing_args_size)
2382 current_function_outgoing_args_size = needed;
3556 if (args_size.constant > current_function_outgoing_args_size)
3557 current_function_outgoing_args_size = args_size.constant;
H A Dfunction.c1230 `current_function_outgoing_args_size'. Nevertheless, we must allow
1236 ? (current_function_outgoing_args_size + REG_PARM_STACK_SPACE (FNDECL)) : 0)\
1241 ((ACCUMULATE_OUTGOING_ARGS ? current_function_outgoing_args_size : 0) \
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h1793 ? MAX (REG_PARM_STACK_SPACE(NULL), current_function_outgoing_args_size) \
1794 : current_function_outgoing_args_size) \
1855 `current_function_outgoing_args_size'. */
H A Dmips.c3009 current_function_outgoing_args_size);
6407 args_size = current_function_outgoing_args_size;
6953 emit_insn (gen_cprestore (GEN_INT (current_function_outgoing_args_size)));
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h1679 || current_function_calls_alloca || current_function_outgoing_args_size)
H A Dsparc.c3692 int outgoing_args_size = (current_function_outgoing_args_size
3722 && current_function_outgoing_args_size == 0)
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h1264 && current_function_outgoing_args_size != 0 \
1281 found in the variable current_function_outgoing_args_size. */
H A Darm.c10595 + current_function_outgoing_args_size);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c2573 + current_function_outgoing_args_size);
2609 - current_function_outgoing_args_size - 16);
2616 offset = 16 + current_function_outgoing_args_size;
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c988 `current_function_outgoing_args_size'. No space will be pushed onto the stack
5512 expander assumes that last current_function_outgoing_args_size
5518 offset += current_function_outgoing_args_size;
5519 frame->outgoing_arguments_size = current_function_outgoing_args_size;

Completed in 659 milliseconds