Searched refs:hard_function_value (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | expr.h | 560 extern rtx hard_function_value (tree, tree, tree, int);
|
| H A D | calls.c | 2581 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 D | explow.c | 1470 hard_function_value (tree valtype, tree func, tree fntype, in hard_function_value() function
|
| H A D | function.c | 1822 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 D | ChangeLog-1999 | 2510 * 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 D | ChangeLog-2005 | 11583 * 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 D | ChangeLog-2000 | 21575 * 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 D | FSFChangeLog.11 | 11745 * function.c (aggregate_value_p): If hard_function_value returns
|
| H A D | ChangeLog-2004 | 14566 probe_stack_range, hard_function_value): Likewise. 29814 probe_stack_range, hard_function_value): Likewise.
|
| H A D | ChangeLog-2001 | 21931 returns from hard_function_value.
|
| H A D | ChangeLog-2002 | 31230 * explow.c (hard_function_value): Add comment explaining
|