HomeSort by: relevance | last modified time | path
    Searched refs:VECTOR_CST_ENCODED_ELT (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
vec-perm-indices.cc 293 if (!tree_fits_poly_int64_p (VECTOR_CST_ENCODED_ELT (cst, i)))
300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i)));
tree.cc 2834 && integer_zerop (VECTOR_CST_ENCODED_ELT (expr, 0)));
2858 && integer_onep (VECTOR_CST_ENCODED_ELT (expr, 0)));
2897 && integer_all_onesp (VECTOR_CST_ENCODED_ELT (expr, 0)));
3141 if (!real_zerop (VECTOR_CST_ENCODED_ELT (expr, i)))
3171 && real_onep (VECTOR_CST_ENCODED_ELT (expr, 0)));
3197 && real_minus_onep (VECTOR_CST_ENCODED_ELT (expr, 0)));
3222 if (real_maybe_zerop (VECTOR_CST_ENCODED_ELT (expr, i)))
10179 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, i));
10190 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, final_i));
10193 tree v1 = VECTOR_CST_ENCODED_ELT (t, final_i - npatterns)
    [all...]
print-tree.cc 832 print_node (file, buf, VECTOR_CST_ENCODED_ELT (node, i),
tree-streamer-in.cc 676 VECTOR_CST_ENCODED_ELT (expr, i) = stream_read_tree_ref (ib, data_in);
tree-streamer-out.cc 571 stream_write_tree_ref (ob, VECTOR_CST_ENCODED_ELT (expr, i));
tree-ssa-ccp.cc 497 (TREE_REAL_CST (VECTOR_CST_ENCODED_ELT (old_val.value, i)))
498 && !operand_equal_p (VECTOR_CST_ENCODED_ELT (old_val.value, i),
499 VECTOR_CST_ENCODED_ELT (new_val.value, i), 0))
ipa-icf.cc 1848 if (!sem_variable::equals (VECTOR_CST_ENCODED_ELT (t1, i),
1849 VECTOR_CST_ENCODED_ELT (t2, i)))
lto-streamer-out.cc 970 DFS_follow_tree_edge (VECTOR_CST_ENCODED_ELT (expr, i));
1403 visit (VECTOR_CST_ENCODED_ELT (t, i));
varasm.cc 3165 hi = hi * 563 + const_hash_1 (VECTOR_CST_ENCODED_ELT (exp, i));
3319 if (!compare_constant (VECTOR_CST_ENCODED_ELT (t1, i),
3320 VECTOR_CST_ENCODED_ELT (t2, i)))
fold-const.cc 433 if (!negate_expr_p (VECTOR_CST_ENCODED_ELT (t, i)))
3170 if (!operand_equal_p (VECTOR_CST_ENCODED_ELT (arg0, i),
3171 VECTOR_CST_ENCODED_ELT (arg1, i), flags))
3735 hash_operand (VECTOR_CST_ENCODED_ELT (t, i), hstate, flags);
13710 fold_checksum_tree (VECTOR_CST_ENCODED_ELT (expr, i), ctx, ht);
  /src/external/gpl3/gcc/dist/gcc/
vec-perm-indices.cc 293 if (!tree_fits_poly_int64_p (VECTOR_CST_ENCODED_ELT (cst, i)))
300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i)));
tree.cc 2873 && integer_zerop (VECTOR_CST_ENCODED_ELT (expr, 0)));
2897 && integer_onep (VECTOR_CST_ENCODED_ELT (expr, 0)));
2936 && integer_all_onesp (VECTOR_CST_ENCODED_ELT (expr, 0)));
3180 if (!real_zerop (VECTOR_CST_ENCODED_ELT (expr, i)))
3210 && real_onep (VECTOR_CST_ENCODED_ELT (expr, 0)));
3236 && real_minus_onep (VECTOR_CST_ENCODED_ELT (expr, 0)));
3261 if (real_maybe_zerop (VECTOR_CST_ENCODED_ELT (expr, i)))
10377 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, i));
10388 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, final_i));
10391 tree v1 = VECTOR_CST_ENCODED_ELT (t, final_i - npatterns)
    [all...]
print-tree.cc 842 print_node (file, buf, VECTOR_CST_ENCODED_ELT (node, i),
tree-streamer-in.cc 671 VECTOR_CST_ENCODED_ELT (expr, i) = stream_read_tree_ref (ib, data_in);
tree-streamer-out.cc 570 stream_write_tree_ref (ob, VECTOR_CST_ENCODED_ELT (expr, i));
tree-ssa-ccp.cc 499 (TREE_REAL_CST (VECTOR_CST_ENCODED_ELT (old_val.value, i)))
500 && !operand_equal_p (VECTOR_CST_ENCODED_ELT (old_val.value, i),
501 VECTOR_CST_ENCODED_ELT (new_val.value, i), 0))
ipa-icf.cc 1874 if (!sem_variable::equals (VECTOR_CST_ENCODED_ELT (t1, i),
1875 VECTOR_CST_ENCODED_ELT (t2, i)))
lto-streamer-out.cc 977 DFS_follow_tree_edge (VECTOR_CST_ENCODED_ELT (expr, i));
1409 visit (VECTOR_CST_ENCODED_ELT (t, i));
varasm.cc 3199 hi = hi * 563 + const_hash_1 (VECTOR_CST_ENCODED_ELT (exp, i));
3353 if (!compare_constant (VECTOR_CST_ENCODED_ELT (t1, i),
3354 VECTOR_CST_ENCODED_ELT (t2, i)))
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc 344 const_tree elt1 = VECTOR_CST_ENCODED_ELT (cst1, i);
345 const_tree elt2 = VECTOR_CST_ENCODED_ELT (cst2, i);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.cc 447 const_tree elt1 = VECTOR_CST_ENCODED_ELT (cst1, i);
448 const_tree elt2 = VECTOR_CST_ENCODED_ELT (cst2, i);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1398 compare_tree_edges (VECTOR_CST_ENCODED_ELT (t1, i),
1399 VECTOR_CST_ENCODED_ELT (t2, i));
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 1403 compare_tree_edges (VECTOR_CST_ENCODED_ELT (t1, i),
1404 VECTOR_CST_ENCODED_ELT (t2, i));
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 1321 && integer_zerop (VECTOR_CST_ENCODED_ELT (pred, 0)))
1350 if (!integer_zerop (VECTOR_CST_ENCODED_ELT (pred, j)))
aarch64-sve-builtins.cc 3416 tree first_el = VECTOR_CST_ENCODED_ELT (v, 0);
3431 && integer_nonzerop (VECTOR_CST_ENCODED_ELT (v, 0))

Completed in 127 milliseconds

1 2