| /freebsd-12.1/contrib/gcc/ |
| H A D | alias.c | 366 set1 = t1 ? get_alias_set (t1) : 0; in objects_must_conflict_p() 367 set2 = t2 ? get_alias_set (t2) : 0; in objects_must_conflict_p() 467 if (get_alias_set (TREE_TYPE (t)) == 0) in component_uses_parent_alias_set() 476 get_alias_set (tree t) in get_alias_set() function 500 set = lang_hooks.get_alias_set (t); in get_alias_set() 532 = get_alias_set (pointed_to_type); in get_alias_set() 595 set = lang_hooks.get_alias_set (t); in get_alias_set() 610 set = get_alias_set (TREE_TYPE (t)); in get_alias_set() 712 HOST_WIDE_INT superset = get_alias_set (type); in record_component_aliases() 722 record_alias_subset (superset, get_alias_set (TREE_TYPE (type))); in record_component_aliases() [all …]
|
| H A D | tree-ssa-copy.c | 117 else if (get_alias_set (TREE_TYPE (type_d)) != in may_propagate_copy() 118 get_alias_set (TREE_TYPE (type_o))) in may_propagate_copy() 201 gcc_assert (get_alias_set (TREE_TYPE (TREE_TYPE (new_sym))) in merge_alias_info() 202 == get_alias_set (TREE_TYPE (TREE_TYPE (orig_sym)))); in merge_alias_info()
|
| H A D | tree-ssa-copyrename.c | 253 && get_alias_set (TREE_TYPE (TREE_TYPE (root1))) in copy_rename_partition_coalesce() 254 != get_alias_set (TREE_TYPE (TREE_TYPE (root2)))) in copy_rename_partition_coalesce()
|
| H A D | langhooks.h | 313 HOST_WIDE_INT (*get_alias_set) (tree); member
|
| H A D | tree-ssa-alias-warnings.c | 872 set1 = get_alias_set (type1); in nonstandard_alias_types_p() 873 set2 = get_alias_set (type2); in nonstandard_alias_types_p()
|
| H A D | tree-ssa-alias.c | 1621 alias_map->set = get_alias_set (var); in create_alias_map_for() 2266 HOST_WIDE_INT tag_set = get_alias_set (tag_type); in get_tmt_for() 2323 gcc_assert (tag_set == get_alias_set (tag)); in get_tmt_for()
|
| H A D | c-common.c | 1032 get_alias_set (TREE_TYPE (TREE_OPERAND (expr, 0))); in strict_aliasing_warning() 1033 HOST_WIDE_INT set2 = get_alias_set (TREE_TYPE (type)); in strict_aliasing_warning() 1057 HOST_WIDE_INT set1 = get_alias_set (TREE_TYPE (otype)); in strict_aliasing_warning() 1058 HOST_WIDE_INT set2 = get_alias_set (TREE_TYPE (type)); in strict_aliasing_warning() 2884 return get_alias_set (t1); in c_common_get_alias_set() 2915 return get_alias_set (t1); in c_common_get_alias_set()
|
| H A D | expr.c | 4144 TREE_TYPE (tem), get_alias_set (to)); in expand_assignment() 5050 get_alias_set (TREE_TYPE (field))); in store_constructor() 5207 get_alias_set (elttype)); in store_constructor() 5312 type, cleared, get_alias_set (elttype)); in store_constructor() 5428 cleared, get_alias_set (elttype)); in store_constructor() 6255 get_alias_set (exp))) in safe_from_p()
|
| H A D | tree-ssa-structalias.c | 4433 unsigned HOST_WIDE_INT ptr_alias_set = get_alias_set (TREE_TYPE (ptr)); in set_uids_in_ptset() 4464 var_alias_set = get_alias_set (sft); in set_uids_in_ptset() 4478 var_alias_set = get_alias_set (vi->decl); in set_uids_in_ptset()
|
| H A D | gimplify.c | 2636 && alias_sets_conflict_p (data->lhs_alias_set, get_alias_set (t))) in gimplify_init_ctor_preeval_1() 2649 get_alias_set in gimplify_init_ctor_preeval_1() 3090 preeval_data.lhs_alias_set = get_alias_set (object); in gimplify_init_constructor()
|
| H A D | tree-ssa-operands.c | 1161 && get_alias_set (base)) in access_can_touch_variable()
|
| H A D | emit-rtl.c | 1459 alias = get_alias_set (t); in set_mem_attributes_minus_bitpos()
|
| H A D | tree.h | 4417 extern HOST_WIDE_INT get_alias_set (tree);
|
| H A D | function.c | 775 set_mem_alias_set (slot, type ? get_alias_set (type) : 0); in assign_stack_temp_for_type()
|
| H A D | builtins.c | 4501 set_mem_alias_set (dstb, get_alias_set (TREE_TYPE (TREE_TYPE (dst)))); in expand_builtin_va_copy() 4504 set_mem_alias_set (srcb, get_alias_set (TREE_TYPE (TREE_TYPE (src)))); in expand_builtin_va_copy()
|
| H A D | ChangeLog-2000 | 913 * alias.c (get_alias_set): Call record_component_aliases for 3038 the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set. 13286 * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes. 13287 * tree.h (get_alias_set, lang_get_alias_set): Prototype. 16792 * alias.c (get_alias_set): If compnent is addressable, use alias 16851 (get_alias_set): If language-dependent routine set TYPE_ALIAS_SET, 16888 (get_alias_set): Call it directly, not indirectly. 16903 return its argument before calling get_alias_set on the result. 16956 * alias.c (get_alias_set): Don't call language-specific routine more 17060 (get_alias_set): Likewise. [all …]
|
| H A D | ChangeLog-2001 | 7714 (get_alias_set): Rework to use STRIP_NOPS. 7759 * toplev.h (struct lang_hoks): Add get_alias_set field. 8332 * alias.c (get_alias_set): Make two passes over objects to first 9594 * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR. 13364 * function.c (gen_mem_addressof): Don't call get_alias_set if no decl. 14719 * alias.c (get_alias_set): Return a previously calculated 27438 (get_alias_set): Use them.
|
| H A D | ChangeLog-2004 | 2247 (get_alias_set): Update to match. 10383 * alias.c (get_alias_set): Use it 11528 * alias.c (get_alias_set, nonoverlapping_memrefs_p): Likewise. 26697 * alias.c (get_alias_set, canon_rtx, get_addr, 27797 * alias.c (get_alias_set): Adjust setting of 37534 * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. 37691 * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. 38241 * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () 46871 * alias.c (get_alias_set): Initialize alias set to 0 when subset is
|
| H A D | ChangeLog-1998 | 9757 (get_alias_set): Declare. 9760 (get_alias_set): New function.
|
| H A D | ChangeLog.tree-ssa | 12988 or get_alias_set.
|
| H A D | ChangeLog-2002 | 15225 * alias.c (get_alias_set): Let vectors match their components.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-objcp-common.c | 45 return get_alias_set (TYPE_CONTEXT (t)); in cxx_get_alias_set()
|