/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-scopedtables.cc | 378 inchash::add_expr (t1, one); in add_expr_commutative() 379 inchash::add_expr (t2, two); in add_expr_commutative() 395 inchash::add_expr (expr->ops.single.rhs, hstate); in add_hashable_expr() 409 inchash::add_expr (expr->ops.unary.opnd, hstate); in add_hashable_expr() 419 inchash::add_expr (expr->ops.binary.opnd0, hstate); in add_hashable_expr() 420 inchash::add_expr (expr->ops.binary.opnd1, hstate); in add_hashable_expr() 431 inchash::add_expr (expr->ops.ternary.opnd0, hstate); in add_hashable_expr() 432 inchash::add_expr (expr->ops.ternary.opnd1, hstate); in add_hashable_expr() 434 inchash::add_expr (expr->ops.ternary.opnd2, hstate); in add_hashable_expr() 448 inchash::add_expr (gimple_call_fn (fn_from), hstate); in add_hashable_expr() [all …]
|
H A D | gcc-rich-location.cc | 45 gcc_rich_location::add_expr (tree expr, range_label *label) in add_expr() function in gcc_rich_location 60 add_expr (t, label); in maybe_add_expr()
|
H A D | gcc-rich-location.h | 40 add_expr (tree expr, range_label *label);
|
H A D | sanopt.cc | 112 inchash::add_expr (ref.t1, hstate); in hash() 113 inchash::add_expr (ref.t2, hstate); in hash() 114 inchash::add_expr (ref.t3, hstate); in hash() 171 inchash::add_expr (ref.ptr, hstate); in hash()
|
H A D | tree-ssa-sccvn.h | 184 inchash::add_expr (constant, hstate); in vn_hash_constant_with_type()
|
H A D | tree-ssa-tail-merge.cc | 491 inchash::add_expr (gimple_call_fn (stmt), hstate); in same_succ_hash() 493 inchash::add_expr (gimple_call_chain (stmt), hstate); in same_succ_hash() 499 inchash::add_expr (arg, hstate); in same_succ_hash()
|
H A D | ipa-icf-gimple.cc | 277 inchash::add_expr (DECL_FIELD_OFFSET (arg), hstate, flags); in hash_operand() 278 inchash::add_expr (DECL_FIELD_BIT_OFFSET (arg), hstate, flags); in hash_operand()
|
H A D | graphite.cc | 260 inchash::add_expr (key.expr, hstate); in cached_scalar_evolution_in_region()
|
H A D | tree-vectorizer.h | 323 inchash::add_expr (v.op0, h, 0); 324 inchash::add_expr (v.op1, h, 0);
|
H A D | gimple-ssa-strength-reduction.cc | 1972 tree add_expr, mem_ref, acc_type = TREE_TYPE (*expr); in replace_ref() local 1984 add_expr = fold_build2 (POINTER_PLUS_EXPR, c->cand_type, in replace_ref() 1986 mem_ref = fold_build2 (MEM_REF, acc_type, add_expr, in replace_ref()
|
H A D | tree-ssa-sccvn.cc | 694 inchash::add_expr (vro1->op0, hstate); in vn_reference_op_compute_hash() 696 inchash::add_expr (vro1->op1, hstate); in vn_reference_op_compute_hash() 698 inchash::add_expr (vro1->op2, hstate); in vn_reference_op_compute_hash() 738 inchash::add_expr (op, hstate); in vn_reference_compute_hash() 3944 inchash::add_expr (vno1->op[i], hstate); in vn_nary_op_compute_hash() 4407 inchash::add_expr (phi1op, hstate); in vn_phi_compute_hash()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-scopedtables.c | 378 inchash::add_expr (t1, one); in add_expr_commutative() 379 inchash::add_expr (t2, two); in add_expr_commutative() 395 inchash::add_expr (expr->ops.single.rhs, hstate); in add_hashable_expr() 409 inchash::add_expr (expr->ops.unary.opnd, hstate); in add_hashable_expr() 419 inchash::add_expr (expr->ops.binary.opnd0, hstate); in add_hashable_expr() 420 inchash::add_expr (expr->ops.binary.opnd1, hstate); in add_hashable_expr() 431 inchash::add_expr (expr->ops.ternary.opnd0, hstate); in add_hashable_expr() 432 inchash::add_expr (expr->ops.ternary.opnd1, hstate); in add_hashable_expr() 434 inchash::add_expr (expr->ops.ternary.opnd2, hstate); in add_hashable_expr() 448 inchash::add_expr (gimple_call_fn (fn_from), hstate); in add_hashable_expr() [all …]
|
H A D | gcc-rich-location.c | 45 gcc_rich_location::add_expr (tree expr, range_label *label) in add_expr() function 60 add_expr (t, label); in maybe_add_expr()
|
H A D | gcc-rich-location.h | 38 add_expr (tree expr, range_label *label);
|
H A D | sanopt.c | 112 inchash::add_expr (ref.t1, hstate); in hash() 113 inchash::add_expr (ref.t2, hstate); in hash() 114 inchash::add_expr (ref.t3, hstate); in hash() 171 inchash::add_expr (ref.ptr, hstate); in hash()
|
H A D | tree-ssa-sccvn.h | 183 inchash::add_expr (constant, hstate); in vn_hash_constant_with_type()
|
H A D | ipa-icf-gimple.c | 239 inchash::add_expr (DECL_FIELD_OFFSET (arg), hstate, flags); in hash_operand() 240 inchash::add_expr (DECL_FIELD_BIT_OFFSET (arg), hstate, flags); in hash_operand()
|
H A D | tree-ssa-tail-merge.c | 491 inchash::add_expr (gimple_call_fn (stmt), hstate); in same_succ_hash() 493 inchash::add_expr (gimple_call_chain (stmt), hstate); in same_succ_hash() 499 inchash::add_expr (arg, hstate); in same_succ_hash()
|
H A D | graphite.c | 260 inchash::add_expr (key.expr, hstate); in cached_scalar_evolution_in_region()
|
H A D | tree-vectorizer.h | 220 inchash::add_expr (v.op0, h, 0); 221 inchash::add_expr (v.op1, h, 0);
|
H A D | gimple-ssa-strength-reduction.c | 1973 tree add_expr, mem_ref, acc_type = TREE_TYPE (*expr); in replace_ref() local 1985 add_expr = fold_build2 (POINTER_PLUS_EXPR, c->cand_type, in replace_ref() 1987 mem_ref = fold_build2 (MEM_REF, acc_type, add_expr, in replace_ref()
|
H A D | tree-ssa-sccvn.c | 636 inchash::add_expr (vro1->op0, hstate); in vn_reference_op_compute_hash() 638 inchash::add_expr (vro1->op1, hstate); in vn_reference_op_compute_hash() 640 inchash::add_expr (vro1->op2, hstate); in vn_reference_op_compute_hash() 680 inchash::add_expr (op, hstate); in vn_reference_compute_hash() 3784 inchash::add_expr (vno1->op[i], hstate); in vn_nary_op_compute_hash() 4230 inchash::add_expr (phi1op, hstate); in vn_phi_compute_hash()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 297 inchash::add_expr (TYPE_MIN_VALUE (TYPE_DOMAIN (type)), hstate); in hash_canonical_type() 299 inchash::add_expr (TYPE_MAX_VALUE (TYPE_DOMAIN (type)), hstate); in hash_canonical_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-common.cc | 297 inchash::add_expr (TYPE_MIN_VALUE (TYPE_DOMAIN (type)), hstate); in hash_canonical_type() 299 inchash::add_expr (TYPE_MAX_VALUE (TYPE_DOMAIN (type)), hstate); in hash_canonical_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-warn.c | 2819 inchash::add_expr (thenb, hstate0); in do_warn_duplicated_branches() 2824 inchash::add_expr (elseb, hstate1); in do_warn_duplicated_branches()
|