/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-icf-gimple.h | 289 virtual void hash_operand (const_tree, inchash::hash &, unsigned flags); 290 void hash_operand (const_tree, inchash::hash &, unsigned flags,
|
H A D | ipa-icf-gimple.cc | 241 func_checker::hash_operand (const_tree arg, inchash::hash &hstate, in hash_operand() function in ipa_icf_gimple::func_checker 274 hash_operand (SSA_NAME_VAR (arg), hstate, flags); in hash_operand() 294 return operand_compare::hash_operand (arg, hstate, flags); in hash_operand() 301 func_checker::hash_operand (const_tree arg, inchash::hash &hstate, in hash_operand() function in ipa_icf_gimple::func_checker 311 return hash_operand (arg, hstate, flags); in hash_operand()
|
H A D | tree-ssa-alias.cc | 4330 hash_operand (DECL_FIELD_OFFSET (field), hstate, 0); in hash_ao_ref() 4331 hash_operand (DECL_FIELD_BIT_OFFSET (field), hstate, 0); in hash_ao_ref() 4332 hash_operand (DECL_SIZE (field), hstate, 0); in hash_ao_ref() 4337 hash_operand (TREE_OPERAND (r, 1), hstate, 0); in hash_ao_ref() 4338 hash_operand (TREE_OPERAND (r, 2), hstate, 0); in hash_ao_ref() 4341 hash_operand (TYPE_SIZE (TREE_TYPE (ref->ref)), hstate, 0); in hash_ao_ref() 4342 hash_operand (r, hstate, OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS); in hash_ao_ref() 4346 hash_operand (tbase, hstate, OEP_ADDRESS_OF | OEP_MATCH_SIDE_EFFECTS); in hash_ao_ref()
|
H A D | fold-const.cc | 3663 operand_compare::hash_operand (const_tree t, inchash::hash &hstate, in hash_operand() function in operand_compare 3716 hash_operand (TREE_REALPART (t), hstate, flags); in hash_operand() 3717 hash_operand (TREE_IMAGPART (t), hstate, flags); in hash_operand() 3725 hash_operand (VECTOR_CST_ENCODED_ELT (t, i), hstate, flags); in hash_operand() 3743 hash_operand (TREE_VALUE (t), hstate, flags); in hash_operand() 3756 hash_operand (field, hstate, flags); in hash_operand() 3757 hash_operand (value, hstate, flags); in hash_operand() 3766 hash_operand (tsi_stmt (i), hstate, flags); in hash_operand() 3771 hash_operand (TREE_VEC_ELT (t, i), hstate, flags); in hash_operand() 3811 hash_operand (TREE_OPERAND (t, ccode != code), hstate, flags); in hash_operand() [all …]
|
H A D | fold-const.h | 260 virtual void hash_operand (const_tree, inchash::hash &, unsigned flags);
|
H A D | ipa-icf.cc | 1433 m_checker->hash_operand (gimple_switch_index (as_a <gswitch *> (stmt)), in hash_stmt() 1454 m_checker->hash_operand (gimple_op (stmt, i), hstate, 0, in hash_stmt() 1930 checker->hash_operand (DECL_INITIAL (decl), hstate, 0); in init()
|
H A D | ChangeLog-2020 | 3940 * ipa-icf-gimple.c (func_checker::hash_operand): Improve hashing of 4008 * ipa-icf-gimple.c (func_checker::hash_operand): Hash gimple clobber. 4070 (operand_compare::hash_operand): Likewise. 4130 * fold-const.c (operand_compare::hash_operand): Fix typo. 4142 (operand_compare::hash_operand): Hash ODR type for OBJ_TYPE_REF. 5046 (func_checker::hash_operand): Use hash_ao_ref for memory accesses. 5073 (func_checker::hash_operand): Fix comment and add variant taking 5096 (func_checker::hash_operand): New variant with operand_access_type. 5097 * ipa-icf.c (sem_function::hash_stmt): Update uses of hash_operand. 5397 (operand_compare::hash_operand): Update.
|
H A D | ChangeLog-2019 | 4789 * ipa-icf-gimple.c (func_checker::hash_operand): Improve 4790 func_checker::hash_operand by handling of FIELD_DECLs. 4797 and hash_operand public. 6728 (operand_compare::hash_operand): Likewise. 7073 * fold-const.c (operand_compare::hash_operand): Remove 7303 * fold-const.c (operand_compare::hash_operand): Fix field 7683 * ipa-icf-gimple.c (func_checker::hash_operand): New. 7689 operand_equal_p and hash_operand. 7699 (operand_compare::hash_operand): ... here.
|
H A D | ChangeLog | 5035 (operand_compare::hash_operand) <COMPONENT_REF>: Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-icf-gimple.h | 274 virtual void hash_operand (const_tree, inchash::hash &, unsigned flags);
|
H A D | ipa-icf-gimple.c | 219 func_checker::hash_operand (const_tree arg, inchash::hash &hstate, in hash_operand() function 246 return operand_compare::hash_operand (arg, hstate, flags); in hash_operand()
|
H A D | ipa-icf.c | 1433 m_checker->hash_operand (gimple_switch_index (as_a <gswitch *> (stmt)), in hash_stmt() 1441 m_checker->hash_operand (gimple_assign_rhs1 (stmt), hstate, 0); in hash_stmt() 1442 m_checker->hash_operand (gimple_assign_rhs2 (stmt), hstate, 0); in hash_stmt() 1444 m_checker->hash_operand (gimple_assign_rhs3 (stmt), hstate, 0); in hash_stmt() 1445 m_checker->hash_operand (gimple_assign_lhs (stmt), hstate, 0); in hash_stmt() 1455 m_checker->hash_operand (gimple_op (stmt, i), hstate, 0); in hash_stmt() 1909 checker->hash_operand (DECL_INITIAL (decl), hstate, 0); in init()
|
H A D | fold-const.h | 235 virtual void hash_operand (const_tree, inchash::hash &, unsigned flags);
|
H A D | fold-const.c | 3603 operand_compare::hash_operand (const_tree t, inchash::hash &hstate, in hash_operand() function 3656 hash_operand (TREE_REALPART (t), hstate, flags); in hash_operand() 3657 hash_operand (TREE_IMAGPART (t), hstate, flags); in hash_operand() 3665 hash_operand (VECTOR_CST_ENCODED_ELT (t, i), hstate, flags); in hash_operand() 3683 hash_operand (TREE_VALUE (t), hstate, flags); in hash_operand() 3696 hash_operand (field, hstate, flags); in hash_operand() 3697 hash_operand (value, hstate, flags); in hash_operand() 3706 hash_operand (tsi_stmt (i), hstate, flags); in hash_operand() 3711 hash_operand (TREE_VEC_ELT (t, i), hstate, flags); in hash_operand() 3751 hash_operand (TREE_OPERAND (t, ccode != code), hstate, flags); in hash_operand() [all …]
|