| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | rtl-tests.cc | 118 rtx_barrier *barrier = as_a <rtx_barrier *> (rtx_alloc (BARRIER)); in test_dumping_insns() 138 rtx x = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 139 rtx y = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 140 rtx z = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse()
|
| H A D | gensupport.cc | 140 rtx rt = rtx_alloc (CONST_INT); in gen_rtx_CONST_INT() 156 rtx pattern = rtx_alloc (PARALLEL); in add_implicit_parallel() 444 rtx t1 = rtx_alloc (DEFINE_ATTR); in add_define_attr() 447 XEXP (t1, 2) = rtx_alloc (CONST_STRING); in add_define_attr() 501 newx = rtx_alloc (MATCH_DUP); in replace_operands_with_dups() 507 newx = rtx_alloc (MATCH_OP_DUP); in replace_operands_with_dups() 602 split = rtx_alloc (DEFINE_SPLIT); in process_rtx() 1352 eq_attr = rtx_alloc (EQ_ATTR); in modify_attr_enabled_ce() 1353 ite = rtx_alloc (IF_THEN_ELSE); in modify_attr_enabled_ce() 1354 str = rtx_alloc (CONST_STRING); in modify_attr_enabled_ce() [all …]
|
| H A D | read-rtl.cc | 378 new_attr = rtx_alloc (SET_ATTR); in apply_subst_iterator() 560 x = rtx_alloc (GET_CODE (original)); in copy_rtx_for_iterators() 1282 return_rtx = rtx_alloc (DEFINE_ATTR); in add_define_attr_for_define_subst() 1285 const_str = rtx_alloc (CONST_STRING); in add_define_attr_for_define_subst() 1304 return_rtx = rtx_alloc (DEFINE_SUBST_ATTR); in add_define_subst_attr() 1587 rtx x = rtx_alloc (check_code_attribute (m)); in rtx_alloc_for_name() 1598 rtx x = rtx_alloc (rtx_code (iterator->values->number)); in rtx_alloc_for_name() 1604 return rtx_alloc (rtx_code (codes.find_builtin (name))); in rtx_alloc_for_name() 1652 return_rtx = rtx_alloc (code); in read_rtx_code() 2059 q = rtx_alloc (GET_CODE (p)); in read_rtx_variadic()
|
| H A D | genattrtab.cc | 417 rt_val = rtx_alloc (code); in attr_rtx_1() 446 rt_val = rtx_alloc (code); in attr_rtx_1() 469 rt_val = rtx_alloc (code); in attr_rtx_1() 496 rt_val = rtx_alloc (code); in attr_rtx_1() 519 rt_val = rtx_alloc (code); in attr_rtx_1() 539 rt_val = rtx_alloc (code); /* Allocate the storage space. */ in attr_rtx_1() 1009 condexp = rtx_alloc (COND); in convert_set_attr_alternative() 1044 newexp = rtx_alloc (SET_ATTR_ALTERNATIVE); in convert_set_attr() 1156 newexp = rtx_alloc (COND); in make_canonical() 1287 condexp = rtx_alloc (COND); in expand_delays() [all …]
|
| H A D | genpreds.cc | 145 match_test_exp = rtx_alloc (MATCH_TEST); in write_predicate_subfunction() 148 and_exp = rtx_alloc (AND); in write_predicate_subfunction() 354 match_test_exp = rtx_alloc (MATCH_TEST); in add_mode_tests() 360 and_exp = rtx_alloc (AND); in add_mode_tests()
|
| H A D | emit-rtl.cc | 485 rtx x = rtx_alloc (REG MEM_STAT_INFO); in gen_raw_REG() 571 rtx real = rtx_alloc (CONST_DOUBLE); in const_double_from_real_value() 599 rtx fixed = rtx_alloc (CONST_FIXED); in const_fixed_from_fixed_value() 725 value = rtx_alloc (CONST_DOUBLE); in immed_double_const() 3984 insn = as_a <rtx_insn *> (rtx_alloc (INSN)); in make_insn_raw() 4015 insn = as_a <rtx_debug_insn *> (rtx_alloc (DEBUG_INSN)); in make_debug_insn_raw() 4036 insn = as_a <rtx_jump_insn *> (rtx_alloc (JUMP_INSN)); in make_jump_insn_raw() 4056 insn = as_a <rtx_call_insn *> (rtx_alloc (CALL_INSN)); in make_call_insn_raw() 4079 rtx_note *note = as_a <rtx_note *> (rtx_alloc (NOTE)); in make_note_raw() 4567 rtx_barrier *insn = as_a <rtx_barrier *> (rtx_alloc (BARRIER)); in emit_barrier_before() [all …]
|
| H A D | rtl.cc | 240 rtx_alloc (RTX_CODE code MEM_STAT_DECL) in rtx_alloc() function
|
| H A D | genrecog.cc | 5278 rtx pattern = rtx_alloc (SEQUENCE); in get_peephole2_pattern() 5327 new_pattern = rtx_alloc (PARALLEL); in remove_clobbers()
|
| H A D | rtl.h | 2972 extern rtx rtx_alloc (RTX_CODE CXX_MEM_STAT_INFO);
|
| H A D | FSFChangeLog | 286 * rtl.c (rtx_alloc): Try to clear as integer or HOST_WIDE_INT indirect.
|
| H A D | expr.cc | 128 rtx_insn *insn = as_a<rtx_insn *> (rtx_alloc (INSN)); in init_expr_target()
|
| H A D | ChangeLog-1999 | 8920 (rtx_alloc): Use ggc_alloc_rtx when GC'ing. 21351 * rtl.c (rtx_alloc): Use memset instead of inline loop.
|
| H A D | ChangeLog-2004 | 15717 * gengenrtl.c (gendef): Use rtx_alloc, don't do PUT_CODE. 17607 extract the format and to choose a suitable code for rtx_alloc. 39610 (rtx_alloc, swallow_copy_rtx): ... this one. 39611 * rtl.h (rtx_alloc, swallow_copy_rtx): Turn to macros.
|
| H A D | ChangeLog-2000 | 6337 (rtx_alloc): Likewise. 16459 (rtx_alloc): Clear the first word always. Remove dirty
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | rtl-tests.c | 118 rtx_barrier *barrier = as_a <rtx_barrier *> (rtx_alloc (BARRIER)); in test_dumping_insns() 138 rtx x = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 139 rtx y = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse() 140 rtx z = rtx_alloc (SCRATCH); in test_dumping_rtx_reuse()
|
| H A D | gensupport.c | 140 rtx rt = rtx_alloc (CONST_INT); in gen_rtx_CONST_INT() 156 rtx pattern = rtx_alloc (PARALLEL); in add_implicit_parallel() 444 rtx t1 = rtx_alloc (DEFINE_ATTR); in add_define_attr() 447 XEXP (t1, 2) = rtx_alloc (CONST_STRING); in add_define_attr() 501 newx = rtx_alloc (MATCH_DUP); in replace_operands_with_dups() 507 newx = rtx_alloc (MATCH_OP_DUP); in replace_operands_with_dups() 601 split = rtx_alloc (DEFINE_SPLIT); in process_rtx() 1347 eq_attr = rtx_alloc (EQ_ATTR); in modify_attr_enabled_ce() 1348 ite = rtx_alloc (IF_THEN_ELSE); in modify_attr_enabled_ce() 1349 str = rtx_alloc (CONST_STRING); in modify_attr_enabled_ce() [all …]
|
| H A D | read-rtl.c | 312 new_attr = rtx_alloc (SET_ATTR); in apply_subst_iterator() 494 x = rtx_alloc (GET_CODE (original)); in copy_rtx_for_iterators() 1254 return_rtx = rtx_alloc (DEFINE_ATTR); in add_define_attr_for_define_subst() 1257 const_str = rtx_alloc (CONST_STRING); in add_define_attr_for_define_subst() 1276 return_rtx = rtx_alloc (DEFINE_SUBST_ATTR); in add_define_subst_attr() 1559 rtx x = rtx_alloc (check_code_attribute (m)); in rtx_alloc_for_name() 1570 rtx x = rtx_alloc (rtx_code (iterator->values->number)); in rtx_alloc_for_name() 1576 return rtx_alloc (rtx_code (codes.find_builtin (name))); in rtx_alloc_for_name() 2035 q = rtx_alloc (GET_CODE (p)); in read_rtx_variadic()
|
| H A D | genattrtab.c | 417 rt_val = rtx_alloc (code); in attr_rtx_1() 446 rt_val = rtx_alloc (code); in attr_rtx_1() 469 rt_val = rtx_alloc (code); in attr_rtx_1() 496 rt_val = rtx_alloc (code); in attr_rtx_1() 519 rt_val = rtx_alloc (code); in attr_rtx_1() 539 rt_val = rtx_alloc (code); /* Allocate the storage space. */ in attr_rtx_1() 1009 condexp = rtx_alloc (COND); in convert_set_attr_alternative() 1044 newexp = rtx_alloc (SET_ATTR_ALTERNATIVE); in convert_set_attr() 1156 newexp = rtx_alloc (COND); in make_canonical() 1287 condexp = rtx_alloc (COND); in expand_delays() [all …]
|
| H A D | genpreds.c | 145 match_test_exp = rtx_alloc (MATCH_TEST); in write_predicate_subfunction() 148 and_exp = rtx_alloc (AND); in write_predicate_subfunction() 354 match_test_exp = rtx_alloc (MATCH_TEST); in add_mode_tests() 360 and_exp = rtx_alloc (AND); in add_mode_tests()
|
| H A D | emit-rtl.c | 486 rtx x = rtx_alloc (REG MEM_STAT_INFO); in gen_raw_REG() 572 rtx real = rtx_alloc (CONST_DOUBLE); in const_double_from_real_value() 600 rtx fixed = rtx_alloc (CONST_FIXED); in const_fixed_from_fixed_value() 726 value = rtx_alloc (CONST_DOUBLE); in immed_double_const() 4009 insn = as_a <rtx_insn *> (rtx_alloc (INSN)); in make_insn_raw() 4040 insn = as_a <rtx_debug_insn *> (rtx_alloc (DEBUG_INSN)); in make_debug_insn_raw() 4061 insn = as_a <rtx_jump_insn *> (rtx_alloc (JUMP_INSN)); in make_jump_insn_raw() 4081 insn = as_a <rtx_call_insn *> (rtx_alloc (CALL_INSN)); in make_call_insn_raw() 4104 rtx_note *note = as_a <rtx_note *> (rtx_alloc (NOTE)); in make_note_raw() 4592 rtx_barrier *insn = as_a <rtx_barrier *> (rtx_alloc (BARRIER)); in emit_barrier_before() [all …]
|
| H A D | rtl.c | 237 rtx_alloc (RTX_CODE code MEM_STAT_DECL) in rtx_alloc() function
|
| H A D | genrecog.c | 5280 rtx pattern = rtx_alloc (SEQUENCE); in get_peephole2_pattern() 5329 new_pattern = rtx_alloc (PARALLEL); in remove_clobbers()
|
| H A D | rtl.h | 2962 extern rtx rtx_alloc (RTX_CODE CXX_MEM_STAT_INFO);
|
| H A D | FSFChangeLog | 286 * rtl.c (rtx_alloc): Try to clear as integer or HOST_WIDE_INT indirect.
|
| H A D | expr.c | 127 rtx_insn *insn = as_a<rtx_insn *> (rtx_alloc (INSN)); in init_expr_target()
|