Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dexpr.h560 extern rtx hard_function_value (tree, tree, tree, int);
H A Dcalls.c2581 valreg = hard_function_value (build_pointer_type (TREE_TYPE (exp)), in expand_call()
2584 valreg = hard_function_value (TREE_TYPE (exp), fndecl, fntype, in expand_call()
3362 = hard_function_value (build_pointer_type (tfom), 0, 0, 0); in emit_library_call_value_1()
H A Dexplow.c1470 hard_function_value (tree valtype, tree func, tree fntype, in hard_function_value() function
H A Dfunction.c1822 reg = hard_function_value (type, 0, fntype, 0); in aggregate_value_p()
4134 rtx hard_reg = hard_function_value (return_type, subr, 0, 1); in expand_function_start()
H A DChangeLog-19992510 * explow.c (hard_function_value): Add outgoing argument.
2511 * expr.h (hard_function_value): Declare it.
2701 * function.c (diddle_return_value): Use hard_function_value to
10863 * explow.c (hard_function_value): Use VOIDmode instead of
17422 * explow.c (hard_function_value): Likewise for parameter `func'.
H A DChangeLog-200511583 * calls.c (expand_call): Pass fntype to hard_function_value.
11586 (hard_function_value): Take extra argument, the fntype.
11588 * expr.h (hard_function_value): Change prototype.
11590 hard_function_value.
11592 Pass 0 as fntype to hard_function_value.
22556 explow.c (hard_function_value): Likewise
H A DChangeLog-200021575 * function.c (expand_function_start): Use hard_function_value to
24290 * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
24555 Call hard_function_value with outgoing set if in sibcall pass.
29958 * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
H A DFSFChangeLog.1111745 * function.c (aggregate_value_p): If hard_function_value returns
H A DChangeLog-200414566 probe_stack_range, hard_function_value): Likewise.
29814 probe_stack_range, hard_function_value): Likewise.
H A DChangeLog-200121931 returns from hard_function_value.
H A DChangeLog-200231230 * explow.c (hard_function_value): Add comment explaining