Home
last modified time | relevance | path

Searched refs:shift_return_value (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcalls.h123 extern bool shift_return_value (machine_mode, bool, rtx);
H A Dcalls.cc2408 shift_return_value (machine_mode mode, bool left_p, rtx value) in shift_return_value() function
3650 if (shift_return_value (TYPE_MODE (rettype), false, valreg)) in expand_call()
4692 shift_return_value (TYPE_MODE (tfom), false, valreg); in emit_library_call_value_1()
H A DChangeLog-20043449 * 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 DChangeLog-20032735 * stmt.c (shift_return_value): New function.
H A DChangeLog-201834955 * calls.c (shift_return_value): Treat GET_MODE_BITSIZE as polynomial.
H A DChangeLog-20171957 * calls.c (shift_return_value): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.h123 extern bool shift_return_value (machine_mode, bool, rtx);
H A Dcalls.c3402 shift_return_value (machine_mode mode, bool left_p, rtx value) in shift_return_value() function
4653 if (shift_return_value (TYPE_MODE (rettype), false, valreg)) in expand_call()
5692 shift_return_value (TYPE_MODE (tfom), false, valreg); in emit_library_call_value_1()
H A Dfunction.c5458 shift_return_value (GET_MODE (decl_rtl), true, real_decl_rtl); in expand_function_end()