Home
last modified time | relevance | path

Searched refs:real_decl_rtl (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDfunction.c3130 rtx real_decl_rtl; in assign_parms() local
3132 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms()
3134 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1; in assign_parms()
3138 current_function_return_rtx = real_decl_rtl; in assign_parms()
4436 rtx real_decl_rtl = current_function_return_rtx; in expand_function_end() local
4439 gcc_assert (REG_FUNCTION_VALUE_P (real_decl_rtl)); in expand_function_end()
4445 if (GET_MODE (real_decl_rtl) == BLKmode) in expand_function_end()
4446 PUT_MODE (real_decl_rtl, GET_MODE (decl_rtl)); in expand_function_end()
4456 REGNO (real_decl_rtl)), in expand_function_end()
4458 shift_return_value (GET_MODE (decl_rtl), true, real_decl_rtl); in expand_function_end()
[all …]
HDChangeLog-200124831 * function.c (expand_function_end): Handle PARALLEL real_decl_rtl.