Home
last modified time | relevance | path

Searched refs:gimplify_build1 (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.c153 return gimplify_build1 (gsi, VIEW_CONVERT_EXPR, type, t); in tree_vec_extract()
162 return gimplify_build1 (gsi, code, inner_type, a); in do_unop()
261 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b); in do_negate()
419 t = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, type, t); in expand_vector_comparison()
685 cur_op = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, in expand_vector_divmod()
691 addend = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, in expand_vector_divmod()
993 a2 = gimplify_build1 (gsi, BIT_NOT_EXPR, type, a); in expand_vector_condition()
1017 a = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, atype, a); in expand_vector_condition()
1676 return gimplify_build1 (gsi, code, TREE_TYPE (type), a); in do_vec_conversion()
1689 return gimplify_build1 (gsi, code, outer_type, a); in do_vec_conversion()
[all …]
H A Dtree-vect-generic.cc206 return gimplify_build1 (gsi, code, inner_type, a); in do_unop()
307 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b); in do_negate()
519 t = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, type, t); in expand_vector_comparison()
785 cur_op = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, in expand_vector_divmod()
791 addend = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, in expand_vector_divmod()
1116 a2 = gimplify_build1 (gsi, BIT_NOT_EXPR, type, a); in expand_vector_condition()
1141 a = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, atype, a); in expand_vector_condition()
1824 return gimplify_build1 (gsi, code, TREE_TYPE (type), a); in do_vec_conversion()
1837 return gimplify_build1 (gsi, code, outer_type, a); in do_vec_conversion()
2089 ce.value = gimplify_build1 (gsi, code2, cretd_type, a); in expand_vector_conversion()
[all …]
H A Dtree-complex.c1122 rr = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
1133 rr = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
1190 tree cond_real = gimplify_build1 (&cond_bb_gsi, REALPART_EXPR, in expand_complex_multiplication()
1192 tree cond_imag = gimplify_build1 (&cond_bb_gsi, IMAGPART_EXPR, in expand_complex_multiplication()
1273 t1 = gimplify_build1 (gsi, ABS_EXPR, inner_type, br); in expand_complex_div_wide()
1274 t2 = gimplify_build1 (gsi, ABS_EXPR, inner_type, bi); in expand_complex_div_wide()
1437 ri = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ri); in expand_complex_division()
1458 ri = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ri); in expand_complex_division()
1506 rr = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ar); in expand_complex_negation()
1507 ri = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ai); in expand_complex_negation()
[all …]
H A Dtree-ssa-phiopt.c724 lhs = gimplify_build1 (&gsi, NOP_EXPR, type, lhs); in two_value_replacement()
731 new_rhs = gimplify_build1 (&gsi, NOP_EXPR, TREE_TYPE (arg0), new_rhs); in two_value_replacement()
H A Dtree-cfg.c9194 gimplify_build1 (gimple_stmt_iterator *gsi, enum tree_code code, tree type, in gimplify_build1() function
H A DChangeLog.tuples3897 (gimplify_build1, gimplify_build2, gimplify_build3): Use
4155 * tree-cfg.c (gimplify_build1): Tuplified.
H A DChangeLog-202116287 gimplify_build1 or gimplify_build2 instead of gimple_build_assign
28860 * tree-cfg.h (gimplify_build1): Remove.
28863 * tree-cfg.c (gimplify_build1): Move to tree-vect-generic.c.
28866 * tree-vect-generic.c (gimplify_build1): Move from tree-cfg.c.
H A DChangeLog-201819618 (gimplify_build1): Likewise.
H A DChangeLog-200422254 (gimplify_build1): Move from tree-complex.c do_unop.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c153 return gimplify_build1 (gsi, VIEW_CONVERT_EXPR, type, t); in tree_vec_extract()
162 return gimplify_build1 (gsi, code, inner_type, a); in do_unop()
261 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b); in do_negate()
419 t = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, type, t); in expand_vector_comparison()
685 cur_op = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, in expand_vector_divmod()
691 addend = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, in expand_vector_divmod()
993 a2 = gimplify_build1 (gsi, BIT_NOT_EXPR, type, a); in expand_vector_condition()
1017 a = gimplify_build1 (gsi, VIEW_CONVERT_EXPR, atype, a); in expand_vector_condition()
1676 return gimplify_build1 (gsi, code, TREE_TYPE (type), a); in do_vec_conversion()
1689 return gimplify_build1 (gsi, code, outer_type, a); in do_vec_conversion()
[all …]
H A Dtree-complex.c1122 rr = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
1133 rr = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
1190 tree cond_real = gimplify_build1 (&cond_bb_gsi, REALPART_EXPR, in expand_complex_multiplication()
1192 tree cond_imag = gimplify_build1 (&cond_bb_gsi, IMAGPART_EXPR, in expand_complex_multiplication()
1273 t1 = gimplify_build1 (gsi, ABS_EXPR, inner_type, br); in expand_complex_div_wide()
1274 t2 = gimplify_build1 (gsi, ABS_EXPR, inner_type, bi); in expand_complex_div_wide()
1437 ri = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ri); in expand_complex_division()
1458 ri = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ri); in expand_complex_division()
1506 rr = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ar); in expand_complex_negation()
1507 ri = gimplify_build1 (gsi, NEGATE_EXPR, inner_type, ai); in expand_complex_negation()
[all …]
H A Dtree-cfg.h102 extern tree gimplify_build1 (gimple_stmt_iterator *, enum tree_code,
H A Dtree-ssa-phiopt.c724 lhs = gimplify_build1 (&gsi, NOP_EXPR, type, lhs); in two_value_replacement()
731 new_rhs = gimplify_build1 (&gsi, NOP_EXPR, TREE_TYPE (arg0), new_rhs); in two_value_replacement()
H A Dtree-cfg.c9194 gimplify_build1 (gimple_stmt_iterator *gsi, enum tree_code code, tree type, in gimplify_build1() function