Home
last modified time | relevance | path

Searched refs:VECTOR_CST_ELT (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c638 tree res = VECTOR_CST_ELT (arg, 0); in fold_const_reduction()
641 res = const_binop (code, type, res, VECTOR_CST_ELT (arg, i)); in fold_const_reduction()
682 VECTOR_CST_ELT (arg, i)); in fold_const_vec_convert()
1344 arg0 = const_binop (code, type, arg0, VECTOR_CST_ELT (arg1, i)); in fold_const_fold_left()
H A Dfold-const.c577 tree elt = fold_negate_expr (loc, VECTOR_CST_ELT (t, i)); in fold_negate_expr_1()
1560 tree elem1 = VECTOR_CST_ELT (arg1, i); in const_binop()
1561 tree elem2 = VECTOR_CST_ELT (arg2, i); in const_binop()
1587 tree elem1 = VECTOR_CST_ELT (arg1, i); in const_binop()
1661 ? VECTOR_CST_ELT (arg1, i) in const_binop()
1662 : VECTOR_CST_ELT (arg2, i - in_nelts)); in const_binop()
1706 VECTOR_CST_ELT (arg1, in)); in const_binop()
1708 VECTOR_CST_ELT (arg2, in)); in const_binop()
1812 elem = VECTOR_CST_ELT (arg0, i); in const_unop()
1874 VECTOR_CST_ELT (arg0, i + offset)); in const_unop()
[all …]
H A Dtree-vect-generic.c513 tree cst = VECTOR_CST_ELT (op1, i); in expand_vector_divmod()
565 tree cst2 = VECTOR_CST_ELT (op1, j); in expand_vector_divmod()
914 tree elem1 = VECTOR_CST_ELT (op1, i); in expand_vector_divmod()
1325 return VECTOR_CST_ELT (vect, index); in vector_element()
H A Dtree-ssa-forwprop.c2060 idx = TREE_INT_CST_LOW (VECTOR_CST_ELT (m, idx)); in simplify_bitfield_ref()
2103 tree val = VECTOR_CST_ELT (mask, i); in is_combined_permutation_identity()
H A Dexpr.c6162 tree v = VECTOR_CST_ELT (value, i); in categorize_ctor_elements_1()
10272 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, VECTOR_CST_ELT (exp, i)); in expand_expr_real_1()
12505 tree elt = VECTOR_CST_ELT (exp, i); in const_vector_mask_from_tree()
12531 elt = VECTOR_CST_ELT (exp, i); in const_scalar_mask_from_tree()
12561 tree elt = VECTOR_CST_ELT (exp, i); in const_vector_from_tree()
H A Dhsa-brig.c971 tree v = VECTOR_CST_ELT (m_tree_value, i); in emit_to_buffer()
H A Dvarasm.c5054 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align, in output_constant()
5061 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign, in output_constant()
H A Dtree-pretty-print.c2094 dump_generic_node (pp, VECTOR_CST_ELT (node, i), in dump_generic_node()
H A Dcfgexpand.c5081 op1 = expand_debug_expr (VECTOR_CST_ELT (exp, i)); in expand_debug_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc636 tree res = VECTOR_CST_ELT (arg, 0); in fold_const_reduction()
639 res = const_binop (code, type, res, VECTOR_CST_ELT (arg, i)); in fold_const_reduction()
680 VECTOR_CST_ELT (arg, i)); in fold_const_vec_convert()
1346 arg0 = const_binop (code, type, arg0, VECTOR_CST_ELT (arg1, i)); in fold_const_fold_left()
H A Dfold-const.cc589 tree elt = fold_negate_expr (loc, VECTOR_CST_ELT (t, i)); in fold_negate_expr_1()
1565 tree elem1 = VECTOR_CST_ELT (arg1, i); in const_binop()
1566 tree elem2 = VECTOR_CST_ELT (arg2, i); in const_binop()
1592 tree elem1 = VECTOR_CST_ELT (arg1, i); in const_binop()
1666 ? VECTOR_CST_ELT (arg1, i) in const_binop()
1667 : VECTOR_CST_ELT (arg2, i - in_nelts)); in const_binop()
1711 VECTOR_CST_ELT (arg1, in)); in const_binop()
1713 VECTOR_CST_ELT (arg2, in)); in const_binop()
1817 elem = VECTOR_CST_ELT (arg0, i); in const_unop()
1879 VECTOR_CST_ELT (arg0, i + offset)); in const_unop()
[all …]
H A Dtree-vect-generic.cc613 tree cst = VECTOR_CST_ELT (op1, i); in expand_vector_divmod()
665 tree cst2 = VECTOR_CST_ELT (op1, j); in expand_vector_divmod()
1016 tree elem1 = VECTOR_CST_ELT (op1, i); in expand_vector_divmod()
1472 return VECTOR_CST_ELT (vect, index); in vector_element()
H A Dtree-ssa-forwprop.cc2469 idx = TREE_INT_CST_LOW (VECTOR_CST_ELT (m, idx)); in simplify_bitfield_ref()
2512 tree val = VECTOR_CST_ELT (mask, i); in is_combined_permutation_identity()
H A Dexpr.cc6510 tree v = VECTOR_CST_ELT (value, i); in categorize_ctor_elements_1()
10721 CONSTRUCTOR_APPEND_ELT (v, NULL_TREE, VECTOR_CST_ELT (exp, i)); in expand_expr_real_1()
12985 tree elt = VECTOR_CST_ELT (exp, i); in const_vector_mask_from_tree()
13017 tree elt = VECTOR_CST_ELT (exp, i); in const_vector_from_tree()
H A Dvarasm.cc5316 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align, in output_constant()
5323 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign, in output_constant()
H A Dtree-pretty-print.cc2251 dump_generic_node (pp, VECTOR_CST_ELT (node, i), in dump_generic_node()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c11917 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)), in sparc_handle_vis_mul8x16()
11918 TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, i))); in sparc_handle_vis_mul8x16()
11924 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 0)); in sparc_handle_vis_mul8x16()
11929 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)), in sparc_handle_vis_mul8x16()
11936 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 1)); in sparc_handle_vis_mul8x16()
11941 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)), in sparc_handle_vis_mul8x16()
11999 = TREE_INT_CST_LOW (VECTOR_CST_ELT (arg0, i)); in sparc_fold_builtin()
12035 n_elts.quick_push (VECTOR_CST_ELT (arg0, i)); in sparc_fold_builtin()
12036 n_elts.quick_push (VECTOR_CST_ELT (arg1, i)); in sparc_fold_builtin()
12068 tree e0 = VECTOR_CST_ELT (arg0, i); in sparc_fold_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc11879 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)), in sparc_handle_vis_mul8x16()
11880 TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, i))); in sparc_handle_vis_mul8x16()
11886 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 0)); in sparc_handle_vis_mul8x16()
11891 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)), in sparc_handle_vis_mul8x16()
11898 scale = TREE_INT_CST_LOW (VECTOR_CST_ELT (cst1, 1)); in sparc_handle_vis_mul8x16()
11903 = sparc_vis_mul8x16 (TREE_INT_CST_LOW (VECTOR_CST_ELT (cst0, i)), in sparc_handle_vis_mul8x16()
11961 = TREE_INT_CST_LOW (VECTOR_CST_ELT (arg0, i)); in sparc_fold_builtin()
11997 n_elts.quick_push (VECTOR_CST_ELT (arg0, i)); in sparc_fold_builtin()
11998 n_elts.quick_push (VECTOR_CST_ELT (arg1, i)); in sparc_fold_builtin()
12030 tree e0 = VECTOR_CST_ELT (arg0, i); in sparc_fold_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc395 = d_eval_constant_expression (loc, VECTOR_CST_ELT (cst, i)); in d_eval_constant_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc382 = d_eval_constant_expression (VECTOR_CST_ELT (cst, i)); in d_eval_constant_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c1411 pp->expression (VECTOR_CST_ELT (e, i)); in pp_c_initializer_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc1508 pp->expression (VECTOR_CST_ELT (e, i)); in pp_c_initializer_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c17305 tree e = VECTOR_CST_ELT (args[0], i); in ix86_fold_builtin()
17537 tree elt = VECTOR_CST_ELT (args[0], i); in ix86_fold_builtin()
17545 countt = VECTOR_CST_ELT (args[1], i); in ix86_fold_builtin()
17573 elt = VECTOR_CST_ELT (args[n_args - 2], i); in ix86_fold_builtin()
17879 tree elt = VECTOR_CST_ELT (arg1, i); in ix86_gimple_fold_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc2114 splat = VECTOR_CST_ELT (arg0, TREE_INT_CST_LOW (arg1)); in rs6000_gimple_fold_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc17991 tree e = VECTOR_CST_ELT (args[0], i); in ix86_fold_builtin()
18223 tree elt = VECTOR_CST_ELT (args[0], i); in ix86_fold_builtin()
18231 countt = VECTOR_CST_ELT (args[1], i); in ix86_fold_builtin()
18259 elt = VECTOR_CST_ELT (args[n_args - 2], i); in ix86_fold_builtin()
18661 tree elt = VECTOR_CST_ELT (arg1, i); in ix86_gimple_fold_builtin()

12