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

/haiku-buildtools/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++;
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c4162 gimplify_modify_expr_rhs (tree *expr_p, tree *from_p, tree *to_p,
4182 && !TREE_THIS_VOLATILE (*to_p)
4289 tree result = *to_p;
4320 /* For calls that return in memory, give *to_p as the CALL_EXPR's
4327 if (!(rhs_predicate_for (*to_p))(*from_p))
4328 /* If we need a temporary, *to_p isn't accurate. */
4331 else if (TREE_CODE (*to_p) == RESULT_DECL
4332 && DECL_NAME (*to_p) == NULL_TREE
4333 && needs_to_live_in_memory (*to_p))
4335 else if (is_gimple_reg_type (TREE_TYPE (*to_p))
4159 gimplify_modify_expr_rhs(tree *expr_p, tree *from_p, tree *to_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value) argument
4567 tree *to_p = &TREE_OPERAND (*expr_p, 0); local
[all...]
H A Dira-costs.c460 copy_cost (rtx x, machine_mode mode, reg_class_t rclass, bool to_p,
479 secondary_class = targetm.secondary_reload (to_p, x, rclass, mode, &sri);
486 + copy_cost (x, mode, secondary_class, to_p, &sri));
494 + ira_memory_move_cost[mode][(int) rclass][to_p != 0];
2005 bool to_p;
2037 to_p = true;
2044 to_p = false;
2068 cost = (to_p ? ira_register_move_cost[mode][hard_reg_class][rclass]
458 copy_cost(rtx x, machine_mode mode, reg_class_t rclass, bool to_p, secondary_reload_info *prev_sri) argument
1997 bool to_p; local
H A Dlra-constraints.c1047 emit_spill_move (bool to_p, rtx mem_pseudo, rtx val)
1067 return as_a <rtx_insn *> (to_p
1043 emit_spill_move(bool to_p, rtx mem_pseudo, rtx val) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Dregclass.c1564 copy_cost (x, mode, class, to_p)
1568 int to_p;
1590 if (to_p == 1)
1595 if (! to_p)
1609 return MEMORY_MOVE_COST (mode, class, to_p);

Completed in 122 milliseconds