Searched refs:alias_set (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | alias.c | 134 HOST_WIDE_INT alias_set; member 261 get_alias_set_entry (HOST_WIDE_INT alias_set) in get_alias_set_entry() argument 263 return VEC_index (alias_set_entry, alias_sets, alias_set); in get_alias_set_entry() 674 superset_entry->alias_set = superset; in record_alias_subset()
|
| H A D | tree.h | 1976 #define TYPE_ALIAS_SET(NODE) (TYPE_CHECK (NODE)->type.alias_set) 1980 #define TYPE_ALIAS_SET_KNOWN_P(NODE) (TYPE_CHECK (NODE)->type.alias_set != -1) 2176 HOST_WIDE_INT alias_set; member
|
| H A D | expr.c | 4843 tree exp, tree type, int cleared, int alias_set) in store_constructor_field() argument 4869 set_mem_alias_set (target, alias_set); in store_constructor_field() 4875 store_field (target, bitsize, bitpos, mode, exp, type, alias_set); in store_constructor_field() 5460 enum machine_mode mode, tree exp, tree type, int alias_set) in store_field() argument 5495 store_field (blk_object, bitsize, bitpos, mode, exp, type, alias_set); in store_field() 5607 set_mem_alias_set (to_rtx, alias_set); in store_field()
|
| H A D | ChangeLog-1998 | 5351 * expr.c (store_field): Add alias_set parameter. Set the 9754 * tree.h (tree_type): Add alias_set field.
|
| H A D | ChangeLog-2000 | 8187 (store_constructor): Pass alias_set to it. 17055 * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT. 17129 * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
|
| H A D | ChangeLog-2004 | 47047 * alias.c (new_alias_set): Construct the alias_set varray.
|