Home
last modified time | relevance | path

Searched refs:simple_cst_equal (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dstmt.cc490 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
501 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
504 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
515 if (simple_cst_equal (i_name, TREE_PURPOSE (j))) in check_unique_operand_names()
518 if (simple_cst_equal (i_name, TREE_PURPOSE (TREE_PURPOSE (j)))) in check_unique_operand_names()
Dattribs.cc904 if (simple_cst_equal (TREE_VALUE (a), args) == 1) in decl_attributes()
1334 if (simple_cst_equal (TREE_VALUE (l1), TREE_VALUE (l2)) != 1) in simple_cst_list_equal()
1359 if (simple_cst_equal (OMP_CLAUSE_DECL (cl1), in omp_declare_simd_clauses_equal()
1366 if (simple_cst_equal (OMP_CLAUSE_ALIGNED_ALIGNMENT (cl1), in omp_declare_simd_clauses_equal()
1371 if (simple_cst_equal (OMP_CLAUSE_LINEAR_STEP (cl1), in omp_declare_simd_clauses_equal()
1376 if (simple_cst_equal (OMP_CLAUSE_SIMDLEN_EXPR (cl1), in omp_declare_simd_clauses_equal()
1424 return (simple_cst_equal (TREE_VALUE (attr1), TREE_VALUE (attr2)) == 1); in attribute_value_equal()
1551 if (simple_cst_equal (TREE_VALUE (ok_attr), TREE_VALUE (attr)) == 1) in restrict_type_identity_attributes_to()
Dstor-layout.cc583 if (simple_cst_equal (size, elem_size)) in mode_for_array()
1498 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))) in place_field()
1596 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)) in place_field()
1781 && simple_cst_equal (unpadded_size, TYPE_SIZE (rli->t)) == 0 in finalize_record_size()
1800 if (simple_cst_equal (unpacked_size, TYPE_SIZE (rli->t))) in finalize_record_size()
Domp-general.cc1672 if (!simple_cst_equal (data[0].simdlen, data[1].simdlen)) in omp_construct_simd_compare()
1702 if (!simple_cst_equal (OMP_CLAUSE_LINEAR_STEP (c1), in omp_construct_simd_compare()
1716 if (!simple_cst_equal (OMP_CLAUSE_ALIGNED_ALIGNMENT (c1), in omp_construct_simd_compare()
1755 if (simple_cst_equal (TREE_VALUE (t1), TREE_VALUE (t2))) in omp_context_selector_props_compare()
1761 if (!simple_cst_equal (TREE_VALUE (t1), TREE_VALUE (t2))) in omp_context_selector_props_compare()
Dtree.cc4242 if (simple_cst_equal (iter, exp) == 1) in push_without_duplicates()
6251 && ! (1 == simple_cst_equal (TREE_PURPOSE (t1), TREE_PURPOSE (t2)) in type_list_equal()
6477 simple_cst_equal (const_tree t1, const_tree t2) in simple_cst_equal() function
6494 return simple_cst_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0)); in simple_cst_equal()
6504 return simple_cst_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0)); in simple_cst_equal()
6506 return simple_cst_equal (TREE_OPERAND (t1, 0), t2); in simple_cst_equal()
6511 return simple_cst_equal (t1, TREE_OPERAND (t2, 0)); in simple_cst_equal()
6543 if (!simple_cst_equal ((*v1)[idx].value, (*v2)[idx].value)) in simple_cst_equal()
6549 return simple_cst_equal (TREE_OPERAND (t1, 0), TREE_OPERAND (t2, 0)); in simple_cst_equal()
6552 cmp = simple_cst_equal (CALL_EXPR_FN (t1), CALL_EXPR_FN (t2)); in simple_cst_equal()
[all …]
Dvalue-prof.cc847 if (simple_cst_equal (gimple_assign_rhs2 (stmt), value) != 1 in gimple_divmod_fixed_value_transform()
997 if (simple_cst_equal (gimple_assign_rhs2 (stmt), value) != 1 in gimple_mod_pow2_value_transform()
Dtree-vrp.cc1655 && simple_cst_equal (fold_build2 (RSHIFT_EXPR, in register_edge_assert_for_2()
Dexpr.cc6370 if (simple_cst_equal (TYPE_SIZE (TREE_TYPE (f)), in count_type_elements()
6604 return simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (last_type)) == 1; in complete_ctor_at_level_p()
Dtree.h5375 extern int simple_cst_equal (const_tree, const_tree);
DFSFChangeLog.106426 * tree.c (simple_cst_equal): Likewise.
7038 * tree.c (type_list_equal): Call simple_cst_equal before checking
7078 Check for simple_cst_equal return value of -1.
7294 * tree.c (simple_cst_equal): Don't look at language-specific
Dgimple-fold.cc1832 else if (simple_cst_equal (val, pdata->maxlen) != 1) in get_range_strlen_tree()
DChangeLog-19971218 * tree.c (simple_cst_equal): Don't consider -0.0 to have the
Dgimplify.cc4939 if (simple_cst_equal (lower, upper)) in gimplify_init_ctor_eval()
Dfold-const.cc6670 && simple_cst_equal (const_binop (BIT_AND_EXPR, result, l_const), in fold_truth_andor_1()
DChangeLog-200712112 (simple_cst_equal): Support FIXED_CST.
13392 simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
13401 validate_arglist, simple_cst_equal, type_list_equal,
28400 (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
DFSFChangeLog.11886 * tree.c (simple_cst_equal): Likewise.
3844 (simple_cst_equal): Likewise.
DChangeLog-19987637 * tree.c (simple_cst_equal): Likewise.
8226 * tree.c (simple_cst_equal, case CONSTRUCTOR): OK if the elts are
DChangeLog.tree-ssa16697 * tree.c (simple_cst_equal): Call simple_cst_list_equal to compare
17034 (make_for_stmt_edges): Call simple_cst_equal to determine infinite
DChangeLog-200115772 (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
15773 operand while calling simple_cst_equal.
27325 * tree.c (simple_cst_equal): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-19951493 * typeck.c (commonparms): Don't abort if simple_cst_equal returns < 0.
1552 * decl.c (duplicate_decls): Check simple_cst_equal result against 0.
2746 permanent_obstack. Also use simple_cst_equal to compare them when
Dtree.cc4723 || simple_cst_equal (DECL_SIZE (field), TYPE_SIZE (t)) != 1) in type_has_unique_obj_representations()
Dtypeck.cc226 if (simple_cst_equal (TREE_PURPOSE (p1), TREE_PURPOSE (p2)) != 1) in commonparms()
DChangeLog-19962158 * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
Ddecl.cc2059 if (simple_cst_equal (TREE_PURPOSE (t1), in duplicate_decls()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc8666 return (simple_cst_equal (TYPE_SIZE (type1), TYPE_SIZE (type2)) in objc_types_share_size_and_alignment()

12