Searched refs:precompute_arguments (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | calls.cc | 155 static void precompute_arguments (int, struct arg_data *); 1644 precompute_arguments (int num_actuals, struct arg_data *args) in precompute_arguments() function 3119 precompute_arguments (num_actuals, args); in expand_call()
|
H A D | ChangeLog-1999 | 1201 * calls.c (precompute_arguments): Make sure initial_value contains 7429 * calls.c (precompute_arguments): Fix typo in comment. 18857 * calls.c (precompute_arguments): New function, extracted from 18859 (expand_call): Use precompute_arguments.
|
H A D | ChangeLog-2004 | 14890 precompute_arguments, expand_call, emit_library_call_value_1, 23466 * calls.c (expand_call, precompute_arguments, 26462 (precompute_arguments): Don't call it. 29779 precompute_arguments, expand_call, emit_library_call_value_1): Likewise. 35219 * calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY. 40974 * calls.c (precompute_arguments): Update comment.
|
H A D | ChangeLog-2000 | 21441 * calls.c (precompute_arguments): Remove must_preallocate and 21443 (expand_call): Update call of precompute_arguments. 21978 (precompute_arguments): Precompute for ECF_PURE too. 23379 (precompute_arguments): Likewise.
|
H A D | ChangeLog-2008 | 19536 * calls.c (initialize_argument_information, precompute_arguments, 19538 (precompute_arguments): Removed flags parameter.
|
H A D | ChangeLog-2014 | 19142 * calls.c (precompute_arguments): Check 29805 * calls.c (precompute_arguments): Check 29817 * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
|
H A D | ChangeLog-2009 | 14700 (precompute_arguments): Use promote_mode instead of checking if 14726 (precompute_arguments): Use promote_mode instead of checking if
|
H A D | ChangeLog-2001 | 469 precompute_arguments, expand_call, 25785 (precompute_arguments): Use gen_lowpart_SUBREG.
|
H A D | ChangeLog-2002 | 28153 * calls.c (precompute_arguments): Do not assume that temporaries 29745 * calls.c (precompute_arguments): Use new macro.
|
H A D | ChangeLog-2007 | 17138 * calls.c (precompute_arguments): Also precompute CALL_EXPR arguments
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.c | 153 static void precompute_arguments (int, struct arg_data *); 2638 precompute_arguments (int num_actuals, struct arg_data *args) in precompute_arguments() function 4127 precompute_arguments (num_actuals, args); in expand_call()
|