| /freebsd-9-stable/contrib/gcc/config/s390/ |
| D | s390.h | 612 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, NN, N_NAMED_ARGS) \ macro
|
| D | s390.c | 8723 INIT_CUMULATIVE_ARGS (cum, NULL, NULL, 0, 0); in s390_call_saved_register_used()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | FSFChangeLog.10 | 30 Add additional argument to INIT_CUMULATIVE_ARGS. 36 (INIT_CUMULATIVE_ARGS): Initialize "indirect" field. 39 * a29k.h (INIT_CUMULATIVE_ARGS):New arg, INDIRECT. 40 * alpha.h (INIT_CUMULATIVE_ARGS): Likewise. 41 * arm.h (INIT_CUMULATIVE_ARGS): Likewise. 42 * clipper.h (INIT_CUMULATIVE_ARGS): Likewise. 43 * convex.h (INIT_CUMULATIVE_ARGS): Likewise. 44 * dsp16xx.h (INIT_CUMULATIVE_ARGS): Likewise. 45 * elxsi.h (INIT_CUMULATIVE_ARGS): Likewise. 46 * fx80.h (INIT_CUMULATIVE_ARGS): Likewise. [all …]
|
| D | calls.c | 2117 INIT_CUMULATIVE_ARGS (args_so_far, funtype, NULL_RTX, fndecl, n_named_args); in expand_call() 3395 INIT_CUMULATIVE_ARGS (args_so_far, NULL_TREE, fun, 0, nargs); in emit_library_call_value_1()
|
| D | function.c | 1944 INIT_CUMULATIVE_ARGS (all->args_so_far, fntype, NULL_RTX, in assign_parms_initialize_all()
|
| D | ChangeLog-2003 | 5636 * config/i860/i860.h (INIT_CUMULATIVE_ARGS): Pass correct 9418 (INIT_CUMULATIVE_ARGS): Set it. Pass fndecl to aggregate_value_p. 18523 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument. 26537 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize 30513 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL. 32340 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo. 32357 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS 32361 * arm.h (INIT_CUMULATIVE_ARGS): Update. 32364 * avr.h (INIT_CUMULATIVE_ARGS): Update. 32367 * d30v.h (INIT_CUMULATIVE_ARGS): Update. [all …]
|
| D | expr.c | 1250 INIT_CUMULATIVE_ARGS (args_so_far, TREE_TYPE (fn), NULL_RTX, 0, 3); in block_move_libcall_safe_for_call_parm()
|
| D | ChangeLog-2004 | 10623 * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Replace with an 10629 on the contents of the old INIT_CUMULATIVE_ARGS macro but with a 28068 * calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and 42447 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Remove useless 42909 * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco. 42910 * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS. 42913 * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS. 42918 * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg. 42922 INIT_CUMULATIVE_ARGS. 42923 * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update. [all …]
|
| D | ChangeLog-2002 | 6856 (INIT_CUMULATIVE_ARGS): Clear anonymous_args field. 27738 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update. 31599 * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode 31706 (INIT_CUMULATIVE_ARGS): Set up return trampoline only if 31922 (INIT_CUMULATIVE_ARGS): Likewise. 32008 (INIT_CUMULATIVE_ARGS): Adjust. 35274 (INIT_CUMULATIVE_ARGS): Likewise.
|
| D | FSFChangeLog.11 | 3557 (CUMULATIVE_ARGS, INIT_CUMULATIVE_ARGS): Update definitions 6676 (CUMULATIVE_ARGS, INIT_CUMULATIVE_ARGS): Likewise.
|
| D | ChangeLog-2000 | 22038 (INIT_CUMULATIVE_ARGS): Initialize it. 28614 (INIT_CUMULATIVE_ARGS): Redefine to call
|
| /freebsd-9-stable/contrib/gcc/config/ia64/ |
| D | ia64.h | 1153 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ macro
|
| /freebsd-9-stable/contrib/gcc/config/sparc/ |
| D | sparc.h | 1542 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ macro
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386.h | 1487 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ macro
|
| /freebsd-9-stable/contrib/gcc/config/mips/ |
| D | mips.h | 1956 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ macro
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.h | 1384 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, N_NAMED_ARGS) \ macro
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | arm.h | 1479 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, FNDECL, N_NAMED_ARGS) \ macro
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | tm.texi | 3902 @defmac INIT_CUMULATIVE_ARGS (@var{cum}, @var{fntype}, @var{libname}, @var{fndecl}, @var{n_named_ar… 3910 @code{INIT_CUMULATIVE_ARGS} is used to find arguments for the function 3925 Like @code{INIT_CUMULATIVE_ARGS} but only used for outgoing libcalls, 3928 is not defined, @code{INIT_CUMULATIVE_ARGS (cum, NULL_RTX, libname, 3933 Like @code{INIT_CUMULATIVE_ARGS} but overrides it for the purposes of 3935 undefined, @code{INIT_CUMULATIVE_ARGS} is used instead. 3940 @code{INIT_CUMULATIVE_ARGS}. 3941 @c could use "this macro" in place of @code{INIT_CUMULATIVE_ARGS}, maybe.
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | ChangeLog-1996 | 2520 Add additional argument to INIT_CUMULATIVE_ARGS.
|