Searched refs:oballoc (Results 1 – 6 of 6) sorted by relevance
281 #define oballoc(size) obstack_alloc (hash_obstack, size) macro1291 av = oballoc (sizeof (struct attr_value)); in get_attr_value()1434 ie = oballoc (sizeof (struct insn_ent)); in fill_attr()1565 new_ie = oballoc (sizeof (struct insn_ent)); in make_length_attrs()2929 av = oballoc (sizeof (struct attr_value)); in gen_attr()3073 id = oballoc (sizeof (struct insn_def)); in gen_insn()3137 delay = oballoc (sizeof (struct delay_desc)); in gen_delay()4214 attr = oballoc (sizeof (struct attr_desc)); in find_attr()4353 struct insn_reserv *decl = oballoc (sizeof (struct insn_reserv)); in gen_insn_reserv()4394 b = oballoc (sizeof (struct bypass_list)); in gen_bypass_1()[all …]
466 #define oballoc(size) obstack_alloc (hash_obstack, size) macro1397 string = p = (char *) oballoc (21554 av = (struct attr_value *) oballoc (sizeof (struct attr_value));2350 ie = (struct insn_ent *) oballoc (sizeof (struct insn_ent));2478 new_ie = (struct insn_ent *) oballoc (sizeof (struct insn_ent)); in make_length_attrs()4243 av = (struct attr_value *) oballoc (sizeof (struct attr_value));4393 id = (struct insn_def *) oballoc (sizeof (struct insn_def));4459 delay = (struct delay_desc *) oballoc (sizeof (struct delay_desc));4508 unit = (struct function_unit *) oballoc (sizeof (struct function_unit));4523 op = (struct function_unit_op *) oballoc (sizeof (struct function_unit_op));[all …]
6233 (caller-save.c): Don't call oballoc/obfree.6236 (try_combine): Don't call oballoc.6239 oballoc.6290 Don't call oballoc/obfree.6311 (check_insns_for_bivs): Use xmalloc, not oballoc.6319 oballoc/obfree.6335 * rtl.h (oballoc): Remove.6348 (epxand_label): Use ggc_alloc, not oballoc.6354 (add_case_node): Use xmalloc, not oballoc.6403 (oballoc): Likewise.[all …]
1553 * loop.c (oballoc): Remove declaration.
8827 (output_prologue): Use xmalloc not oballoc.
14365 (output_fpop): Use xmalloc, not oballoc.