Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.c3842 rtx real_decl_rtl; in assign_parms() local
3844 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() local
5438 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200124831 * function.c (expand_function_end): Handle PARALLEL real_decl_rtl.