/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vec-perm-indices.c | 235 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 D | tree.c | 2561 && 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 D | tree-ssa-ccp.c | 496 (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 D | tree-streamer-out.c | 555 stream_write_tree (ob, VECTOR_CST_ENCODED_ELT (expr, i), ref_p); in write_ts_vector_tree_pointers()
|
H A D | tree-streamer-in.c | 668 VECTOR_CST_ENCODED_ELT (expr, i) = stream_read_tree (ib, data_in); in lto_input_ts_vector_tree_pointers()
|
H A D | print-tree.c | 821 print_node (file, buf, VECTOR_CST_ENCODED_ELT (node, i), in print_node()
|
H A D | lto-streamer-out.c | 934 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 D | ipa-icf.c | 1827 if (!sem_variable::equals (VECTOR_CST_ENCODED_ELT (t1, i), in equals() 1828 VECTOR_CST_ENCODED_ELT (t2, i))) in equals()
|
H A D | varasm.c | 3070 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 D | tree-loop-distribution.c | 1115 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
|
H A D | fold-const.c | 418 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 D | vec-perm-indices.cc | 293 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 D | tree.cc | 2830 && 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 D | tree-streamer-out.cc | 571 stream_write_tree_ref (ob, VECTOR_CST_ENCODED_ELT (expr, i)); in write_ts_vector_tree_pointers()
|
H A D | tree-streamer-in.cc | 676 VECTOR_CST_ENCODED_ELT (expr, i) = stream_read_tree_ref (ib, data_in); in lto_input_ts_vector_tree_pointers()
|
H A D | tree-ssa-ccp.cc | 497 (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 D | print-tree.cc | 831 print_node (file, buf, VECTOR_CST_ENCODED_ELT (node, i), in print_node()
|
H A D | lto-streamer-out.cc | 970 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 D | ipa-icf.cc | 1848 if (!sem_variable::equals (VECTOR_CST_ENCODED_ELT (t1, i), in equals() 1849 VECTOR_CST_ENCODED_ELT (t2, i))) in equals()
|
H A D | varasm.cc | 3152 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 D | fold-const.cc | 430 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 D | tree-loop-distribution.cc | 1125 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 D | svalue.cc | 344 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 D | lto-common.c | 1389 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 D | lto-common.cc | 1398 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()
|