/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify-me.c | 78 ret = gimplify_expr (&expr, stmts, NULL, gimple_test_f, fb_rvalue); in force_gimple_operand_1() 167 gimplify_expr (gimple_cond_lhs_ptr (cond_stmt), &pre, NULL, in gimple_regimplify_operands() 169 gimplify_expr (gimple_cond_rhs_ptr (cond_stmt), &pre, NULL, in gimple_regimplify_operands() 174 gimplify_expr (gimple_switch_index_ptr (as_a <gswitch *> (stmt)), in gimple_regimplify_operands() 178 gimplify_expr (gimple_omp_atomic_load_rhs_ptr ( in gimple_regimplify_operands() 198 gimplify_expr (&TREE_VALUE (op), &pre, NULL, in gimple_regimplify_operands() 211 gimplify_expr (&TREE_VALUE (op), &pre, NULL, in gimple_regimplify_operands() 214 gimplify_expr (&TREE_VALUE (op), &pre, NULL, in gimple_regimplify_operands() 231 gimplify_expr (&op, &pre, NULL, is_gimple_lvalue, fb_lvalue); in gimple_regimplify_operands() 237 gimplify_expr (&op, &pre, NULL, in gimple_regimplify_operands() [all …]
|
H A D | gimplify.c | 245 static enum gimplify_status gimplify_expr (tree *, gimple_seq *, gimple_seq *, 621 gimplify_expr (&val, pre_p, post_p, is_gimple_reg_rhs_or_call, in internal_get_tmp_var() 2465 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val, in gimplify_switch_expr() 2991 tret = gimplify_expr (&TREE_OPERAND (t, 2), pre_p, in gimplify_compound_lval() 2999 tret = gimplify_expr (&TREE_OPERAND (t, 2), pre_p, post_p, in gimplify_compound_lval() 3019 tret = gimplify_expr (&TREE_OPERAND (t, 3), pre_p, in gimplify_compound_lval() 3027 tret = gimplify_expr (&TREE_OPERAND (t, 3), pre_p, post_p, in gimplify_compound_lval() 3050 tret = gimplify_expr (&TREE_OPERAND (t, 2), pre_p, in gimplify_compound_lval() 3058 tret = gimplify_expr (&TREE_OPERAND (t, 2), pre_p, post_p, in gimplify_compound_lval() 3068 tret = gimplify_expr (p, pre_p, post_p, is_gimple_min_lval, in gimplify_compound_lval() [all …]
|
H A D | gimplify.h | 76 extern enum gimplify_status gimplify_expr (tree *, gimple_seq *, gimple_seq *,
|
H A D | langhooks.h | 506 int (*gimplify_expr) (tree *, gimple_seq *, gimple_seq *); member
|
H A D | omp-low.c | 4761 gimplify_expr (&v, ilist, NULL, is_gimple_val, in lower_rec_input_clauses() 4791 gimplify_expr (&v, ilist, NULL, is_gimple_val, fb_rvalue); in lower_rec_input_clauses() 6500 gimplify_expr (&arm1, stmt_list, NULL, is_gimple_val, fb_rvalue); in lower_lastprivate_clauses() 6501 gimplify_expr (&arm2, stmt_list, NULL, is_gimple_val, fb_rvalue); in lower_lastprivate_clauses() 6506 gimplify_expr (&arm1, stmt_list, NULL, is_gimple_val, fb_rvalue); in lower_lastprivate_clauses() 7126 gimplify_expr (&v, stmt_seqp, NULL, is_gimple_val, fb_rvalue); in lower_reduction_clauses() 11261 gimplify_expr (&t, iseq, NULL, is_gimple_val, fb_rvalue); in lower_depend_clauses() 12190 gimplify_expr (&present, &ilist, NULL, is_gimple_val, in lower_omp_target() 12290 gimplify_expr (&x, &new_body, NULL, is_gimple_val, in lower_omp_target() 12307 gimplify_expr (&x, &new_body, NULL, is_gimple_val, in lower_omp_target() [all …]
|
H A D | omp-grid.c | 1347 gimplify_expr (&gs, &tmpseq, NULL, is_gimple_val, fb_rvalue); in grid_attempt_target_gridification() 1356 gimplify_expr (&ws, &tmpseq, NULL, is_gimple_val, fb_rvalue); in grid_attempt_target_gridification()
|
H A D | tree-stdarg.c | 1029 gimplify_expr (&ap, &pre, &post, is_gimple_min_lval, fb_lvalue); in expand_ifn_va_arg_1()
|
H A D | targhooks.c | 2240 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue); in std_gimplify_va_arg_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify-me.cc | 78 ret = gimplify_expr (&expr, stmts, NULL, gimple_test_f, fb_rvalue); in force_gimple_operand_1() 167 gimplify_expr (gimple_cond_lhs_ptr (cond_stmt), &pre, NULL, in gimple_regimplify_operands() 169 gimplify_expr (gimple_cond_rhs_ptr (cond_stmt), &pre, NULL, in gimple_regimplify_operands() 174 gimplify_expr (gimple_switch_index_ptr (as_a <gswitch *> (stmt)), in gimple_regimplify_operands() 178 gimplify_expr (gimple_omp_atomic_load_rhs_ptr ( in gimple_regimplify_operands() 198 gimplify_expr (&TREE_VALUE (op), &pre, NULL, in gimple_regimplify_operands() 211 gimplify_expr (&TREE_VALUE (op), &pre, NULL, in gimple_regimplify_operands() 214 gimplify_expr (&TREE_VALUE (op), &pre, NULL, in gimple_regimplify_operands() 231 gimplify_expr (&op, &pre, NULL, is_gimple_lvalue, fb_lvalue); in gimple_regimplify_operands() 235 gimplify_expr (&op, &pre, NULL, in gimple_regimplify_operands() [all …]
|
H A D | gimplify.cc | 251 static enum gimplify_status gimplify_expr (tree *, gimple_seq *, gimple_seq *, 626 gimplify_expr (&val, pre_p, post_p, is_gimple_reg_rhs_or_call, in internal_get_tmp_var() 2687 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val, in gimplify_switch_expr() 3273 tret = gimplify_expr (p, pre_p, post_p, is_gimple_min_lval, in gimplify_compound_lval() 3293 tret = gimplify_expr (&TREE_OPERAND (t, 2), pre_p, post_p, in gimplify_compound_lval() 3297 tret = gimplify_expr (&TREE_OPERAND (t, 3), pre_p, post_p, in gimplify_compound_lval() 3302 tret = gimplify_expr (&TREE_OPERAND (t, 1), pre_p, post_p, in gimplify_compound_lval() 3308 tret = gimplify_expr (&TREE_OPERAND (t, 2), pre_p, post_p, in gimplify_compound_lval() 3386 ret = gimplify_expr (&lvalue, pre_p, post_p, is_gimple_lvalue, fb_lvalue); in gimplify_self_mod_expr() 3398 ret = gimplify_expr (&lhs, pre_p, post_p, is_gimple_val, fb_rvalue); in gimplify_self_mod_expr() [all …]
|
H A D | gimplify.h | 76 extern enum gimplify_status gimplify_expr (tree *, gimple_seq *, gimple_seq *,
|
H A D | ChangeLog.tuples | 158 * gimplify.c (gimplify_expr): Remove stale FIXME note. 368 * gimplify.c (gimplify_expr): Rephrase fixme. 376 * gimplify.c (gimplify_expr): Call gimple_try_set_catch_is_cleanup 386 (gimplify_expr): Handle is_gimple_reg_or_call_rhs. 520 * gimplify.c (gimplify_expr): Gimplify an unused volatile load 1014 * gimplify.c (gimplify_expr): Gimplify PREDICT_EXPR into 1711 * gimplify.c (gimplify_expr): Likewise. 1919 instead forcefully gimplify_expr each operand with the right 2448 (gimplify_expr): Call it. 2478 * gimplify.c (gimplify_expr): Fix the assertion that verifies validity [all …]
|
H A D | langhooks.h | 562 int (*gimplify_expr) (tree *, gimple_seq *, gimple_seq *); member
|
H A D | omp-low.cc | 5303 gimplify_expr (&v, ilist, NULL, is_gimple_val, fb_rvalue); in lower_rec_input_clauses() 5358 gimplify_expr (&v, ilist, NULL, is_gimple_val, in lower_rec_input_clauses() 7196 gimplify_expr (&arm1, stmt_list, NULL, is_gimple_val, fb_rvalue); in lower_lastprivate_clauses() 7197 gimplify_expr (&arm2, stmt_list, NULL, is_gimple_val, fb_rvalue); in lower_lastprivate_clauses() 7202 gimplify_expr (&arm1, stmt_list, NULL, is_gimple_val, fb_rvalue); in lower_lastprivate_clauses() 7832 gimplify_expr (&v, stmt_seqp, NULL, is_gimple_val, fb_rvalue); in lower_reduction_clauses() 12408 gimplify_expr (&t, iseq, NULL, is_gimple_val, fb_rvalue); in lower_depend_clauses() 13467 gimplify_expr (&present, &ilist, NULL, is_gimple_val, in lower_omp_target() 13584 gimplify_expr (&x, &new_body, NULL, is_gimple_val, in lower_omp_target() 13602 gimplify_expr (&x, &new_body, NULL, is_gimple_val, in lower_omp_target() [all …]
|
H A D | tree-stdarg.cc | 1029 gimplify_expr (&ap, &pre, &post, is_gimple_min_lval, fb_lvalue); in expand_ifn_va_arg_1()
|
H A D | ipa-free-lang-data.cc | 1121 lang_hooks.gimplify_expr = lhd_gimplify_expr; in free_lang_data()
|
H A D | ChangeLog.ptr | 384 * gimplifier.c (gimplify_expr): Don't special case
|
H A D | ChangeLog.tree-ssa | 1681 (gimplify_expr): Don't consider nonlocal gotos. 2443 * gimplify.c (gimplify_expr): Use DECL_SAVED_INSNS to access 3242 * gimplify.c (gimplify_expr): Set has_nonlocal_label in the 3317 * gimplify.c (gimplify_expr): Move check for error_mark inside 5422 (gimplify_expr): Make gimple_test_f return bool type. 5690 * gimplify.c (gimplify_expr): Check labels. 5757 (gimplify_expr): Use gimplify_compound_expr, gimplify_statement_list, 6027 (gimplify_expr): Provide it. 6676 (gimplify_expr): Cope with error marks. Use gimplify_status to 6682 * langhooks.h (struct lang_hooks): Update docs for gimplify_expr. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-gimplify.cc | 91 gimplify_expr (&TREE_OPERAND (*expr_p, 0), pre_p, post_p, in d_gimplify_modify_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-gimplify.cc | 420 = gimplify_expr (expr_p, pre_p, post_p, gimple_test_f, fb_rvalue); in gimplify_to_rvalue() 447 return gimplify_expr (arg_p, pre_p, NULL, is_gimple_lvalue, fb_either); in cp_gimplify_arg() 559 gimplify_expr (&TREE_OPERAND (*expr_p, 0), pre_p, post_p, in cp_gimplify_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-gimplify.c | 677 = gimplify_expr (expr_p, pre_p, post_p, gimple_test_f, fb_rvalue); in gimplify_to_rvalue() 704 return gimplify_expr (arg_p, pre_p, NULL, is_gimple_lvalue, fb_either); in cp_gimplify_arg() 823 gimplify_expr (&TREE_OPERAND (*expr_p, 0), pre_p, post_p, in cp_gimplify_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | passes.texi | 125 @findex gimplify_expr 126 @findex lang_hooks.gimplify_expr 130 for this pass is @code{gimplify_expr}. Approximately everything 132 invoke the @code{lang_hooks.gimplify_expr} callback.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | passes.texi | 125 @findex gimplify_expr 126 @findex lang_hooks.gimplify_expr 130 for this pass is @code{gimplify_expr}. Approximately everything 132 invoke the @code{lang_hooks.gimplify_expr} callback.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-lang.cc | 875 gimplify_expr (&TREE_OPERAND (*expr_p, 0), pre_p, post_p, in d_gimplify_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
H A D | stormy16.c | 1357 gimplify_expr (&size_tree, pre_p, NULL, is_gimple_val, fb_rvalue); in xstormy16_gimplify_va_arg_expr()
|