Home
last modified time | relevance | path

Searched refs:expr_p (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimplify.c1893 *expr_p = TREE_OPERAND (*expr_p, 0); in gimplify_conversion()
3266 expr_p = &TREE_OPERAND (*expr_p, 0); in prepare_gimple_addressable()
3489 *expr_p = get_formal_tmp_var (*expr_p, pre_p); in gimplify_init_ctor_preeval()
4525 *expr_p = copy_node (*expr_p); in gimplify_modify_expr_rhs()
6971 *expr_p = gimple_boolify (*expr_p); in gimplify_expr()
6991 *expr_p = gimple_boolify (*expr_p); in gimplify_expr()
7027 *expr_p = TREE_OPERAND (*expr_p, 0); in gimplify_expr()
7123 *expr_p = DECL_INITIAL (*expr_p); in gimplify_expr()
7448 *expr_p = gimple_boolify (*expr_p); in gimplify_expr()
7546 *expr_p = gimple_boolify (*expr_p); in gimplify_expr()
[all …]
H A Dtree-ssa-operands.c849 get_expr_operands (gimple stmt, tree *expr_p, int flags) in get_expr_operands() argument
853 tree expr = *expr_p; in get_expr_operands()
893 add_stmt_operand (expr_p, stmt, flags); in get_expr_operands()
899 add_stmt_operand (expr_p, stmt, flags); in get_expr_operands()
H A Dtree-ssa-loop-ivopts.c2188 find_depends (tree *expr_p, int *ws ATTRIBUTE_UNUSED, void *data) in find_depends() argument
2193 if (TREE_CODE (*expr_p) != SSA_NAME) in find_depends()
2195 info = name_info (fd_ivopts_data, *expr_p); in find_depends()
2803 prepare_decl_rtl (tree *expr_p, int *ws, void *data) in prepare_decl_rtl() argument
2809 switch (TREE_CODE (*expr_p)) in prepare_decl_rtl()
2812 for (expr_p = &TREE_OPERAND (*expr_p, 0); in prepare_decl_rtl()
2813 handled_component_p (*expr_p); in prepare_decl_rtl()
2814 expr_p = &TREE_OPERAND (*expr_p, 0)) in prepare_decl_rtl()
2816 obj = *expr_p; in prepare_decl_rtl()
2823 obj = SSA_NAME_VAR (*expr_p); in prepare_decl_rtl()
[all …]
H A Dlanghooks.c268 lhd_gimplify_expr (tree *expr_p ATTRIBUTE_UNUSED, in lhd_gimplify_expr()
H A Dtree-ssa-live.c591 mark_all_vars_used (tree *expr_p, void *data) in mark_all_vars_used() argument
593 walk_tree (expr_p, mark_all_vars_used_1, data, NULL); in mark_all_vars_used()
H A Dbuiltins.c4385 gimplify_va_arg_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p) in gimplify_va_arg_expr() argument
4388 tree valist = TREE_OPERAND (*expr_p, 0); in gimplify_va_arg_expr()
4389 tree type = TREE_TYPE (*expr_p); in gimplify_va_arg_expr()
4391 location_t loc = EXPR_LOCATION (*expr_p); in gimplify_va_arg_expr()
4439 *expr_p = dummy_object (type); in gimplify_va_arg_expr()
4469 *expr_p = targetm.gimplify_va_arg_expr (valist, type, pre_p, post_p); in gimplify_va_arg_expr()
H A Dtree.c4393 free_lang_data_in_one_sizepos (tree *expr_p) in free_lang_data_in_one_sizepos() argument
4395 tree expr = *expr_p; in free_lang_data_in_one_sizepos()
4397 *expr_p = build0 (PLACEHOLDER_EXPR, TREE_TYPE (expr)); in free_lang_data_in_one_sizepos()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimplify.c2645 *expr_p = TREE_OPERAND (*expr_p, 0); in gimplify_conversion()
4191 expr_p = &TREE_OPERAND (*expr_p, 0); in prepare_gimple_addressable()
4419 *expr_p = get_formal_tmp_var (*expr_p, pre_p); in gimplify_init_ctor_preeval()
5418 *expr_p = copy_node (*expr_p); in gimplify_modify_expr_rhs()
11540 *expr_p = gimple_boolify (*expr_p); in gimplify_expr()
11560 *expr_p = gimple_boolify (*expr_p); in gimplify_expr()
11619 *expr_p = TREE_OPERAND (*expr_p, 0); in gimplify_expr()
11708 *expr_p = drop_tree_overflow (*expr_p); in gimplify_expr()
11721 *expr_p = DECL_INITIAL (*expr_p); in gimplify_expr()
12122 *expr_p = gimple_boolify (*expr_p); in gimplify_expr()
[all …]
H A Dtree-ssa-operands.c701 get_expr_operands (struct function *fn, gimple *stmt, tree *expr_p, int flags) in get_expr_operands() argument
705 tree expr = *expr_p; in get_expr_operands()
744 add_stmt_operand (fn, expr_p, stmt, flags); in get_expr_operands()
H A Dtree-ssa-loop-ivopts.c2974 find_inv_vars_cb (tree *expr_p, int *ws ATTRIBUTE_UNUSED, void *data) in find_inv_vars_cb() argument
2976 tree op = *expr_p; in find_inv_vars_cb()
3021 walk_tree (expr_p, find_inv_vars_cb, &wdata, NULL); in find_inv_vars()
3708 prepare_decl_rtl (tree *expr_p, int *ws, void *data) in prepare_decl_rtl() argument
3714 switch (TREE_CODE (*expr_p)) in prepare_decl_rtl()
3717 for (expr_p = &TREE_OPERAND (*expr_p, 0); in prepare_decl_rtl()
3718 handled_component_p (*expr_p); in prepare_decl_rtl()
3719 expr_p = &TREE_OPERAND (*expr_p, 0)) in prepare_decl_rtl()
3721 obj = *expr_p; in prepare_decl_rtl()
3728 obj = SSA_NAME_VAR (*expr_p); in prepare_decl_rtl()
[all …]
H A Dtree-ssa-live.c571 mark_all_vars_used (tree *expr_p) in mark_all_vars_used() argument
573 walk_tree (expr_p, mark_all_vars_used_1, NULL, NULL); in mark_all_vars_used()
H A Dlanghooks.c268 lhd_gimplify_expr (tree *expr_p ATTRIBUTE_UNUSED, in lhd_gimplify_expr()
H A Dgenmatch.c2021 bool expr_p; member
2111 info[where].expr_p = true; in walk_match()
2162 if (info[where].expr_p) in walk_result()
3436 && !cinfo.info[i].expr_p in gen_1()
3589 if (cinfo1.info[i].expr_p != cinfo2.info[i].expr_p in compare_op()
H A Dtree.c5042 free_lang_data_in_one_sizepos (tree *expr_p) in free_lang_data_in_one_sizepos() argument
5044 tree expr = *expr_p; in free_lang_data_in_one_sizepos()
5046 *expr_p = build0 (PLACEHOLDER_EXPR, TREE_TYPE (expr)); in free_lang_data_in_one_sizepos()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c448 *expr_p = from; in cp_gimplify_init_expr()
484 *expr_p = temp; in gimplify_must_not_throw_expr()
488 *expr_p = NULL; in gimplify_must_not_throw_expr()
511 *expr_p = cplus_expand_constant (*expr_p); in cp_gimplify_expr()
527 *expr_p = build_vec_init (VEC_INIT_EXPR_SLOT (*expr_p), NULL_TREE, in cp_gimplify_expr()
539 *expr_p = TREE_OPERAND (*expr_p, 0); in cp_gimplify_expr()
594 *expr_p = op0; in cp_gimplify_expr()
596 *expr_p = build2 (COMPOUND_EXPR, TREE_TYPE (*expr_p), in cp_gimplify_expr()
600 *expr_p = build2 (COMPOUND_EXPR, TREE_TYPE (*expr_p), in cp_gimplify_expr()
609 *expr_p = build_constructor (TREE_TYPE (*expr_p), NULL); in cp_gimplify_expr()
[all …]
H A Ddecl.c7876 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data) in stabilize_save_expr_r() argument
7879 tree expr = *expr_p; in stabilize_save_expr_r()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-gimplify.c222 c_gimplify_expr (tree *expr_p, gimple_seq *pre_p ATTRIBUTE_UNUSED, in c_gimplify_expr() argument
225 enum tree_code code = TREE_CODE (*expr_p); in c_gimplify_expr()
242 tree *op1_p = &TREE_OPERAND (*expr_p, 1); in c_gimplify_expr()
258 if (VAR_P (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
259 && !DECL_EXTERNAL (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
260 && !TREE_STATIC (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
261 && (DECL_INITIAL (DECL_EXPR_DECL (*expr_p)) == DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
263 TREE_NO_WARNING (DECL_EXPR_DECL (*expr_p)) = 1; in c_gimplify_expr()
271 tree type = TREE_TYPE (TREE_OPERAND (*expr_p, 0)); in c_gimplify_expr()
276 return gimplify_self_mod_expr (expr_p, pre_p, post_p, 1, type); in c_gimplify_expr()
H A Dc-ubsan.c378 ubsan_maybe_instrument_array_ref (tree *expr_p, bool ignore_off_by_one) in ubsan_maybe_instrument_array_ref() argument
380 if (!ubsan_array_ref_instrumented_p (*expr_p) in ubsan_maybe_instrument_array_ref()
384 tree op0 = TREE_OPERAND (*expr_p, 0); in ubsan_maybe_instrument_array_ref()
385 tree op1 = TREE_OPERAND (*expr_p, 1); in ubsan_maybe_instrument_array_ref()
386 tree e = ubsan_instrument_bounds (EXPR_LOCATION (*expr_p), op0, &op1, in ubsan_maybe_instrument_array_ref()
390 tree t = copy_node (*expr_p); in ubsan_maybe_instrument_array_ref()
393 *expr_p = t; in ubsan_maybe_instrument_array_ref()
H A Dc-warn.c316 find_array_ref_with_const_idx_r (tree *expr_p, int *, void *) in find_array_ref_with_const_idx_r() argument
318 tree expr = *expr_p; in find_array_ref_with_const_idx_r()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-gimplify.c171 c_gimplify_expr (tree *expr_p, gimple_seq *pre_p ATTRIBUTE_UNUSED, in c_gimplify_expr() argument
174 enum tree_code code = TREE_CODE (*expr_p); in c_gimplify_expr()
180 && TREE_CODE (DECL_EXPR_DECL (*expr_p)) == VAR_DECL in c_gimplify_expr()
181 && !DECL_EXTERNAL (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
182 && !TREE_STATIC (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
183 && (DECL_INITIAL (DECL_EXPR_DECL (*expr_p)) == DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
185 TREE_NO_WARNING (DECL_EXPR_DECL (*expr_p)) = 1; in c_gimplify_expr()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c393 tree for_stmt = *expr_p; in cp_gimplify_omp_for()
478 *expr_p = from; in cp_gimplify_init_expr()
502 tree stmt = *expr_p; in gimplify_must_not_throw_expr()
517 *expr_p = temp; in gimplify_must_not_throw_expr()
521 *expr_p = NULL; in gimplify_must_not_throw_expr()
607 *expr_p = build_vec_init (VEC_INIT_EXPR_SLOT (*expr_p), NULL_TREE, in cp_gimplify_expr()
622 *expr_p = TREE_OPERAND (*expr_p, 0); in cp_gimplify_expr()
669 *expr_p = TREE_OPERAND (*expr_p, 0); in cp_gimplify_expr()
696 *expr_p = build_constructor (TREE_TYPE (*expr_p), NULL); in cp_gimplify_expr()
701 *expr_p = BASELINK_FUNCTIONS (*expr_p); in cp_gimplify_expr()
[all …]
H A Ddecl.c9540 stabilize_save_expr_r (tree *expr_p, int *walk_subtrees, void *data) in stabilize_save_expr_r() argument
9543 tree expr = *expr_p; in stabilize_save_expr_r()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c9413 objc_gimplify_property_ref (tree *expr_p) in objc_gimplify_property_ref() argument
9415 tree getter = PROPERTY_REF_GETTER_CALL (*expr_p); in objc_gimplify_property_ref()
9420 tree property_decl = PROPERTY_REF_PROPERTY_DECL (*expr_p); in objc_gimplify_property_ref()
9424 error_at (EXPR_LOCATION (*expr_p), "no %qs getter found", in objc_gimplify_property_ref()
9428 *expr_p = convert (TREE_TYPE (property_decl), in objc_gimplify_property_ref()
9433 if (PROPERTY_REF_DEPRECATED_GETTER (*expr_p)) in objc_gimplify_property_ref()
9455 *expr_p = call_exp; in objc_gimplify_property_ref()
9464 enum tree_code code = TREE_CODE (*expr_p); in objc_gimplify_expr()
9471 if (TREE_CODE (OBJ_TYPE_REF_EXPR (*expr_p)) == ADDR_EXPR in objc_gimplify_expr()
9472 && TREE_CODE (TREE_OPERAND (OBJ_TYPE_REF_EXPR (*expr_p), 0)) in objc_gimplify_expr()
[all …]