Home
last modified time | relevance | path

Searched refs:precompute_arguments (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcalls.c132 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 Dcalls.c201 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 DChangeLog.36175 * 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 DChangeLog.21201 * calls.c (precompute_arguments): Make sure initial_value contains
7429 * calls.c (precompute_arguments): Fix typo in comment.
H A DChangeLog.14389 * calls.c (precompute_arguments): New function, extracted from
4391 (expand_call): Use precompute_arguments.
H A DChangeLog.713706 * calls.c (precompute_arguments): Do not assume that temporaries
15298 * calls.c (precompute_arguments): Use new macro.
H A DChangeLog.56578 (precompute_arguments): Use gen_lowpart_SUBREG.
H A DChangeLog.6469 precompute_arguments, expand_call,