Home
last modified time | relevance | path

Searched refs:rtl_obstack (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgenpreds.c167 obstack_grow (rtl_obstack, p->name, strlen (p->name)); in write_predicate_subfunction()
168 obstack_grow (rtl_obstack, "_1 (op, mode)", in write_predicate_subfunction()
170 match_test_str = XOBFINISH (rtl_obstack, const char *); in write_predicate_subfunction()
725 case '_': obstack_grow (rtl_obstack, "__", 2); break; in mangle()
726 case '<': obstack_grow (rtl_obstack, "_l", 2); break; in mangle()
727 case '>': obstack_grow (rtl_obstack, "_g", 2); break; in mangle()
728 default: obstack_1grow (rtl_obstack, *name); break; in mangle()
731 obstack_1grow (rtl_obstack, '\0'); in mangle()
732 return obstack_finish (rtl_obstack); in mangle()
897 c = obstack_alloc (rtl_obstack, sizeof (struct constraint_data)); in add_constraint()
H A Dgensupport.h25 extern struct obstack *rtl_obstack;
H A Dgenattrtab.c385 rtl_obstack = hash_obstack; in attr_rtx_1()
417 rtl_obstack = hash_obstack; in attr_rtx_1()
439 rtl_obstack = hash_obstack; in attr_rtx_1()
461 rtl_obstack = hash_obstack; in attr_rtx_1()
520 rtl_obstack = old_obstack; in attr_rtx_1()
2293 old = rtl_obstack; in simplify_test_exp_in_temp()
2294 rtl_obstack = temp_obstack; in simplify_test_exp_in_temp()
2296 rtl_obstack = old; in simplify_test_exp_in_temp()
2810 struct obstack *old = rtl_obstack; in optimize_attrs()
2818 rtl_obstack = temp_obstack; in optimize_attrs()
[all …]
H A Dgensupport.c45 struct obstack *rtl_obstack = &obstack; variable
983 obstack_init (rtl_obstack); in init_md_reader_args_cb()
H A DChangeLog-20006250 * emit-rtl.c (rtl_obstack): Remove.
6314 (rtl_obstack): Likewise.
6334 * rtl.c (rtl_obstack):
6340 (read_rtx): Use a local rtl_obstack.
6379 (rtl_obstack): Likewise.
6485 (rtl_obstack): Remove.
6502 (rtl_obstack): Likewise.
19492 * gensupport.c (obstack, rtl_obstack): New.
19493 (init_md_reader): Initialize rtl_obstack.
19494 * gensupport.h (rtl_obstack): Declare.
[all …]
H A DFSFChangeLog.116311 (rtl_obstack, stack_depth, max_stack_depth): Delete extern decls.
H A DChangeLog-2002677 * gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.
H A DChangeLog-200417640 (read_rtx): Remove function-local rtl_obstack and initialize