Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/openbsd/src/gnu/gcc/gcc/
Dgimplify.c3278 gimplify_modify_expr_rhs (tree *expr_p, tree *from_p, tree *to_p, tree *pre_p, in gimplify_modify_expr_rhs() argument
3354 tree result = *to_p; in gimplify_modify_expr_rhs()
3394 if (!(rhs_predicate_for (*to_p))(*from_p)) in gimplify_modify_expr_rhs()
3397 else if (TREE_CODE (*to_p) == RESULT_DECL 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()
3402 else if (is_gimple_reg_type (TREE_TYPE (*to_p)) in gimplify_modify_expr_rhs()
3403 || (DECL_P (*to_p) && DECL_REGISTER (*to_p))) in gimplify_modify_expr_rhs()
3406 else if (TREE_CODE (*to_p) == VAR_DECL in gimplify_modify_expr_rhs()
3407 && DECL_GIMPLE_FORMAL_TEMP_P (*to_p)) in gimplify_modify_expr_rhs()
[all …]
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/src/gnu/usr.bin/gcc/gcc/
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/src/gnu/usr.bin/perl/
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()