Home
last modified time | relevance | path

Searched refs:DECL_INCOMING_RTL (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddbxout.cc281 (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 …]
Dprint-rtl-function.cc155 w.print_rtx (DECL_INCOMING_RTL (arg)); in print_param()
Dprint-tree.cc579 if (DECL_INCOMING_RTL (node) != 0) in print_node()
583 print_rtl (file, DECL_INCOMING_RTL (node)); in print_node()
Dcalls.cc1388 && 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()
Dfunction.cc1892 && DECL_INCOMING_RTL (t)) in instantiate_expr()
1893 instantiate_decl_rtl (DECL_INCOMING_RTL (t)); in instantiate_expr()
1942 instantiate_decl_rtl (DECL_INCOMING_RTL (decl)); in instantiate_decls()
3637 real = DECL_INCOMING_RTL (fnargs[i]); in assign_parms_unsplit_complex()
3638 imag = DECL_INCOMING_RTL (fnargs[i + 1]); in assign_parms_unsplit_complex()
3679 DECL_INCOMING_RTL (parm) = DECL_RTL (parm); in assign_parms()
Demit-rtl.cc1450 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()
Dread-rtl-function.cc571 DECL_INCOMING_RTL (t_param) = parse_rtx (); in parse_param()
Ddwarf2out.cc6443 && 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()
Dcfgexpand.cc4381 rtx incoming = DECL_INCOMING_RTL (decl); in expand_debug_parm_decl()
5502 && !DECL_INCOMING_RTL (exp) in expand_debug_source_expr()
Dvar-tracking.cc6027 && 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()
Drtl.def764 single argument is the DECL_INCOMING_RTL of the corresponding
Dtree.h2962 #define DECL_INCOMING_RTL(NODE) \ macro
DFSFChangeLog2292 * integrate.c (initialize_for_inline): Ensure DECL_INCOMING_RTL
Dcombine.cc1490 rtx x, reg = DECL_INCOMING_RTL (arg); in setup_incoming_promotions()
DChangeLog-201124825 parameters passed in memory prefer using DECL_INCOMING_RTL over
34948 as DECL_INCOMING_RTL.
34949 * dwarf2out.c (rtl_for_decl_location): Use DECL_INCOMING_RTL
34951 is a MEM with pseudo as address and DECL_INCOMING_RTL is
35155 of its DECL_INCOMING_RTL if possible, or its DECL_RTL if set.
DChangeLog-2000357 * function.c (assign_parms): Update parm's DECL_INCOMING_RTL
24154 Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
24478 (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
27544 (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
DChangeLog-20047724 DECL_INCOMING_RTL is NULL.
8847 for DECL_INCOMING_RTL.
35683 MEM_EXPR (DECL_INCOMING_RTL (parm)) == parm.
41222 * dbxout.c (dbxout_parms): Check that DECL_RTL and DECL_INCOMING_RTL
42381 DECL_INCOMING_RTL.
DFSFChangeLog.116315 * function.c (instantiate_decls): For DECL_INCOMING_RTL, use max
DChangeLog-20162672 DECL_INCOMING_RTL is not shared.
2675 DECL_INCOMING_RTL back from V1TImode to TImode if the parameters have
DChangeLog-201431000 DECL_INCOMING_RTL and entry_parm.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-features.cc1843 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()
Di386.cc14627 rtx incoming = DECL_INCOMING_RTL (arg); in ix86_avx_u128_mode_entry()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-logue.cc5394 rtx parameter = DECL_INCOMING_RTL (decl); in rs6000_output_function_epilogue()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-19972521 * decl.c (finish_function): Also zero out DECL_INCOMING_RTL for