Searched refs:precompute_arguments (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | calls.c | 132 static void precompute_arguments (int, int, struct arg_data *); 1235 precompute_arguments (int flags, int num_actuals, struct arg_data *args) in precompute_arguments() function 2310 precompute_arguments (flags, num_actuals, args); in expand_call()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | calls.c | 201 static void precompute_arguments PARAMS ((int, int, 1512 precompute_arguments (flags, num_actuals, args) in precompute_arguments() function 2728 precompute_arguments (flags, num_actuals, args);
|
| H A D | ChangeLog.3 | 6175 * calls.c (precompute_arguments): Remove must_preallocate and 6177 (expand_call): Update call of precompute_arguments. 6712 (precompute_arguments): Precompute for ECF_PURE too. 8113 (precompute_arguments): Likewise.
|
| H A D | ChangeLog.2 | 1201 * calls.c (precompute_arguments): Make sure initial_value contains 7429 * calls.c (precompute_arguments): Fix typo in comment.
|
| H A D | ChangeLog.1 | 4389 * calls.c (precompute_arguments): New function, extracted from 4391 (expand_call): Use precompute_arguments.
|
| H A D | ChangeLog.7 | 13706 * calls.c (precompute_arguments): Do not assume that temporaries 15298 * calls.c (precompute_arguments): Use new macro.
|
| H A D | ChangeLog.5 | 6578 (precompute_arguments): Use gen_lowpart_SUBREG.
|
| H A D | ChangeLog.6 | 469 precompute_arguments, expand_call,
|