Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-gimple.c81 return is_gimple_lvalue (t) || is_gimple_val (t); in is_gimple_formal_tmp_rhs()
121 return is_gimple_val (t); in is_gimple_mem_rhs()
156 return (is_gimple_val (t) || COMPARISON_CLASS_P (t)); in is_gimple_condexpr()
369 is_gimple_val (tree t) in is_gimple_val() function
393 return is_gimple_val (t); in is_gimple_asm_val()
424 || is_gimple_val (t)); in is_gimple_call_addr()
Dgimplify.c1367 is_gimple_val, fb_rvalue); in gimplify_switch_expr()
1850 is_gimple_val, fb_rvalue); in gimplify_compound_lval()
1853 is_gimple_val, fb_rvalue); in gimplify_compound_lval()
1939 ret = gimplify_expr (&lhs, pre_p, post_p, is_gimple_val, fb_rvalue); in gimplify_self_mod_expr()
2001 test = is_gimple_val, fb = fb_rvalue; in gimplify_arg()
3191 is_gimple_val, fb_rvalue); in gimplify_init_constructor()
4761 is_gimple_val, fb_rvalue); in gimplify_scan_omp_clauses()
4974 NULL, is_gimple_val, fb_rvalue); in gimplify_omp_for()
4981 NULL, is_gimple_val, fb_rvalue); in gimplify_omp_for()
5020 NULL, is_gimple_val, fb_rvalue); in gimplify_omp_for()
[all …]
Dtree-ssa-propagate.c576 if (!is_gimple_val (TREE_OPERAND (expr, 0)) in set_rhs()
577 || !is_gimple_val (TREE_OPERAND (expr, 1))) in set_rhs()
582 if (!is_gimple_val (TREE_OPERAND (expr, 0))) in set_rhs()
588 && !is_gimple_val (TREE_OPERAND (TREE_OPERAND (expr, 0), 1))) in set_rhs()
Dtree-ssa-ccp.c2288 if (is_gimple_val (new) in ccp_fold_builtin()
2290 && is_gimple_val (TREE_OPERAND (new, 0)))) in ccp_fold_builtin()
2296 if (val[1] && is_gimple_val (val[1])) in ccp_fold_builtin()
2301 if (val[1] && is_gimple_val (val[1])) in ccp_fold_builtin()
2321 if (val[2] && is_gimple_val (val[2])) in ccp_fold_builtin()
2328 if (val[1] && is_gimple_val (val[1])) in ccp_fold_builtin()
2334 if (val[2] && is_gimple_val (val[2])) in ccp_fold_builtin()
2340 if (val[1] && is_gimple_val (val[1])) in ccp_fold_builtin()
Dtree-ssa-forwprop.c248 if (!is_gimple_val (t)) in forward_propagate_into_cond_1()
485 if (is_gimple_val (new) && tree_int_cst_equal (new, op1)) in find_equivalent_equality_comparison()
933 gcc_assert (is_gimple_val (def)); in simplify_switch_expr()
Dtree-gimple.h69 extern bool is_gimple_val (tree);
Dtree-ssa-phiopt.c494 && !is_gimple_val (TREE_OPERAND (cond1, 0))) in conditional_replacement()
503 && !is_gimple_val (TREE_OPERAND (cond, 0))) in conditional_replacement()
Domp-low.c2819 if (!is_gimple_val (fd->n1)) in expand_omp_for_static_nochunk()
2823 if (!is_gimple_val (fd->n2)) in expand_omp_for_static_nochunk()
2827 if (!is_gimple_val (fd->step)) in expand_omp_for_static_nochunk()
2836 if (is_gimple_val (t)) in expand_omp_for_static_nochunk()
2996 if (!is_gimple_val (fd->n1)) in expand_omp_for_static_chunk()
3000 if (!is_gimple_val (fd->n2)) in expand_omp_for_static_chunk()
3004 if (!is_gimple_val (fd->step)) in expand_omp_for_static_chunk()
3008 if (!is_gimple_val (fd->chunk_size)) in expand_omp_for_static_chunk()
3017 if (is_gimple_val (t)) in expand_omp_for_static_chunk()
4248 gs = gimplify_expr (tp, &pre, NULL, is_gimple_val, fb_rvalue); in lower_regimplify()
Dtree-inline.c714 && !is_gimple_val (TREE_OPERAND (TREE_OPERAND (stmt, 1), 0))) in copy_bb()
1106 if (!is_gimple_val (rhs) in setup_one_parameter()
1108 || !is_gimple_val (TREE_OPERAND (rhs, 0)))) in setup_one_parameter()
Dtree-cfg.c3048 if (op && !is_gimple_val (op)) in tree_find_edge_insert_loc()
3248 do { if (!is_gimple_val (TREE_OPERAND (t, N))) \ in verify_expr()
3616 && !is_gimple_val (t)) in verify_stmts()
5676 if (is_gimple_val (exp)) in gimplify_val()
Dtree-ssa-loop-ivopts.c1671 && is_gimple_val (rhs)) in find_interesting_uses_stmt()
3641 if (is_gimple_val (op0)) in force_expr_to_var_cost()
3646 if (is_gimple_val (op1)) in force_expr_to_var_cost()
Dtree-nested.c403 if (is_gimple_val (exp)) in tsi_gimplify_val()
Dtree-vrp.c2106 if (is_gimple_val (new_min) in extract_range_from_unary_expr()
2107 && is_gimple_val (new_max) in extract_range_from_unary_expr()
Dtree-ssa-structalias.c3175 && !is_gimple_val (TREE_OPERAND (stmt, 1))) in update_alias_info()
Dbuiltins.c4300 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue); in std_gimplify_va_arg_expr()
4435 gimplify_expr (&valist, pre_p, post_p, is_gimple_val, fb_rvalue); in gimplify_va_arg_expr()
DChangeLog.tree-ssa7272 (is_gimple_val): Remove ADDR_EXPR checks.
7841 (is_gimple_val): Add FILTER_EXPR.
7913 * tree-simple.c (is_gimple_val): Allow addresses of all decls.
8422 * tree-simple.c (is_gimple_val): Prevent ADDR_EXPRs of vla's from
8432 * tree-simple.c (is_gimple_val): Also disallow memory vars.
8538 (is_gimple_val): Accept EXC_PTR_EXPR here.
10155 (is_gimple_val): Don't allow volatiles.
DChangeLog-200511985 * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
DChangeLog-200418638 Use is_gimple_val for VECTOR. Simplify return value.
/freebsd-9-stable/contrib/gcc/doc/
Dtree-ssa.texi198 GIMPLE rvalue (@code{is_gimple_val}), i.e.@: a constant or a register
/freebsd-9-stable/contrib/gcc/config/sparc/
Dsparc.c5668 gimplify_expr (&incr, pre_p, post_p, is_gimple_val, fb_rvalue); in sparc_gimplify_va_arg()
/freebsd-9-stable/contrib/gcc/config/s390/
Ds390.c8127 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue); in s390_gimplify_va_arg()
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c4831 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue); in ix86_gimplify_va_arg()
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c6073 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue); in rs6000_gimplify_va_arg()