/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | loop-iv.c | 1928 cond_list = alloc_EXPR_LIST (0, cond, cond_list); in simplify_using_initial_values() 2043 alloc_EXPR_LIST (0, cond_under, desc->infinite); in shorten_into_mode() 2046 alloc_EXPR_LIST (0, cond_over, desc->noloop_assumptions); in shorten_into_mode() 2055 alloc_EXPR_LIST (0, cond_over, desc->infinite); in shorten_into_mode() 2058 alloc_EXPR_LIST (0, cond_under, desc->noloop_assumptions); in shorten_into_mode() 2064 alloc_EXPR_LIST (0, cond_over, desc->infinite); in shorten_into_mode() 2067 alloc_EXPR_LIST (0, cond_under, desc->infinite); in shorten_into_mode() 2428 alloc_EXPR_LIST (0, assumption, desc->noloop_assumptions); in iv_number_of_iterations() 2447 alloc_EXPR_LIST (0, const_true_rtx, NULL_RTX); in iv_number_of_iterations() 2458 alloc_EXPR_LIST (0, const_true_rtx, NULL_RTX); in iv_number_of_iterations() [all …]
|
H A D | loop-unswitch.c | 360 conds = alloc_EXPR_LIST (0, cond, cond_checked); in unswitch_single_loop() 362 rconds = alloc_EXPR_LIST (0, rcond, cond_checked); in unswitch_single_loop()
|
H A D | lists.c | 131 alloc_EXPR_LIST (int kind, rtx val, rtx next) in alloc_EXPR_LIST() function
|
H A D | store-motion.c | 286 *mentioned_regs_p = alloc_EXPR_LIST (0, *loc, *mentioned_regs_p); in extract_mentioned_regs_1()
|
H A D | sched-rgn.c | 2564 new_mems = alloc_EXPR_LIST (VOIDmode, XEXP (copy_mems, 0), new_mems); in concat_insn_mem_list()
|
H A D | rtl.h | 2037 extern rtx alloc_EXPR_LIST (int, rtx, rtx);
|
H A D | ifcvt.c | 380 alloc_EXPR_LIST (REG_BR_PROB, prob_val, in cond_exec_process_insns()
|
H A D | sched-deps.c | 1725 link = alloc_EXPR_LIST (VOIDmode, canon_rtx (mem), *mem_list); in add_insn_mem_dependence()
|
H A D | rtlanal.c | 1930 note = alloc_EXPR_LIST (kind, datum, list); in alloc_reg_note()
|
H A D | var-tracking.c | 949 amd->side_effects = alloc_EXPR_LIST (0, in adjust_mems() 962 amd->side_effects = alloc_EXPR_LIST (0, in adjust_mems()
|
H A D | expr.c | 1817 e = alloc_EXPR_LIST (REG_NOTE_KIND (e), d, XEXP (e, 1)); in emit_group_load_into_temps() 1857 e = alloc_EXPR_LIST (REG_NOTE_KIND (e), copy_to_reg (d), XEXP (e, 1)); in emit_group_move_into_temps()
|
H A D | reload.c | 307 = alloc_EXPR_LIST (REG_EQUIV, mem, in push_reg_equiv_alt_mem()
|
H A D | dwarf2out.c | 5217 return alloc_EXPR_LIST (bitsize, loc_note, next); in decl_piece_node() 5219 return alloc_EXPR_LIST (0, gen_rtx_CONCAT (VOIDmode, in decl_piece_node()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | loop-iv.c | 1958 cond_list = alloc_EXPR_LIST (0, cond, cond_list); in simplify_using_initial_values() 2092 alloc_EXPR_LIST (0, cond_under, desc->infinite); in shorten_into_mode() 2095 alloc_EXPR_LIST (0, cond_over, desc->noloop_assumptions); in shorten_into_mode() 2104 alloc_EXPR_LIST (0, cond_over, desc->infinite); in shorten_into_mode() 2107 alloc_EXPR_LIST (0, cond_under, desc->noloop_assumptions); in shorten_into_mode() 2113 alloc_EXPR_LIST (0, cond_over, desc->infinite); in shorten_into_mode() 2116 alloc_EXPR_LIST (0, cond_under, desc->infinite); in shorten_into_mode() 2477 alloc_EXPR_LIST (0, assumption, desc->noloop_assumptions); in iv_number_of_iterations() 2496 alloc_EXPR_LIST (0, const_true_rtx, NULL_RTX); in iv_number_of_iterations() 2507 alloc_EXPR_LIST (0, const_true_rtx, NULL_RTX); in iv_number_of_iterations() [all …]
|
H A D | lists.c | 127 alloc_EXPR_LIST (int kind, rtx val, rtx next) in alloc_EXPR_LIST() function
|
H A D | sched-rgn.c | 2593 new_mems = alloc_EXPR_LIST (VOIDmode, copy_mems->element (), new_mems); in concat_insn_mem_list()
|
H A D | rtl.h | 3538 extern rtx_expr_list *alloc_EXPR_LIST (int, rtx, rtx);
|
H A D | sched-deps.c | 1743 mem_node = alloc_EXPR_LIST (VOIDmode, canon_rtx (mem), *mem_list); in add_insn_mem_dependence()
|
H A D | rtlanal.c | 2352 note = alloc_EXPR_LIST (kind, datum, list); in alloc_reg_note()
|
H A D | expr.c | 2336 e = alloc_EXPR_LIST (REG_NOTE_KIND (e), d, XEXP (e, 1)); in emit_group_load_into_temps() 2376 e = alloc_EXPR_LIST (REG_NOTE_KIND (e), copy_to_reg (d), XEXP (e, 1)); in emit_group_move_into_temps()
|
H A D | reload.c | 299 = alloc_EXPR_LIST (REG_EQUIV, mem, in push_reg_equiv_alt_mem()
|
H A D | dwarf2out.c | 6088 return alloc_EXPR_LIST (bitsize, loc_note, next); in decl_piece_node() 6090 return alloc_EXPR_LIST (0, gen_rtx_CONCAT (VOIDmode, in decl_piece_node()
|