Home
last modified time | relevance | path

Searched refs:current_function_return_rtx (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h508 #define current_function_return_rtx (cfun->return_rtx) macro
H A Dcaller-save.c455 if (SIBLING_CALL_P (insn) && current_function_return_rtx) in save_call_clobbered_regs()
456 mark_set_regs (current_function_return_rtx, NULL_RTX, in save_call_clobbered_regs()
H A Dresource.c1189 if (current_function_return_rtx != 0) in init_resource_info()
1190 mark_referenced_resources (current_function_return_rtx, in init_resource_info()
H A Dfunction.c3114 current_function_return_rtx in assign_parms()
3138 current_function_return_rtx = real_decl_rtl; in assign_parms()
4239 rtx outgoing = current_function_return_rtx; in diddle_return_value()
4436 rtx real_decl_rtl = current_function_return_rtx; in expand_function_end()
4541 current_function_return_rtx = outgoing; in expand_function_end()
H A Ddf-problems.c1494 current_function_return_rtx, in df_lr_bb_local_compute()
H A Dflow.c1907 current_function_return_rtx, in propagate_one_insn()
H A DChangeLog-19973538 * reorg.c (dbr_schedule): Allow current_function_return_rtx
3540 * function.c (expand_function_end): Fix current_function_return_rtx
H A DFSFChangeLog.113293 * reorg.c (dbr_schedule): Allow current_function_return_rtx
3295 * function.c (expand_function_end): Fix current_function_return_rtx
H A DChangeLog-199911281 current_function_instrument_entry_exit, current_function_return_rtx,
11337 current_function_name, current_function_return_rtx,
H A DChangeLog-20006752 current_function_return_rtx instead of the DECL_RESULT.
29344 Use current_function_return_rtx if it's been set up.
H A DChangeLog-200225053 current_function_return_rtx mode.
25188 * function.c (assign_parms): Assign hard current_function_return_rtx
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c10361 if (current_function_return_rtx != 0) in arm_size_return_regs()
10362 mode = GET_MODE (current_function_return_rtx); in arm_size_return_regs()
13129 if (current_function_return_rtx != 0) in thumb_exit()
13130 mode = GET_MODE (current_function_return_rtx); in thumb_exit()