Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc155 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 DChangeLog-19991201 * 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 DChangeLog-200414890 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 DChangeLog-200021441 * 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 DChangeLog-200819536 * calls.c (initialize_argument_information, precompute_arguments,
19538 (precompute_arguments): Removed flags parameter.
H A DChangeLog-201419142 * calls.c (precompute_arguments): Check
29805 * calls.c (precompute_arguments): Check
29817 * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
H A DChangeLog-200914700 (precompute_arguments): Use promote_mode instead of checking if
14726 (precompute_arguments): Use promote_mode instead of checking if
H A DChangeLog-2001469 precompute_arguments, expand_call,
25785 (precompute_arguments): Use gen_lowpart_SUBREG.
H A DChangeLog-200228153 * calls.c (precompute_arguments): Do not assume that temporaries
29745 * calls.c (precompute_arguments): Use new macro.
H A DChangeLog-200717138 * calls.c (precompute_arguments): Also precompute CALL_EXPR arguments
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c153 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()