Searched refs:fb_rvalue (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-gimple.h100 fb_rvalue = 1, enumerator in enum:fallback_t
103 fb_either= fb_rvalue | fb_lvalue
H A Dgimplify.c588 gimplify_expr (&val, pre_p, post_p, is_gimple_formal_tmp_rhs, fb_rvalue);
1368 is_gimple_val, fb_rvalue);
1769 is_gimple_formal_tmp_reg, fb_rvalue);
1788 is_gimple_formal_tmp_reg, fb_rvalue);
1810 is_gimple_formal_tmp_reg, fb_rvalue);
1844 is_gimple_formal_tmp_reg, fb_rvalue);
1851 is_gimple_val, fb_rvalue);
1854 is_gimple_val, fb_rvalue);
1870 if ((fallback & fb_rvalue) && TREE_CODE (*expr_p) == COMPONENT_REF)
1940 ret = gimplify_expr (&lhs, pre_p, post_p, is_gimple_val, fb_rvalue);
[all...]
H A Domp-low.c4250 gs = gimplify_expr (tp, &pre, NULL, is_gimple_val, fb_rvalue);
4252 gs = gimplify_expr (tp, &pre, NULL, is_gimple_formal_tmp_var, fb_rvalue);
H A Dbuiltins.c4301 gimplify_expr (&rounded_size, pre_p, post_p, is_gimple_val, fb_rvalue);
4436 gimplify_expr (&valist, pre_p, post_p, is_gimple_val, fb_rvalue);
/freebsd-10.2-release/contrib/gcc/config/s390/
H A Ds390.c8128 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue);
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsparc.c5680 gimplify_expr (&incr, pre_p, post_p, is_gimple_val, fb_rvalue);
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.c4854 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue);
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Drs6000.c6089 gimplify_expr (&t, pre_p, NULL, is_gimple_val, fb_rvalue);

Completed in 285 milliseconds