Searched refs:shift_return_value (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | expr.h | 564 extern bool shift_return_value (enum machine_mode, bool, rtx);
|
| H A D | calls.c | 1809 shift_return_value (enum machine_mode mode, bool left_p, rtx value) in shift_return_value() function 2730 if (shift_return_value (TYPE_MODE (TREE_TYPE (exp)), false, valreg)) in expand_call()
|
| H A D | function.c | 4458 shift_return_value (GET_MODE (decl_rtl), true, real_decl_rtl); in expand_function_end()
|
| H A D | ChangeLog-2004 | 3449 * stmt.c (shift_return_value): Delete. 3451 * expr.h (shift_return_value): Declare. 3453 (shift_return_value): ...this new function. Leave the caller to check 16957 * stmt.c (shift_return_value, expand_case, estimate_case_costs): 19065 * stmt.c (shift_return_value, expand_end_case_type, 25960 * stmt.c (shift_return_value): Likewise.
|
| H A D | ChangeLog-2003 | 2735 * stmt.c (shift_return_value): New function.
|