Home
last modified time | relevance | path

Searched refs:to_p (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/openbsd/gnu/gcc/gcc/
H A Dgimplify.c3354 tree result = *to_p; in gimplify_modify_expr_rhs()
3398 && DECL_NAME (*to_p) == NULL_TREE in gimplify_modify_expr_rhs()
3399 && needs_to_live_in_memory (*to_p)) in gimplify_modify_expr_rhs()
3403 || (DECL_P (*to_p) && DECL_REGISTER (*to_p))) in gimplify_modify_expr_rhs()
3429 lang_hooks.mark_addressable (*to_p); in gimplify_modify_expr_rhs()
3456 *expr_p = unshare_expr (*to_p); in gimplify_modify_expr_rhs()
3529 tree *to_p = &TREE_OPERAND (*expr_p, 0); in gimplify_modify_expr() local
3540 gimplify_stmt (to_p); in gimplify_modify_expr()
3596 if ((TREE_CODE (*to_p) == REALPART_EXPR in gimplify_modify_expr()
3606 *to_p = make_ssa_name (*to_p, *expr_p); in gimplify_modify_expr()
[all …]
H A Dregclass.c1883 copy_cost (rtx x, enum machine_mode mode, enum reg_class class, int to_p, in copy_cost() argument
1904 secondary_class = targetm.secondary_reload (to_p, x, class, mode, &sri); in copy_cost()
1909 + copy_cost (x, mode, secondary_class, to_p, &sri)); in copy_cost()
1916 return sri.extra_cost + MEMORY_MOVE_COST (mode, class, to_p); in copy_cost()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dregclass.c1888 copy_cost (x, mode, class, to_p) in copy_cost() argument
1892 int to_p ATTRIBUTE_UNUSED;
1914 if (to_p == 1)
1919 if (! to_p)
1933 return MEMORY_MOVE_COST (mode, class, to_p);
/openbsd/gnu/usr.bin/perl/
H A Dpp_hot.c5692 SV **to_p = PL_stack_base + PL_markstack_ptr[-1]++; in PP() local
5694 SV *to = *to_p; in PP()
5697 *to_p = from; in PP()