Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenpreds.c138 obstack_grow (rtl_obstack, p->name, strlen (p->name)); in write_predicate_subfunction()
139 obstack_grow (rtl_obstack, "_1 (op, mode)", in write_predicate_subfunction()
141 match_test_str = XOBFINISH (rtl_obstack, const char *); in write_predicate_subfunction()
749 case '_': obstack_grow (rtl_obstack, "__", 2); break; in mangle()
750 case '<': obstack_grow (rtl_obstack, "_l", 2); break; in mangle()
751 case '>': obstack_grow (rtl_obstack, "_g", 2); break; in mangle()
752 default: obstack_1grow (rtl_obstack, *name); break; in mangle()
755 obstack_1grow (rtl_obstack, '\0'); in mangle()
756 return XOBFINISH (rtl_obstack, const char *); in mangle()
912 c = XOBNEW (rtl_obstack, class constraint_data); in add_constraint()
H A Dgensupport.h26 extern struct obstack *rtl_obstack;
H A Dgenattrtab.c393 struct obstack *old_obstack = rtl_obstack; in attr_rtx_1()
416 rtl_obstack = hash_obstack; in attr_rtx_1()
445 rtl_obstack = hash_obstack; in attr_rtx_1()
468 rtl_obstack = hash_obstack; in attr_rtx_1()
495 rtl_obstack = hash_obstack; in attr_rtx_1()
518 rtl_obstack = hash_obstack; in attr_rtx_1()
578 rtl_obstack = old_obstack; in attr_rtx_1()
1663 obstack_finish (rtl_obstack); in simplify_cond()
2278 old = rtl_obstack; in simplify_test_exp_in_temp()
2279 rtl_obstack = temp_obstack; in simplify_test_exp_in_temp()
[all …]
H A Dgensupport.c44 struct obstack *rtl_obstack = &obstack; variable
2594 obstack_init (rtl_obstack); in init_rtx_reader_args_cb()
H A DFSFChangeLog.116311 (rtl_obstack, stack_depth, max_stack_depth): Delete extern decls.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenpreds.cc138 obstack_grow (rtl_obstack, p->name, strlen (p->name)); in write_predicate_subfunction()
139 obstack_grow (rtl_obstack, "_1 (op, mode)", in write_predicate_subfunction()
141 match_test_str = XOBFINISH (rtl_obstack, const char *); in write_predicate_subfunction()
752 case '_': obstack_grow (rtl_obstack, "__", 2); break; in mangle()
753 case '<': obstack_grow (rtl_obstack, "_l", 2); break; in mangle()
754 case '>': obstack_grow (rtl_obstack, "_g", 2); break; in mangle()
755 default: obstack_1grow (rtl_obstack, *name); break; in mangle()
758 obstack_1grow (rtl_obstack, '\0'); in mangle()
759 return XOBFINISH (rtl_obstack, const char *); in mangle()
904 c = XOBNEW (rtl_obstack, class constraint_data); in add_constraint()
H A Dgensupport.h26 extern struct obstack *rtl_obstack;
H A Dgenattrtab.cc393 struct obstack *old_obstack = rtl_obstack; in attr_rtx_1()
416 rtl_obstack = hash_obstack; in attr_rtx_1()
445 rtl_obstack = hash_obstack; in attr_rtx_1()
468 rtl_obstack = hash_obstack; in attr_rtx_1()
495 rtl_obstack = hash_obstack; in attr_rtx_1()
518 rtl_obstack = hash_obstack; in attr_rtx_1()
578 rtl_obstack = old_obstack; in attr_rtx_1()
1663 obstack_finish (rtl_obstack); in simplify_cond()
2278 old = rtl_obstack; in simplify_test_exp_in_temp()
2279 rtl_obstack = temp_obstack; in simplify_test_exp_in_temp()
[all …]
H A Dgensupport.cc44 struct obstack *rtl_obstack = &obstack; variable
2591 obstack_init (rtl_obstack); in init_rtx_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