Home
last modified time | relevance | path

Searched refs:rtx_alloc (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/gcc/
HDgenattrtab.c371 rt_val = rtx_alloc (code); in attr_rtx_1()
386 rt_val = rtx_alloc (code); in attr_rtx_1()
401 rt_val = rtx_alloc (code); in attr_rtx_1()
418 rt_val = rtx_alloc (code); in attr_rtx_1()
440 rt_val = rtx_alloc (code); in attr_rtx_1()
462 rt_val = rtx_alloc (code); in attr_rtx_1()
482 rt_val = rtx_alloc (code); /* Allocate the storage space. */ in attr_rtx_1()
649 copy = rtx_alloc (code); in attr_copy_rtx()
1052 condexp = rtx_alloc (COND); in convert_set_attr_alternative()
1087 newexp = rtx_alloc (SET_ATTR_ALTERNATIVE); in convert_set_attr()
[all …]
HDgensupport.c144 rtx rt = rtx_alloc (CONST_INT); in gen_rtx_CONST_INT()
311 split = rtx_alloc (DEFINE_SPLIT); in process_rtx()
811 pattern = rtx_alloc (COND_EXEC); in process_one_cond_exec()
821 XEXP (pattern, 1) = rtx_alloc (PARALLEL); in process_one_cond_exec()
855 pattern = rtx_alloc (COND_EXEC); in process_one_cond_exec()
865 XEXP (pattern, 1) = rtx_alloc (PARALLEL); in process_one_cond_exec()
873 pattern = rtx_alloc (COND_EXEC); in process_one_cond_exec()
HDgenpreds.c174 match_test_exp = rtx_alloc (MATCH_TEST); in write_predicate_subfunction()
177 and_exp = rtx_alloc (AND); in write_predicate_subfunction()
350 match_test_exp = rtx_alloc (MATCH_TEST); in add_mode_tests()
352 and_exp = rtx_alloc (AND); in add_mode_tests()
HDread-rtl.c439 x = rtx_alloc (bellwether_code); in apply_macro_to_rtx()
604 new_elem = rtx_alloc (EXPR_LIST); in apply_macro_traverse()
1400 queue_head = rtx_alloc (EXPR_LIST); in read_rtx()
1527 return_rtx = rtx_alloc (bellwether_code); in read_rtx_1()
1729 q = rtx_alloc (GET_CODE (p)); in read_rtx_variadic()
HDemit-rtl.c429 rtx real = rtx_alloc (CONST_DOUBLE); in const_double_from_real_value()
477 value = rtx_alloc (CONST_DOUBLE); in immed_double_const()
3284 insn = rtx_alloc (INSN); in make_insn_raw()
3316 insn = rtx_alloc (JUMP_INSN); in make_jump_insn_raw()
3337 insn = rtx_alloc (CALL_INSN); in make_call_insn_raw()
3848 rtx insn = rtx_alloc (BARRIER); in emit_barrier_before()
3877 rtx note = rtx_alloc (NOTE); in emit_note_before()
4063 rtx insn = rtx_alloc (BARRIER); in emit_barrier_after()
4093 rtx note = rtx_alloc (NOTE); in emit_note_after()
4117 note = rtx_alloc (NOTE); in emit_note_copy_after()
[all …]
HDgenrecog.c2562 x = rtx_alloc (PARALLEL); in make_insn_sequence()
2583 x = rtx_alloc (PARALLEL); in make_insn_sequence()
2649 new = rtx_alloc (PARALLEL); in make_insn_sequence()
HDrtl.h1471 #define rtx_alloc(c) rtx_alloc_stat (c MEM_STAT_INFO) macro
HDFSFChangeLog286 * rtl.c (rtx_alloc): Try to clear as integer or HOST_WIDE_INT indirect.
HDexpr.c263 insn = rtx_alloc (INSN); in init_expr_once()
HDChangeLog-19998920 (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
21351 * rtl.c (rtx_alloc): Use memset instead of inline loop.
HDChangeLog-200415717 * 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.
HDChangeLog-20006337 (rtx_alloc): Likewise.
16459 (rtx_alloc): Clear the first word always. Remove dirty
HDChangeLog-2003574 (rtx_alloc, rtvec_alloc): Update them.
5033 (rtx_alloc): Adjust call to ggc_alloc_rtx. Use RTX_HDR_SIZE.
HDChangeLog-200114041 * rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
HDChangeLog-200221260 Use rtx_alloc instead of emit_insn.