| /freebsd-9-stable/contrib/gcc/ |
| D | tree-gimple.c | 81 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()
|
| D | gimplify.c | 1367 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 …]
|
| D | tree-ssa-propagate.c | 576 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()
|
| D | tree-ssa-ccp.c | 2288 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()
|
| D | tree-ssa-forwprop.c | 248 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()
|
| D | tree-gimple.h | 69 extern bool is_gimple_val (tree);
|
| D | tree-ssa-phiopt.c | 494 && !is_gimple_val (TREE_OPERAND (cond1, 0))) in conditional_replacement() 503 && !is_gimple_val (TREE_OPERAND (cond, 0))) in conditional_replacement()
|
| D | omp-low.c | 2819 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()
|
| D | tree-inline.c | 714 && !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()
|
| D | tree-cfg.c | 3048 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()
|
| D | tree-ssa-loop-ivopts.c | 1671 && 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()
|
| D | tree-nested.c | 403 if (is_gimple_val (exp)) in tsi_gimplify_val()
|
| D | tree-vrp.c | 2106 if (is_gimple_val (new_min) in extract_range_from_unary_expr() 2107 && is_gimple_val (new_max) in extract_range_from_unary_expr()
|
| D | tree-ssa-structalias.c | 3175 && !is_gimple_val (TREE_OPERAND (stmt, 1))) in update_alias_info()
|
| D | builtins.c | 4300 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()
|
| D | ChangeLog.tree-ssa | 7272 (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.
|
| D | ChangeLog-2005 | 11985 * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
|
| D | ChangeLog-2004 | 18638 Use is_gimple_val for VECTOR. Simplify return value.
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | tree-ssa.texi | 198 GIMPLE rvalue (@code{is_gimple_val}), i.e.@: a constant or a register
|
| /freebsd-9-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 5668 gimplify_expr (&incr, pre_p, post_p, is_gimple_val, fb_rvalue); in sparc_gimplify_va_arg()
|
| /freebsd-9-stable/contrib/gcc/config/s390/ |
| D | s390.c | 8127 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue); in s390_gimplify_va_arg()
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386.c | 4831 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue); in ix86_gimplify_va_arg()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 6073 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue); in rs6000_gimplify_va_arg()
|