Home
last modified time | relevance | path

Searched refs:add_expr (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-scopedtables.cc378 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 Dgcc-rich-location.cc45 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 Dgcc-rich-location.h40 add_expr (tree expr, range_label *label);
H A Dsanopt.cc112 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 Dtree-ssa-sccvn.h184 inchash::add_expr (constant, hstate); in vn_hash_constant_with_type()
H A Dtree-ssa-tail-merge.cc491 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 Dipa-icf-gimple.cc277 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 Dgraphite.cc260 inchash::add_expr (key.expr, hstate); in cached_scalar_evolution_in_region()
H A Dtree-vectorizer.h323 inchash::add_expr (v.op0, h, 0);
324 inchash::add_expr (v.op1, h, 0);
H A Dgimple-ssa-strength-reduction.cc1972 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 Dtree-ssa-sccvn.cc694 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 Dtree-ssa-scopedtables.c378 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 Dgcc-rich-location.c45 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 Dgcc-rich-location.h38 add_expr (tree expr, range_label *label);
H A Dsanopt.c112 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 Dtree-ssa-sccvn.h183 inchash::add_expr (constant, hstate); in vn_hash_constant_with_type()
H A Dipa-icf-gimple.c239 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 Dtree-ssa-tail-merge.c491 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 Dgraphite.c260 inchash::add_expr (key.expr, hstate); in cached_scalar_evolution_in_region()
H A Dtree-vectorizer.h220 inchash::add_expr (v.op0, h, 0);
221 inchash::add_expr (v.op1, h, 0);
H A Dgimple-ssa-strength-reduction.c1973 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 Dtree-ssa-sccvn.c636 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 Dlto-common.c297 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 Dlto-common.cc297 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 Dc-warn.c2819 inchash::add_expr (thenb, hstate0); in do_warn_duplicated_branches()
2824 inchash::add_expr (elseb, hstate1); in do_warn_duplicated_branches()

12