Home
last modified time | relevance | path

Searched refs:alias_set (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dalias.c75 HOST_WIDE_INT alias_set; member
214 get_alias_set_entry (alias_set) in get_alias_set_entry() argument
215 HOST_WIDE_INT alias_set; in get_alias_set_entry()
218 = splay_tree_lookup (alias_sets, (splay_tree_key) alias_set);
663 superset_entry->alias_set = superset;
H A Dtree.h1045 #define TYPE_ALIAS_SET(NODE) (TYPE_CHECK (NODE)->type.alias_set)
1049 #define TYPE_ALIAS_SET_KNOWN_P(NODE) (TYPE_CHECK (NODE)->type.alias_set != -1)
1288 HOST_WIDE_INT alias_set; member
H A Dexpr.c4817 alias_set) in store_constructor_field() argument
4824 int alias_set;
4847 set_mem_alias_set (target, alias_set);
4854 alias_set);
5512 alias_set) in store_field() argument
5521 int alias_set;
5559 alias_set);
5696 set_mem_alias_set (to_rtx, alias_set);
H A DChangeLog.31789 * alias.c (struct alias_entry): alias_set is HOST_WIDE_INT.
1863 * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
H A DChangeLog.01175 * tree.h (tree_type): Add alias_set field.
H A DChangeLog.48181 (store_constructor): Pass alias_set to it.
H A DChangeLog.112670 * expr.c (store_field): Add alias_set parameter. Set the
/openbsd/gnu/gcc/gcc/
H A Dalias.c134 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 Dexpr.c4847 tree exp, tree type, int cleared, int alias_set) in store_constructor_field() argument
4873 set_mem_alias_set (target, alias_set); in store_constructor_field()
4879 store_field (target, bitsize, bitpos, mode, exp, type, alias_set); in store_constructor_field()
5464 enum machine_mode mode, tree exp, tree type, int alias_set) in store_field() argument
5499 store_field (blk_object, bitsize, bitpos, mode, exp, type, alias_set); in store_field()
5611 set_mem_alias_set (to_rtx, alias_set); in store_field()
H A Dtree.h1946 #define TYPE_ALIAS_SET(NODE) (TYPE_CHECK (NODE)->type.alias_set)
1950 #define TYPE_ALIAS_SET_KNOWN_P(NODE) (TYPE_CHECK (NODE)->type.alias_set != -1)
2127 HOST_WIDE_INT alias_set; member
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c5243 HOST_WIDE_INT alias_set; in sh_builtin_saveregs() local
5305 alias_set = get_varargs_alias_set (); in sh_builtin_saveregs()
5306 set_mem_alias_set (regbuf, alias_set); in sh_builtin_saveregs()
5341 set_mem_alias_set (mem, alias_set); in sh_builtin_saveregs()
5350 set_mem_alias_set (mem, alias_set); in sh_builtin_saveregs()
5363 set_mem_alias_set (mem, alias_set); in sh_builtin_saveregs()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c6603 HOST_WIDE_INT alias_set; in sh_builtin_saveregs() local
6674 alias_set = get_varargs_alias_set (); in sh_builtin_saveregs()
6675 set_mem_alias_set (regbuf, alias_set); in sh_builtin_saveregs()