Home
last modified time | relevance | path

Searched refs:lhs_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-expr.c568 tree *lhs_p, tree *rhs_p) in gimple_cond_get_ops_from_tree() argument
575 extract_ops_from_tree (cond, code_p, lhs_p, rhs_p); in gimple_cond_get_ops_from_tree()
581 gcc_assert (*lhs_p && *rhs_p == NULL_TREE); in gimple_cond_get_ops_from_tree()
582 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p)); in gimple_cond_get_ops_from_tree()
588 gcc_assert (*lhs_p && *rhs_p == NULL_TREE); in gimple_cond_get_ops_from_tree()
589 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p)); in gimple_cond_get_ops_from_tree()
H A Dtree-sra.c4971 tree *lhs_p, *rhs_p; in sra_ipa_modify_assign() local
4978 lhs_p = gimple_assign_lhs_ptr (stmt); in sra_ipa_modify_assign()
4981 any |= ipa_modify_expr (lhs_p, false, adjustments); in sra_ipa_modify_assign()
4986 if (!useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p))) in sra_ipa_modify_assign()
4991 if (is_gimple_reg_type (TREE_TYPE (*lhs_p))) in sra_ipa_modify_assign()
4992 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p)); in sra_ipa_modify_assign()
4994 *rhs_p = build_constructor (TREE_TYPE (*lhs_p), in sra_ipa_modify_assign()
4999 VIEW_CONVERT_EXPR, TREE_TYPE (*lhs_p), in sra_ipa_modify_assign()
5003 && is_gimple_reg_type (TREE_TYPE (*lhs_p)) in sra_ipa_modify_assign()
5004 && !is_gimple_reg (*lhs_p)) in sra_ipa_modify_assign()
H A Dtree-ssa-structalias.c3191 bool address_p, bool lhs_p) in get_constraint_for_component_ref() argument
3237 get_constraint_for_1 (t, results, true, lhs_p); in get_constraint_for_component_ref()
3397 bool lhs_p) in get_constraint_for_1() argument
3514 get_constraint_for_component_ref (t, results, address_p, lhs_p); in get_constraint_for_1()
3518 lhs_p); in get_constraint_for_1()
3543 get_constraint_for_1 (val, &tmp, address_p, lhs_p); in get_constraint_for_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-sra.c4447 tree *lhs_p, *rhs_p; in sra_ipa_modify_assign() local
4454 lhs_p = gimple_assign_lhs_ptr (stmt); in sra_ipa_modify_assign()
4457 any |= sra_ipa_modify_expr (lhs_p, false, adjustments); in sra_ipa_modify_assign()
4462 if (!useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*rhs_p))) in sra_ipa_modify_assign()
4467 if (is_gimple_reg_type (TREE_TYPE (*lhs_p))) in sra_ipa_modify_assign()
4468 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p)); in sra_ipa_modify_assign()
4470 *rhs_p = build_constructor (TREE_TYPE (*lhs_p), 0); in sra_ipa_modify_assign()
4474 VIEW_CONVERT_EXPR, TREE_TYPE (*lhs_p), in sra_ipa_modify_assign()
4478 && is_gimple_reg_type (TREE_TYPE (*lhs_p)) in sra_ipa_modify_assign()
4479 && !is_gimple_reg (*lhs_p)) in sra_ipa_modify_assign()
H A Dgimple.c526 tree *lhs_p, tree *rhs_p) in gimple_cond_get_ops_from_tree() argument
533 extract_ops_from_tree (cond, code_p, lhs_p, rhs_p); in gimple_cond_get_ops_from_tree()
539 gcc_assert (*lhs_p && *rhs_p == NULL_TREE); in gimple_cond_get_ops_from_tree()
540 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p)); in gimple_cond_get_ops_from_tree()
546 gcc_assert (*lhs_p && *rhs_p == NULL_TREE); in gimple_cond_get_ops_from_tree()
547 *rhs_p = build_zero_cst (TREE_TYPE (*lhs_p)); in gimple_cond_get_ops_from_tree()
H A Dtree-ssa-structalias.c3011 bool address_p, bool lhs_p) in get_constraint_for_component_ref() argument
3043 if (!lhs_p) in get_constraint_for_component_ref()
3066 get_constraint_for_1 (t, results, true, lhs_p); in get_constraint_for_component_ref()
3219 bool lhs_p) in get_constraint_for_1() argument
3332 get_constraint_for_component_ref (t, results, address_p, lhs_p); in get_constraint_for_1()
3336 lhs_p); in get_constraint_for_1()
3361 get_constraint_for_1 (val, &tmp, address_p, lhs_p); in get_constraint_for_1()