Searched refs:real_decl_rtl (Results 1 – 2 of 2) sorted by relevance
3842 rtx real_decl_rtl; in assign_parms() local3844 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms()3846 REG_FUNCTION_VALUE_P (real_decl_rtl) = 1; in assign_parms()3850 crtl->return_rtx = real_decl_rtl; in assign_parms()5434 rtx real_decl_rtl = crtl->return_rtx; in expand_function_end() local5438 gcc_assert (REG_FUNCTION_VALUE_P (real_decl_rtl)); in expand_function_end()5444 if (GET_MODE (real_decl_rtl) == BLKmode) in expand_function_end()5445 PUT_MODE (real_decl_rtl, GET_MODE (decl_rtl)); in expand_function_end()5452 && REG_P (real_decl_rtl) in expand_function_end()5456 REGNO (real_decl_rtl)), in expand_function_end()[all …]
24831 * function.c (expand_function_end): Handle PARALLEL real_decl_rtl.