Searched refs:rtl_obstack (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genpreds.c | 138 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 D | gensupport.h | 26 extern struct obstack *rtl_obstack;
|
H A D | genattrtab.c | 393 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 D | gensupport.c | 44 struct obstack *rtl_obstack = &obstack; variable 2594 obstack_init (rtl_obstack); in init_rtx_reader_args_cb()
|
H A D | FSFChangeLog.11 | 6311 (rtl_obstack, stack_depth, max_stack_depth): Delete extern decls.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genpreds.cc | 138 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 D | gensupport.h | 26 extern struct obstack *rtl_obstack;
|
H A D | genattrtab.cc | 393 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 D | gensupport.cc | 44 struct obstack *rtl_obstack = &obstack; variable 2591 obstack_init (rtl_obstack); in init_rtx_reader_args_cb()
|
H A D | ChangeLog-2000 | 6250 * 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 D | FSFChangeLog.11 | 6311 (rtl_obstack, stack_depth, max_stack_depth): Delete extern decls.
|
H A D | ChangeLog-2002 | 677 * gengenrtl.c (gencode): Delete unnecessary rtl_obstack declaration.
|
H A D | ChangeLog-2004 | 17640 (read_rtx): Remove function-local rtl_obstack and initialize
|