/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 2979 tree cookie_expr, init_expr; in build_new_1() local 3547 init_expr = cp_build_fold_indirect_ref (t); in build_new_1() 3549 init_expr = build_special_member_call (init_expr, in build_new_1() 3554 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1() 3584 init_expr in build_new_1() 3602 init_expr = cp_build_fold_indirect_ref (data_addr); in build_new_1() 3606 init_expr = build_special_member_call (init_expr, in build_new_1() 3620 init_expr = build2 (INIT_EXPR, type, init_expr, val); in build_new_1() 3643 init_expr = cp_build_modify_expr (input_location, init_expr, in build_new_1() 3651 && TREE_CODE (init_expr) == INIT_EXPR) in build_new_1() [all …]
|
H A D | search.c | 1701 direct_accessor_p (tree init_expr, tree field_decl, tree field_type) in direct_accessor_p() argument 1703 tree result_decl = TREE_OPERAND (init_expr, 0); in direct_accessor_p() 1707 tree component_ref = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); in direct_accessor_p() 1733 reference_accessor_p (tree init_expr, tree field_decl, tree field_type, in reference_accessor_p() argument 1736 tree result_decl = TREE_OPERAND (init_expr, 0); in reference_accessor_p() 1741 tree addr_expr = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); in reference_accessor_p() 1796 tree init_expr = retval; in field_accessor_p() local 1801 if (cxx_types_compatible_p (TREE_TYPE (init_expr), field_type)) in field_accessor_p() 1802 return direct_accessor_p (init_expr, field_decl, field_type); in field_accessor_p() 1807 if (cxx_types_compatible_p (TREE_TYPE (init_expr), field_reference_type)) in field_accessor_p() [all …]
|
H A D | tree.c | 5483 tree init_expr; in stabilize_expr() local 5486 init_expr = NULL_TREE; in stabilize_expr() 5489 init_expr = exp; in stabilize_expr() 5498 init_expr = get_target_expr (exp); in stabilize_expr() 5499 exp = TARGET_EXPR_SLOT (init_expr); in stabilize_expr() 5509 init_expr = get_target_expr (exp); in stabilize_expr() 5510 exp = TARGET_EXPR_SLOT (init_expr); in stabilize_expr() 5515 *initp = init_expr; in stabilize_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | expr.cc | 4692 gfc_expr *init_expr; in gfc_build_init_expr() local 4695 init_expr = gfc_get_constant_expr (ts->type, ts->kind, where); in gfc_build_init_expr() 4715 mpz_set_si (init_expr->value.integer, in gfc_build_init_expr() 4719 gfc_free_expr (init_expr); in gfc_build_init_expr() 4720 init_expr = NULL; in gfc_build_init_expr() 4728 init_expr->is_snan = 1; in gfc_build_init_expr() 4731 mpfr_set_nan (init_expr->value.real); in gfc_build_init_expr() 4735 mpfr_set_inf (init_expr->value.real, 1); in gfc_build_init_expr() 4739 mpfr_set_inf (init_expr->value.real, -1); in gfc_build_init_expr() 4743 mpfr_set_ui (init_expr->value.real, 0.0, GFC_RND_MODE); in gfc_build_init_expr() [all …]
|
H A D | class.cc | 446 gfc_class_initializer (gfc_typespec *ts, gfc_expr *init_expr) in gfc_class_initializer() argument 452 if (init_expr && init_expr->expr_type != EXPR_NULL) in gfc_class_initializer() 453 vtab = gfc_find_vtab (&init_expr->ts); in gfc_class_initializer() 466 else if (init_expr && init_expr->expr_type != EXPR_NULL) in gfc_class_initializer() 467 ctor->expr = gfc_copy_expr (init_expr); in gfc_class_initializer()
|
H A D | trans-stmt.cc | 6188 gfc_expr *expr, *e3rhs = NULL, *init_expr; in gfc_trans_allocate() local 6999 init_expr = NULL; in gfc_trans_allocate() 7006 gfc_expr *init_expr = gfc_expr_to_initialize (expr); in gfc_trans_allocate() local 7009 tmp = gfc_trans_assignment (init_expr, rhs, true, false, true, in gfc_trans_allocate() 7013 gfc_free_expr (init_expr); in gfc_trans_allocate() 7058 else if ((init_expr = allocate_get_initializer (code, expr))) in gfc_trans_allocate() 7065 ini->expr2 = init_expr; in gfc_trans_allocate() 7072 init_expr = NULL; in gfc_trans_allocate()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | expr.c | 4661 gfc_expr *init_expr; in gfc_build_init_expr() local 4664 init_expr = gfc_get_constant_expr (ts->type, ts->kind, where); in gfc_build_init_expr() 4684 mpz_set_si (init_expr->value.integer, in gfc_build_init_expr() 4688 gfc_free_expr (init_expr); in gfc_build_init_expr() 4689 init_expr = NULL; in gfc_build_init_expr() 4697 init_expr->is_snan = 1; in gfc_build_init_expr() 4700 mpfr_set_nan (init_expr->value.real); in gfc_build_init_expr() 4704 mpfr_set_inf (init_expr->value.real, 1); in gfc_build_init_expr() 4708 mpfr_set_inf (init_expr->value.real, -1); in gfc_build_init_expr() 4712 mpfr_set_ui (init_expr->value.real, 0.0, GFC_RND_MODE); in gfc_build_init_expr() [all …]
|
H A D | class.c | 444 gfc_class_initializer (gfc_typespec *ts, gfc_expr *init_expr) in gfc_class_initializer() argument 450 if (init_expr && init_expr->expr_type != EXPR_NULL) in gfc_class_initializer() 451 vtab = gfc_find_vtab (&init_expr->ts); in gfc_class_initializer() 464 else if (init_expr && init_expr->expr_type != EXPR_NULL) in gfc_class_initializer() 465 ctor->expr = gfc_copy_expr (init_expr); in gfc_class_initializer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 3056 tree cookie_expr, init_expr; in build_new_1() local 3625 init_expr = cp_build_fold_indirect_ref (t); in build_new_1() 3627 init_expr = build_special_member_call (init_expr, in build_new_1() 3667 init_expr in build_new_1() 3680 init_expr = cp_build_fold_indirect_ref (data_addr); in build_new_1() 3684 init_expr = build_special_member_call (init_expr, in build_new_1() 3698 init_expr = build2 (INIT_EXPR, type, init_expr, val); in build_new_1() 3720 init_expr = cp_build_modify_expr (input_location, init_expr, in build_new_1() 3728 && TREE_CODE (init_expr) == INIT_EXPR) in build_new_1() 3729 TREE_OPERAND (init_expr, 1) in build_new_1() [all …]
|
H A D | search.cc | 1717 direct_accessor_p (tree init_expr, tree field_decl, tree field_type) in direct_accessor_p() argument 1719 tree result_decl = TREE_OPERAND (init_expr, 0); in direct_accessor_p() 1723 tree component_ref = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); in direct_accessor_p() 1749 reference_accessor_p (tree init_expr, tree field_decl, tree field_type, in reference_accessor_p() argument 1752 tree result_decl = TREE_OPERAND (init_expr, 0); in reference_accessor_p() 1757 tree addr_expr = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); in reference_accessor_p() 1812 tree init_expr = retval; in field_accessor_p() local 1817 if (cxx_types_compatible_p (TREE_TYPE (init_expr), field_type)) in field_accessor_p() 1818 return direct_accessor_p (init_expr, field_decl, field_type); in field_accessor_p() 1823 if (cxx_types_compatible_p (TREE_TYPE (init_expr), field_reference_type)) in field_accessor_p() [all …]
|
H A D | tree.cc | 5805 tree init_expr; in stabilize_expr() local 5808 init_expr = NULL_TREE; in stabilize_expr() 5811 init_expr = exp; in stabilize_expr() 5820 init_expr = get_target_expr (exp); in stabilize_expr() 5821 exp = TARGET_EXPR_SLOT (init_expr); in stabilize_expr() 5831 init_expr = get_target_expr (exp); in stabilize_expr() 5832 exp = TARGET_EXPR_SLOT (init_expr); in stabilize_expr() 5837 *initp = init_expr; in stabilize_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn-tree.cc | 120 tree init_expr = omp_reduction_init_op (loc, op, var_type); in gcn_lockless_update() local 121 init_expr = fold_build1 (code, arg_type, init_expr); in gcn_lockless_update() 122 gimplify_assign (init_var, init_expr, &init_seq); in gcn_lockless_update()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn-tree.c | 239 tree init_expr = omp_reduction_init_op (loc, op, var_type); in gcn_lockless_update() local 240 init_expr = fold_build1 (code, arg_type, init_expr); in gcn_lockless_update() 241 gimplify_assign (init_var, init_expr, &init_seq); in gcn_lockless_update()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 107 tree init_expr; member 166 print_generic_expr (dump_file, iv->init_expr, TDF_SLIM); in dump_induction() 699 iv->init_expr = chrec; in analyze_induction_var() 714 iv->init_expr = CHREC_LEFT (chrec); in analyze_induction_var() 1184 tree base = unshare_expr (iv->init_expr); in map_inductions_to_loop()
|
H A D | expr.h | 62 extern void init_expr (void);
|
H A D | tree-vect-loop.c | 377 tree init_expr; in vect_is_simple_iv_evolution() local 393 init_expr = unshare_expr (initial_condition_in_loop_num (access_fn, loop_nb)); in vect_is_simple_iv_evolution() 397 step_expr, init_expr); in vect_is_simple_iv_evolution() 399 *init = init_expr; in vect_is_simple_iv_evolution() 7390 tree init_expr, step_expr; in vectorizable_induction() local 7515 init_expr = PHI_ARG_DEF_FROM_EDGE (phi, in vectorizable_induction() 7523 init_expr = gimple_convert (&stmts, new_type, init_expr); in vectorizable_induction() 7537 init_expr = gimple_build (&stmts, MINUS_EXPR, new_type, in vectorizable_induction() 7538 init_expr, skip_step); in vectorizable_induction() 7584 tree elt = init_expr; in vectorizable_induction() [all …]
|
H A D | tree-vect-loop-manip.c | 1493 tree init_expr; in vect_update_ivs_after_vectorizer() local 1523 init_expr = PHI_ARG_DEF_FROM_EDGE (phi, loop_preheader_edge (loop)); in vect_update_ivs_after_vectorizer() 1529 ni = fold_build_pointer_plus (init_expr, off); in vect_update_ivs_after_vectorizer() 1532 init_expr, fold_convert (type, off)); in vect_update_ivs_after_vectorizer()
|
H A D | sel-sched-ir.c | 1616 init_expr (expr_t expr, vinsn_t vi, int spec, int use, int priority, in init_expr() function 1670 init_expr (to, EXPR_VINSN (from), EXPR_SPEC (from), in copy_expr() 1685 init_expr (to, EXPR_VINSN (from), EXPR_SPEC (from), EXPR_USEFULNESS (from), in copy_expr_onside() 3028 init_expr (INSN_EXPR (insn), vinsn_create (insn, force_unique_p), 0, in init_global_and_expr_for_insn() 4306 init_expr (INSN_EXPR (insn), vinsn_create (insn, false), 0, in init_simplejump_data()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 107 tree init_expr; member 166 print_generic_expr (dump_file, iv->init_expr, TDF_SLIM); in dump_induction() 699 iv->init_expr = chrec; in analyze_induction_var() 714 iv->init_expr = CHREC_LEFT (chrec); in analyze_induction_var() 1184 tree base = unshare_expr (iv->init_expr); in map_inductions_to_loop()
|
H A D | expr.h | 62 extern void init_expr (void);
|
H A D | tree-vect-loop.cc | 384 tree init_expr; in vect_is_simple_iv_evolution() local 400 init_expr = unshare_expr (initial_condition_in_loop_num (access_fn, loop_nb)); in vect_is_simple_iv_evolution() 404 step_expr, init_expr); in vect_is_simple_iv_evolution() 406 *init = init_expr; in vect_is_simple_iv_evolution() 8115 tree init_expr, step_expr; in vectorizable_induction() local 8499 init_expr = vect_phi_initial_value (phi); in vectorizable_induction() 8506 init_expr = gimple_convert (&stmts, new_type, init_expr); in vectorizable_induction() 8520 init_expr = gimple_build (&stmts, MINUS_EXPR, new_type, in vectorizable_induction() 8521 init_expr, skip_step); in vectorizable_induction() 8539 init_expr, &vec_inits); in vectorizable_induction() [all …]
|
H A D | tree-vect-loop-manip.cc | 1567 tree init_expr; in vect_update_ivs_after_vectorizer() local 1597 init_expr = PHI_ARG_DEF_FROM_EDGE (phi, loop_preheader_edge (loop)); in vect_update_ivs_after_vectorizer() 1603 ni = fold_build_pointer_plus (init_expr, off); in vect_update_ivs_after_vectorizer() 1607 fold_convert (stype, init_expr), in vect_update_ivs_after_vectorizer()
|
H A D | sel-sched-ir.cc | 1616 init_expr (expr_t expr, vinsn_t vi, int spec, int use, int priority, in init_expr() function 1670 init_expr (to, EXPR_VINSN (from), EXPR_SPEC (from), in copy_expr() 1685 init_expr (to, EXPR_VINSN (from), EXPR_SPEC (from), EXPR_USEFULNESS (from), in copy_expr_onside() 3028 init_expr (INSN_EXPR (insn), vinsn_create (insn, force_unique_p), 0, in init_global_and_expr_for_insn() 4307 init_expr (INSN_EXPR (insn), vinsn_create (insn, false), 0, in init_simplejump_data()
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | externs1.h | 376 void init_expr(tnode_t *);
|
H A D | init.c | 64 * init_expr for each expression 993 init_expr(tnode_t *tn) in init_expr() 991 init_expr(tnode_t *tn) init_expr() function
|