Home
last modified time | relevance | path

Searched refs:VECTOR_CST_ENCODED_ELT (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec-perm-indices.c235 if (!tree_fits_poly_int64_p (VECTOR_CST_ENCODED_ELT (cst, i))) in tree_to_vec_perm_builder()
242 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
H A Dtree.c2561 && integer_zerop (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_zerop()
2585 && integer_onep (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_onep()
2624 && integer_all_onesp (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_all_onesp()
2868 if (!real_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_zerop()
2898 && real_onep (VECTOR_CST_ENCODED_ELT (expr, 0))); in real_onep()
2924 && real_minus_onep (VECTOR_CST_ENCODED_ELT (expr, 0))); in real_minus_onep()
2949 if (real_maybe_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_maybe_zerop()
11020 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, i)); in vector_cst_int_elt()
11031 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, final_i)); in vector_cst_int_elt()
11034 tree v1 = VECTOR_CST_ENCODED_ELT (t, final_i - npatterns); in vector_cst_int_elt()
[all …]
H A Dtree-ssa-ccp.c496 (TREE_REAL_CST (VECTOR_CST_ENCODED_ELT (old_val.value, i))) in valid_lattice_transition()
497 && !operand_equal_p (VECTOR_CST_ENCODED_ELT (old_val.value, i), in valid_lattice_transition()
498 VECTOR_CST_ENCODED_ELT (new_val.value, i), 0)) in valid_lattice_transition()
H A Dtree-streamer-out.c555 stream_write_tree (ob, VECTOR_CST_ENCODED_ELT (expr, i), ref_p); in write_ts_vector_tree_pointers()
H A Dtree-streamer-in.c668 VECTOR_CST_ENCODED_ELT (expr, i) = stream_read_tree (ib, data_in); in lto_input_ts_vector_tree_pointers()
H A Dprint-tree.c821 print_node (file, buf, VECTOR_CST_ENCODED_ELT (node, i), in print_node()
H A Dlto-streamer-out.c934 DFS_follow_tree_edge (VECTOR_CST_ENCODED_ELT (expr, i)); in DFS_write_tree_body()
1364 visit (VECTOR_CST_ENCODED_ELT (t, i)); in hash_tree()
H A Dipa-icf.c1827 if (!sem_variable::equals (VECTOR_CST_ENCODED_ELT (t1, i), in equals()
1828 VECTOR_CST_ENCODED_ELT (t2, i))) in equals()
H A Dvarasm.c3070 hi = hi * 563 + const_hash_1 (VECTOR_CST_ENCODED_ELT (exp, i)); in const_hash_1()
3224 if (!compare_constant (VECTOR_CST_ENCODED_ELT (t1, i), in compare_constant()
3225 VECTOR_CST_ENCODED_ELT (t2, i))) in compare_constant()
H A Dtree-loop-distribution.c1115 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
H A Dfold-const.c418 if (!negate_expr_p (VECTOR_CST_ENCODED_ELT (t, i))) in negate_expr_p()
3145 if (!operand_equal_p (VECTOR_CST_ENCODED_ELT (arg0, i), in operand_equal_p()
3146 VECTOR_CST_ENCODED_ELT (arg1, i), flags)) in operand_equal_p()
3665 hash_operand (VECTOR_CST_ENCODED_ELT (t, i), hstate, flags); in hash_operand()
13081 fold_checksum_tree (VECTOR_CST_ENCODED_ELT (expr, i), ctx, ht); in fold_checksum_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec-perm-indices.cc293 if (!tree_fits_poly_int64_p (VECTOR_CST_ENCODED_ELT (cst, i))) in tree_to_vec_perm_builder()
300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
H A Dtree.cc2830 && integer_zerop (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_zerop()
2854 && integer_onep (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_onep()
2893 && integer_all_onesp (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_all_onesp()
3137 if (!real_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_zerop()
3167 && real_onep (VECTOR_CST_ENCODED_ELT (expr, 0))); in real_onep()
3193 && real_minus_onep (VECTOR_CST_ENCODED_ELT (expr, 0))); in real_minus_onep()
3218 if (real_maybe_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_maybe_zerop()
10140 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, i)); in vector_cst_int_elt()
10151 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, final_i)); in vector_cst_int_elt()
10154 tree v1 = VECTOR_CST_ENCODED_ELT (t, final_i - npatterns); in vector_cst_int_elt()
[all …]
H A Dtree-streamer-out.cc571 stream_write_tree_ref (ob, VECTOR_CST_ENCODED_ELT (expr, i)); in write_ts_vector_tree_pointers()
H A Dtree-streamer-in.cc676 VECTOR_CST_ENCODED_ELT (expr, i) = stream_read_tree_ref (ib, data_in); in lto_input_ts_vector_tree_pointers()
H A Dtree-ssa-ccp.cc497 (TREE_REAL_CST (VECTOR_CST_ENCODED_ELT (old_val.value, i))) in valid_lattice_transition()
498 && !operand_equal_p (VECTOR_CST_ENCODED_ELT (old_val.value, i), in valid_lattice_transition()
499 VECTOR_CST_ENCODED_ELT (new_val.value, i), 0)) in valid_lattice_transition()
H A Dprint-tree.cc831 print_node (file, buf, VECTOR_CST_ENCODED_ELT (node, i), in print_node()
H A Dlto-streamer-out.cc970 DFS_follow_tree_edge (VECTOR_CST_ENCODED_ELT (expr, i)); in DFS_write_tree_body()
1403 visit (VECTOR_CST_ENCODED_ELT (t, i)); in hash_tree()
H A Dipa-icf.cc1848 if (!sem_variable::equals (VECTOR_CST_ENCODED_ELT (t1, i), in equals()
1849 VECTOR_CST_ENCODED_ELT (t2, i))) in equals()
H A Dvarasm.cc3152 hi = hi * 563 + const_hash_1 (VECTOR_CST_ENCODED_ELT (exp, i)); in const_hash_1()
3306 if (!compare_constant (VECTOR_CST_ENCODED_ELT (t1, i), in compare_constant()
3307 VECTOR_CST_ENCODED_ELT (t2, i))) in compare_constant()
H A Dfold-const.cc430 if (!negate_expr_p (VECTOR_CST_ENCODED_ELT (t, i))) in negate_expr_p()
3160 if (!operand_equal_p (VECTOR_CST_ENCODED_ELT (arg0, i), in operand_equal_p()
3161 VECTOR_CST_ENCODED_ELT (arg1, i), flags)) in operand_equal_p()
3725 hash_operand (VECTOR_CST_ENCODED_ELT (t, i), hstate, flags); in hash_operand()
13679 fold_checksum_tree (VECTOR_CST_ENCODED_ELT (expr, i), ctx, ht); in fold_checksum_tree()
H A Dtree-loop-distribution.cc1125 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc344 const_tree elt1 = VECTOR_CST_ENCODED_ELT (cst1, i); in cmp_csts_same_type()
345 const_tree elt2 = VECTOR_CST_ENCODED_ELT (cst2, i); in cmp_csts_same_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c1389 compare_tree_edges (VECTOR_CST_ENCODED_ELT (t1, i), in compare_tree_sccs_1()
1390 VECTOR_CST_ENCODED_ELT (t2, i)); in compare_tree_sccs_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc1398 compare_tree_edges (VECTOR_CST_ENCODED_ELT (t1, i), in compare_tree_sccs_1()
1399 VECTOR_CST_ENCODED_ELT (t2, i)); in compare_tree_sccs_1()

12