/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dbxout.c | 280 (MEM_P (DECL_INCOMING_RTL (PARM))) 3461 && DECL_INCOMING_RTL (parms) in dbxout_parms() 3473 DECL_INCOMING_RTL (parms) in dbxout_parms() 3474 = eliminate_regs (DECL_INCOMING_RTL (parms), VOIDmode, NULL_RTX); in dbxout_parms() 3480 leaf_renumber_regs_insn (DECL_INCOMING_RTL (parms)); in dbxout_parms() 3487 rtx inrtl = XEXP (DECL_INCOMING_RTL (parms), 0); in dbxout_parms() 3537 else if (GET_CODE (DECL_INCOMING_RTL (parms)) == PARALLEL) in dbxout_parms() 3538 best_rtl = XEXP (XVECEXP (DECL_INCOMING_RTL (parms), 0, 0), 0); in dbxout_parms() 3540 best_rtl = DECL_INCOMING_RTL (parms); in dbxout_parms() 3574 number = REGNO (DECL_INCOMING_RTL (parms)); in dbxout_parms() [all …]
|
H A D | print-rtl-function.c | 155 w.print_rtx (DECL_INCOMING_RTL (arg)); in print_param()
|
H A D | print-tree.c | 575 if (DECL_INCOMING_RTL (node) != 0) in print_node() 579 print_rtl (file, DECL_INCOMING_RTL (node)); in print_node()
|
H A D | function.c | 1885 && DECL_INCOMING_RTL (t)) in instantiate_expr() 1886 instantiate_decl_rtl (DECL_INCOMING_RTL (t)); in instantiate_expr() 1935 instantiate_decl_rtl (DECL_INCOMING_RTL (decl)); in instantiate_decls() 3614 real = DECL_INCOMING_RTL (fnargs[i]); in assign_parms_unsplit_complex() 3615 imag = DECL_INCOMING_RTL (fnargs[i + 1]); in assign_parms_unsplit_complex() 3656 DECL_INCOMING_RTL (parm) = DECL_RTL (parm); in assign_parms()
|
H A D | calls.c | 2342 && DECL_INCOMING_RTL (args[i].tree_value) in initialize_argument_information() 2343 && MEM_P (DECL_INCOMING_RTL (args[i].tree_value))) in initialize_argument_information() 2345 DECL_INCOMING_RTL (args[i].tree_value)); in initialize_argument_information() 3995 if (DECL_HIDDEN_STRING_LENGTH (arg) && DECL_INCOMING_RTL (arg)) in expand_call() 3998 FOR_EACH_SUBRTX (iter, array, DECL_INCOMING_RTL (arg), NONCONST) in expand_call()
|
H A D | emit-rtl.c | 1443 DECL_INCOMING_RTL (t) = x; in set_decl_incoming_rtl() 2813 DECL_INCOMING_RTL (decl) = copy_rtx_if_shared (DECL_INCOMING_RTL (decl)); in unshare_all_rtl()
|
H A D | read-rtl-function.c | 571 DECL_INCOMING_RTL (t_param) = parse_rtx (); in parse_param()
|
H A D | dwarf2out.c | 6297 && DECL_INCOMING_RTL (decl) in add_var_loc_to_decl() 6300 == GET_CODE (DECL_INCOMING_RTL (decl)) in add_var_loc_to_decl() 19997 && DECL_INCOMING_RTL (decl) in rtl_for_decl_location() 19998 && MEM_P (DECL_INCOMING_RTL (decl)) in rtl_for_decl_location() 19999 && GET_MODE (rtl) == GET_MODE (DECL_INCOMING_RTL (decl)))) in rtl_for_decl_location() 20010 rtl = DECL_INCOMING_RTL (decl); in rtl_for_decl_location() 20014 && DECL_INCOMING_RTL (decl)) in rtl_for_decl_location() 20016 rtx inc = DECL_INCOMING_RTL (decl); in rtl_for_decl_location() 20042 && !MEM_P (DECL_INCOMING_RTL (decl)) in rtl_for_decl_location()
|
H A D | cfgexpand.c | 4205 rtx incoming = DECL_INCOMING_RTL (decl); in expand_debug_parm_decl() 5316 && !DECL_INCOMING_RTL (exp) in expand_debug_source_expr()
|
H A D | var-tracking.c | 6021 && MEM_P (DECL_INCOMING_RTL (REG_EXPR (loc))) in add_stores() 6022 && XEXP (DECL_INCOMING_RTL (REG_EXPR (loc)), 0) in add_stores() 9671 rtx incoming = DECL_INCOMING_RTL (parm); in vt_add_function_parameter()
|
H A D | rtl.def | 766 single argument is the DECL_INCOMING_RTL of the corresponding
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dbxout.cc | 281 (MEM_P (DECL_INCOMING_RTL (PARM))) 3465 && DECL_INCOMING_RTL (parms) in dbxout_parms() 3477 DECL_INCOMING_RTL (parms) in dbxout_parms() 3478 = eliminate_regs (DECL_INCOMING_RTL (parms), VOIDmode, NULL_RTX); in dbxout_parms() 3484 leaf_renumber_regs_insn (DECL_INCOMING_RTL (parms)); in dbxout_parms() 3491 rtx inrtl = XEXP (DECL_INCOMING_RTL (parms), 0); in dbxout_parms() 3541 else if (GET_CODE (DECL_INCOMING_RTL (parms)) == PARALLEL) in dbxout_parms() 3542 best_rtl = XEXP (XVECEXP (DECL_INCOMING_RTL (parms), 0, 0), 0); in dbxout_parms() 3544 best_rtl = DECL_INCOMING_RTL (parms); in dbxout_parms() 3578 number = REGNO (DECL_INCOMING_RTL (parms)); in dbxout_parms() [all …]
|
H A D | print-rtl-function.cc | 155 w.print_rtx (DECL_INCOMING_RTL (arg)); in print_param()
|
H A D | print-tree.cc | 579 if (DECL_INCOMING_RTL (node) != 0) in print_node() 583 print_rtl (file, DECL_INCOMING_RTL (node)); in print_node()
|
H A D | calls.cc | 1388 && DECL_INCOMING_RTL (args[i].tree_value) in initialize_argument_information() 1389 && MEM_P (DECL_INCOMING_RTL (args[i].tree_value))) in initialize_argument_information() 1391 DECL_INCOMING_RTL (args[i].tree_value)); in initialize_argument_information() 2987 if (DECL_HIDDEN_STRING_LENGTH (arg) && DECL_INCOMING_RTL (arg)) in expand_call() 2990 FOR_EACH_SUBRTX (iter, array, DECL_INCOMING_RTL (arg), NONCONST) in expand_call()
|
H A D | emit-rtl.cc | 1450 DECL_INCOMING_RTL (t) = x; in set_decl_incoming_rtl() 2823 DECL_INCOMING_RTL (decl) = copy_rtx_if_shared (DECL_INCOMING_RTL (decl)); in unshare_all_rtl()
|
H A D | read-rtl-function.cc | 571 DECL_INCOMING_RTL (t_param) = parse_rtx (); in parse_param()
|
H A D | dwarf2out.cc | 6443 && DECL_INCOMING_RTL (decl) in add_var_loc_to_decl() 6446 == GET_CODE (DECL_INCOMING_RTL (decl)) in add_var_loc_to_decl() 20622 && DECL_INCOMING_RTL (decl) in rtl_for_decl_location() 20623 && MEM_P (DECL_INCOMING_RTL (decl)) in rtl_for_decl_location() 20624 && GET_MODE (rtl) == GET_MODE (DECL_INCOMING_RTL (decl)))) in rtl_for_decl_location() 20635 rtl = DECL_INCOMING_RTL (decl); in rtl_for_decl_location() 20639 && DECL_INCOMING_RTL (decl)) in rtl_for_decl_location() 20641 rtx inc = DECL_INCOMING_RTL (decl); in rtl_for_decl_location() 20667 && !MEM_P (DECL_INCOMING_RTL (decl)) in rtl_for_decl_location()
|
H A D | cfgexpand.cc | 4381 rtx incoming = DECL_INCOMING_RTL (decl); in expand_debug_parm_decl() 5502 && !DECL_INCOMING_RTL (exp) in expand_debug_source_expr()
|
H A D | var-tracking.cc | 6027 && MEM_P (DECL_INCOMING_RTL (REG_EXPR (loc))) in add_stores() 6028 && XEXP (DECL_INCOMING_RTL (REG_EXPR (loc)), 0) in add_stores() 9702 rtx incoming = DECL_INCOMING_RTL (parm); in vt_add_function_parameter()
|
H A D | rtl.def | 764 single argument is the DECL_INCOMING_RTL of the corresponding
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 1843 if (DECL_INCOMING_RTL (parm) in convert_scalars_to_vector() 1844 && GET_MODE (DECL_INCOMING_RTL (parm)) == V1TImode) in convert_scalars_to_vector() 1846 rtx r = DECL_INCOMING_RTL (parm); in convert_scalars_to_vector() 1848 DECL_INCOMING_RTL (parm) = gen_rtx_SUBREG (TImode, r, 0); in convert_scalars_to_vector()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 1746 if (DECL_INCOMING_RTL (parm) in convert_scalars_to_vector() 1747 && GET_MODE (DECL_INCOMING_RTL (parm)) == V1TImode) in convert_scalars_to_vector() 1749 rtx r = DECL_INCOMING_RTL (parm); in convert_scalars_to_vector() 1751 DECL_INCOMING_RTL (parm) = gen_rtx_SUBREG (TImode, r, 0); in convert_scalars_to_vector()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-logue.cc | 5394 rtx parameter = DECL_INCOMING_RTL (decl); in rs6000_output_function_epilogue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-logue.c | 5339 rtx parameter = DECL_INCOMING_RTL (decl); in rs6000_output_function_epilogue()
|