Home
last modified time | relevance | path

Searched refs:replace_equiv_address_nv (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
HDemit-rtl.h58 extern rtx replace_equiv_address_nv (rtx, rtx);
HDcombine-stack-adj.c221 new_val = replace_equiv_address_nv (*ml->ref, new_addr); in try_apply_stack_adjustment()
HDauto-inc-dec.c503 new_mem = replace_equiv_address_nv (mem, new_addr); in attempt_change()
HDfwprop.c581 tem = replace_equiv_address_nv (x, new_op0); in propagate_rtx_1()
HDreload.c973 in = replace_equiv_address_nv (in, XEXP (XEXP (in, 0), 0)); in push_reload()
977 out = replace_equiv_address_nv (out, XEXP (XEXP (out, 0), 0)); in push_reload()
4815 tem = replace_equiv_address_nv (reg_equiv_memory_loc (regno), tem); in make_memloc()
HDalias.c1393 x = replace_equiv_address_nv (x, canon_rtx (XEXP (x, 0))); in canon_rtx()
HDvar-tracking.c928 mem = replace_equiv_address_nv (mem, addr); in adjust_mems()
4925 return replace_equiv_address_nv (loc, addr->val_rtx); in replace_expr_with_values()
8975 = replace_equiv_address_nv (incoming, in vt_add_function_parameter()
9009 incoming = replace_equiv_address_nv (incoming, reg); in vt_add_function_parameter()
HDcselib.c1322 replace_equiv_address_nv (x, addr_elt->val_rtx)); in add_mem_for_addr()
HDcfgexpand.c2589 incoming = replace_equiv_address_nv (incoming, reg); in expand_debug_parm_decl()
HDemit-rtl.c2218 replace_equiv_address_nv (rtx memref, rtx addr) in replace_equiv_address_nv() function
HDexpr.c3314 x = replace_equiv_address_nv (x, inner); in emit_move_multi_word()
3317 y = replace_equiv_address_nv (y, inner); in emit_move_multi_word()
HDsimplify-rtx.c496 return replace_equiv_address_nv (x, op0); in simplify_replace_fn_rtx()
/dragonfly/contrib/gcc-8.0/gcc/
HDemit-rtl.h358 extern rtx replace_equiv_address_nv (rtx, rtx, bool = false);
HDcombine-stack-adj.c244 new_val = replace_equiv_address_nv (*ml->ref, new_addr); in try_apply_stack_adjustment()
HDauto-inc-dec.c492 new_mem = replace_equiv_address_nv (mem, new_addr); in attempt_change()
HDfwprop.c582 tem = replace_equiv_address_nv (x, new_op0); in propagate_rtx_1()
HDlra-eliminations.c643 replace_equiv_address_nv in lra_eliminate_regs_1()
HDvar-tracking.c1076 mem = replace_equiv_address_nv (mem, addr); in adjust_mems()
5479 return replace_equiv_address_nv (loc, addr->val_rtx); in replace_expr_with_values()
9702 = replace_equiv_address_nv (incoming, in vt_add_function_parameter()
9759 incoming = replace_equiv_address_nv (incoming, reg); in vt_add_function_parameter()
9847 incoming = replace_equiv_address_nv (incoming, val->val_rtx); in vt_add_function_parameter()
HDreload.c1012 in = replace_equiv_address_nv (in, XEXP (XEXP (in, 0), 0)); in push_reload()
1016 out = replace_equiv_address_nv (out, XEXP (XEXP (out, 0), 0)); in push_reload()
4801 tem = replace_equiv_address_nv (reg_equiv_memory_loc (regno), tem); in make_memloc()
HDalias.c1727 x = replace_equiv_address_nv (x, canon_rtx (XEXP (x, 0))); in canon_rtx()
HDcselib.c1369 replace_equiv_address_nv (x, addr_elt->val_rtx)); in add_mem_for_addr()
HDsched-deps.c4696 new_mem = replace_equiv_address_nv (mem, new_addr); in attempt_change()
HDemit-rtl.c2562 replace_equiv_address_nv (rtx memref, rtx addr, bool inplace) in replace_equiv_address_nv() function
HDexpr.c3598 x = replace_equiv_address_nv (x, inner); in emit_move_multi_word()
3601 y = replace_equiv_address_nv (y, inner); in emit_move_multi_word()
HDcfgexpand.c4153 incoming = replace_equiv_address_nv (incoming, reg); in expand_debug_parm_decl()

12