Home
last modified time | relevance | path

Searched refs:alloc_EXPR_LIST (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDloop-iv.c1834 alloc_EXPR_LIST (0, cond_under, desc->infinite); in shorten_into_mode()
1837 alloc_EXPR_LIST (0, cond_over, desc->noloop_assumptions); in shorten_into_mode()
1846 alloc_EXPR_LIST (0, cond_over, desc->infinite); in shorten_into_mode()
1849 alloc_EXPR_LIST (0, cond_under, desc->noloop_assumptions); in shorten_into_mode()
1855 alloc_EXPR_LIST (0, cond_over, desc->infinite); in shorten_into_mode()
1858 alloc_EXPR_LIST (0, cond_under, desc->infinite); in shorten_into_mode()
2161 alloc_EXPR_LIST (0, assumption, desc->noloop_assumptions); in iv_number_of_iterations()
2180 alloc_EXPR_LIST (0, const_true_rtx, NULL_RTX); in iv_number_of_iterations()
2191 alloc_EXPR_LIST (0, const_true_rtx, NULL_RTX); in iv_number_of_iterations()
2268 desc->infinite = alloc_EXPR_LIST (0, may_not_xform, in iv_number_of_iterations()
[all …]
HDloop-unswitch.c369 conds = alloc_EXPR_LIST (0, cond, cond_checked); in unswitch_single_loop()
371 rconds = alloc_EXPR_LIST (0, rcond, cond_checked); in unswitch_single_loop()
HDlists.c140 alloc_EXPR_LIST (int kind, rtx val, rtx next) in alloc_EXPR_LIST() function
HDflow.c2581 pbi->mem_set_list = alloc_EXPR_LIST (0, mem, pbi->mem_set_list); in add_to_mem_set_list()
3001 = alloc_EXPR_LIST (REG_UNUSED, reg, REG_NOTES (insn)); in mark_set_1()
3023 = alloc_EXPR_LIST (REG_UNUSED, in mark_set_1()
3078 = alloc_EXPR_LIST (REG_UNUSED, reg, REG_NOTES (insn)); in mark_set_1()
3607 REG_NOTES (insn) = alloc_EXPR_LIST (REG_INC, incr_reg, REG_NOTES (insn)); in attempt_auto_inc()
3848 = alloc_EXPR_LIST (REG_DEAD, reg, REG_NOTES (insn)); in mark_used_reg()
3861 = alloc_EXPR_LIST (REG_DEAD, in mark_used_reg()
4345 REG_NOTES (insn) = alloc_EXPR_LIST (REG_INC, reg, REG_NOTES (insn)); in try_pre_increment()
HDdf-problems.c3286 rtx note = alloc_EXPR_LIST (REG_UNUSED, *DF_REF_LOC (regs->ref), in df_set_unused_notes_for_mw()
3311 rtx note = alloc_EXPR_LIST (REG_UNUSED, regno_reg_rtx[regno], in df_set_unused_notes_for_mw()
3361 rtx note = alloc_EXPR_LIST (REG_DEAD, *DF_REF_LOC (regs->ref), in df_set_dead_notes_for_mw()
3393 rtx note = alloc_EXPR_LIST (REG_DEAD, regno_reg_rtx[regno], in df_set_dead_notes_for_mw()
3452 rtx note = alloc_EXPR_LIST (REG_UNUSED, reg, REG_NOTES (insn)); in df_create_unused_note()
3655 rtx note = alloc_EXPR_LIST (REG_DEAD, reg, REG_NOTES (insn)); in df_ri_bb_compute()
HDgcse.c1961 alloc_EXPR_LIST (VOIDmode, dest_addr, canon_modify_mem_list[bb]); in canon_list_insert()
1963 alloc_EXPR_LIST (VOIDmode, dest, canon_modify_mem_list[bb]); in canon_list_insert()
5544 return alloc_EXPR_LIST (0, x, accum); in extract_mentioned_regs_helper()
HDsched-deps.c686 link = alloc_EXPR_LIST (VOIDmode, canon_rtx (mem), *mem_list); in add_insn_mem_dependence()
HDsched-rgn.c2402 new_mems = alloc_EXPR_LIST (VOIDmode, XEXP (copy_mems, 0), new_mems); in concat_insn_mem_list()
HDrtl.h1768 rtx alloc_EXPR_LIST (int, rtx, rtx);
HDexpr.c1806 e = alloc_EXPR_LIST (REG_NOTE_KIND (e), d, XEXP (e, 1)); in emit_group_load_into_temps()
1846 e = alloc_EXPR_LIST (REG_NOTE_KIND (e), copy_to_reg (d), XEXP (e, 1)); in emit_group_move_into_temps()
6776 REG_NOTES (insn) = alloc_EXPR_LIST (REG_EH_REGION, GEN_INT (rn), in expand_expr_real()
HDifcvt.c329 alloc_EXPR_LIST (REG_BR_PROB, prob_val, in cond_exec_process_insns()
HDbuiltins.c819 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO, const0_rtx, in expand_builtin_longjmp()
892 REG_NOTES (insn) = alloc_EXPR_LIST (REG_NON_LOCAL_GOTO, in expand_builtin_nonlocal_goto()
HDreload.c300 = alloc_EXPR_LIST (REG_EQUIV, mem, in push_reg_equiv_alt_mem()
HDChangeLog-19995722 (find_basic_blocks_1): Use alloc_EXPR_LIST.
5748 Use alloc_EXPR_LIST.
5751 (try_pre_increment): Use alloc_EXPR_LIST.
10107 (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
10114 (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
10123 (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
HDChangeLog-19989237 * haifa-sched.c (alloc_EXPR_LIST): Change to use
15374 (alloc_INSN_LIST, alloc_EXPR_LIST): New. Change all callers of
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.c6775 REG_NOTES (insn) = alloc_EXPR_LIST (REG_FRAME_RELATED_EXPR, in mips_set_frame_expr()