Home
last modified time | relevance | path

Searched refs:oballoc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc298 #define oballoc(T) XOBNEW (hash_obstack, T) macro
1251 av = oballoc (struct attr_value); in get_attr_value()
1394 ie = oballoc (struct insn_ent); in fill_attr()
1526 new_ie = oballoc (struct insn_ent); in make_length_attrs()
3050 av = oballoc (struct attr_value); in add_attr_value()
3200 id = oballoc (class insn_def); in gen_insn()
3264 delay = oballoc (class delay_desc); in gen_delay()
4673 attr = oballoc (class attr_desc); in find_attr()
4814 struct insn_reserv *decl = oballoc (struct insn_reserv); in gen_insn_reserv()
4862 b = oballoc (struct bypass_list); in gen_bypass_1()
H A DChangeLog-20006239 (caller-save.c): Don't call oballoc/obfree.
6242 (try_combine): Don't call oballoc.
6245 oballoc.
6296 Don't call oballoc/obfree.
6317 (check_insns_for_bivs): Use xmalloc, not oballoc.
6325 oballoc/obfree.
6341 * rtl.h (oballoc): Remove.
6354 (epxand_label): Use ggc_alloc, not oballoc.
6360 (add_case_node): Use xmalloc, not oballoc.
6409 (oballoc): Likewise.
[all …]
H A DChangeLog-200114365 (output_fpop): Use xmalloc, not oballoc.
28034 (output_prologue): Use xmalloc not oballoc.
H A DChangeLog-199810132 * loop.c (oballoc): Remove declaration.
H A DChangeLog-200815682 * genattrtab.c (oballoc): Use XOBNEW.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c298 #define oballoc(T) XOBNEW (hash_obstack, T) macro
1251 av = oballoc (struct attr_value); in get_attr_value()
1394 ie = oballoc (struct insn_ent); in fill_attr()
1526 new_ie = oballoc (struct insn_ent); in make_length_attrs()
3051 av = oballoc (struct attr_value); in add_attr_value()
3201 id = oballoc (class insn_def); in gen_insn()
3265 delay = oballoc (class delay_desc); in gen_delay()
4674 attr = oballoc (class attr_desc); in find_attr()
4815 struct insn_reserv *decl = oballoc (struct insn_reserv); in gen_insn_reserv()
4863 b = oballoc (struct bypass_list); in gen_bypass_1()