Home
last modified time | relevance | path

Searched defs:new_rtx (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfwprop.c394 should_replace_address (rtx old_rtx, rtx new_rtx, machine_mode mode, in should_replace_address()
473 propagate_rtx_1 (rtx *px, rtx old_rtx, rtx new_rtx, int flags) in propagate_rtx_1()
728 propagate_rtx (rtx x, machine_mode mode, rtx old_rtx, rtx new_rtx, in propagate_rtx()
1018 try_fwprop_subst (df_ref use, rtx *loc, rtx new_rtx, rtx_insn *def_insn, in try_fwprop_subst()
1234 rtx src, use_pat, asm_operands, new_rtx, *loc; in forward_propagate_asm() local
1313 rtx src, reg, new_rtx, *loc; in forward_propagate_and_simplify() local
1364 rtx new_rtx = simplify_replace_rtx (old_rtx, src, x); in forward_propagate_and_simplify() local
H A Dregcprop.c55 rtx new_rtx; member
475 rtx new_rtx; in find_oldest_value_reg() local
500 rtx new_rtx = find_oldest_value_reg (cl, *loc, vd); in replace_oldest_value_reg() local
895 rtx new_rtx; in copyprop_hardreg_forward_1() local
1009 rtx new_rtx; in copyprop_hardreg_forward_1() local
H A Drtlhooks.c119 rtx new_rtx = adjust_address_nv (x, mode, offset); in gen_lowpart_if_possible() local
H A Dlists.c185 rtx_insn_list *new_rtx = old; in concat_INSN_LIST() local
H A Dlra-eliminations.c338 rtx new_rtx; in lra_eliminate_regs_1() local
577 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1), in lra_eliminate_regs_1() local
H A Dcprop.c898 rtx new_rtx, set_src, note_src; in cprop_jump() local
1386 rtx cond, new_rtx; in find_implicit_sets() local
1596 rtx src, new_rtx; in bypass_block() local
H A Demit-rtl.c1250 update_reg_offset (rtx new_rtx, rtx reg, poly_int64 offset) in update_reg_offset()
1263 rtx new_rtx = gen_rtx_REG (mode, regno); in gen_rtx_REG_offset() local
1275 rtx new_rtx = gen_reg_rtx (mode); in gen_reg_rtx_offset() local
1758 rtx new_rtx = adjust_address_nv (op, word_mode, offset * UNITS_PER_WORD); in operand_subword() local
2256 rtx new_rtx; in change_address_1() local
2298 rtx new_rtx = change_address_1 (memref, mode, addr, 1, false); in change_address() local
2342 rtx new_rtx; in adjust_address_1() local
2488 rtx new_rtx, addr = XEXP (memref, 0); in offset_address() local
2562 rtx new_rtx = adjust_address_1 (memref, mode, offset, 1, 1, 0, 0); in widen_memory_access() local
6419 rtx_insn *new_rtx; in emit_copy_of_insn_after() local
H A Dcse.c2823 rtx new_rtx = canon_reg (*xloc, insn); in validate_canon_reg() local
3128 rtx new_rtx = 0; in fold_rtx() local
3812 rtx new_rtx; in equiv_constant() local
4498 rtx new_rtx = canon_reg (src, insn); in canonicalize_insn() local
5393 rtx new_rtx = canon_reg (SET_SRC (sets[i].rtl), insn); in cse_insn() local
5615 rtx_jump_insn *new_rtx; in cse_insn() local
6261 rtx new_rtx = gen_lowpart (GET_MODE (x), ent->const_rtx); in cse_process_note_1() local
H A Dcombine.c5462 rtx new_rtx; in subst() local
6938 rtx new_rtx = simplify_rtx (SET_SRC (pat)); in simplify_set() local
7649 rtx new_rtx = 0; in make_extraction() local
8104 rtx new_rtx = 0; in make_compound_operation_int() local
8525 rtx new_rtx, tem; in make_compound_operation() local
8539 rtx new_rtx = make_compound_operation_int (mode, &x, in_code, in make_compound_operation() local
9654 rtx new_rtx, r = known_cond (SUBREG_REG (x), cond, reg, val); in known_cond() local
9679 rtx new_rtx, r = known_cond (XEXP (x, 0), cond, reg, val); in known_cond() local
10629 rtx new_rtx, x; in simplify_shift_const_1() local
11035 rtx new_rtx = simplify_const_binary_operation (code, int_mode, in simplify_shift_const_1() local
H A Drecog.c215 validate_change_1 (rtx object, rtx *loc, rtx new_rtx, bool in_group, bool unshare) in validate_change_1()
267 validate_change (rtx object, rtx *loc, rtx new_rtx, bool in_group) in validate_change()
276 validate_unshare_change (rtx object, rtx *loc, rtx new_rtx, bool in_group) in validate_unshare_change()
564 rtx new_rtx = NULL_RTX; in simplify_while_replacing() local
H A Dgenemit.c368 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0); in gen_insn() local
H A Dreorg.c1399 rtx_insn *new_rtx; in try_merge_delay_insns() local
1438 rtx_insn *new_rtx = delete_from_delay_slot (merged_insns[i].first); in try_merge_delay_insns() local
H A Drtlanal.c3076 rtx new_rtx = replace_rtx (SUBREG_REG (x), from, to, all_regs); in replace_rtx() local
3092 rtx new_rtx = replace_rtx (XEXP (x, 0), from, to, all_regs); in replace_rtx() local
4571 rtx new_rtx = rtl_hooks.reg_nonzero_bits (x, xmode, mode, in nonzero_bits1() local
5088 rtx new_rtx = rtl_hooks.reg_num_sign_bit_copies (x, xmode, mode, in num_sign_bit_copies1() local
H A Dfunction.c1097 update_temp_slot_address (rtx old_rtx, rtx new_rtx) in update_temp_slot_address()
1433 rtx new_rtx; in instantiate_new_reg() local
1492 rtx new_rtx; in instantiate_virtual_regs_in_rtx() local
1549 rtx set, new_rtx, x; in instantiate_virtual_regs_in_insn() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc55 rtx new_rtx; member
477 rtx new_rtx; in find_oldest_value_reg() local
502 rtx new_rtx = find_oldest_value_reg (cl, *loc, vd); in replace_oldest_value_reg() local
899 rtx new_rtx; in copyprop_hardreg_forward_1() local
1027 rtx new_rtx; in copyprop_hardreg_forward_1() local
H A Drtlhooks.cc119 rtx new_rtx = adjust_address_nv (x, mode, offset); in gen_lowpart_if_possible() local
H A Dfwprop.cc246 fwprop_propagation::classify_result (rtx old_rtx, rtx new_rtx) in classify_result()
299 rtx old_rtx, rtx new_rtx) in note_simplification()
799 rtx new_rtx = simplify_replace_rtx (old_rtx, src, x); in forward_propagate_and_simplify() local
H A Dlists.cc185 rtx_insn_list *new_rtx = old; in concat_INSN_LIST() local
H A Dlra-eliminations.cc338 rtx new_rtx; in lra_eliminate_regs_1() local
576 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1), in lra_eliminate_regs_1() local
H A Dcprop.cc900 rtx new_rtx, set_src, note_src; in cprop_jump() local
1384 rtx cond, new_rtx; in find_implicit_sets() local
1594 rtx src, new_rtx; in bypass_block() local
H A Demit-rtl.cc1251 update_reg_offset (rtx new_rtx, rtx reg, poly_int64 offset) in update_reg_offset()
1270 rtx new_rtx = gen_raw_REG (mode, regno); in gen_rtx_REG_offset() local
1282 rtx new_rtx = gen_reg_rtx (mode); in gen_reg_rtx_offset() local
1768 rtx new_rtx = adjust_address_nv (op, word_mode, offset * UNITS_PER_WORD); in operand_subword() local
2266 rtx new_rtx; in change_address_1() local
2308 rtx new_rtx = change_address_1 (memref, mode, addr, 1, false); in change_address() local
2352 rtx new_rtx; in adjust_address_1() local
2498 rtx new_rtx, addr = XEXP (memref, 0); in offset_address() local
2572 rtx new_rtx = adjust_address_1 (memref, mode, offset, 1, 1, 0, 0); in widen_memory_access() local
6408 rtx_insn *new_rtx; in emit_copy_of_insn_after() local
H A Dcse.cc2800 rtx new_rtx = canon_reg (*xloc, insn); in validate_canon_reg() local
3101 rtx new_rtx = 0; in fold_rtx() local
3176 rtx new_rtx = lowpart_subreg (GET_MODE (x), trueop0, mode); in fold_rtx() local
3771 rtx new_rtx; in equiv_constant() local
4484 rtx new_rtx = canon_reg (src, insn); in canonicalize_insn() local
5383 rtx new_rtx = canon_reg (SET_SRC (sets[i].rtl), insn); in cse_insn() local
5606 rtx_jump_insn *new_rtx; in cse_insn() local
6237 rtx new_rtx = gen_lowpart (GET_MODE (x), ent->const_rtx); in cse_process_note_1() local
H A Dcombine.cc5333 rtx new_rtx; in subst() local
6359 rtx new_rtx = lowpart_subreg (GET_MODE (x), trueop0, mode); in combine_simplify_rtx() local
6811 rtx new_rtx = simplify_rtx (SET_SRC (pat)); in simplify_set() local
7504 rtx new_rtx = 0; in make_extraction() local
7977 rtx new_rtx = 0; in make_compound_operation_int() local
8398 rtx new_rtx, tem; in make_compound_operation() local
8412 rtx new_rtx = make_compound_operation_int (mode, &x, in_code, in make_compound_operation() local
9527 rtx new_rtx, r = known_cond (SUBREG_REG (x), cond, reg, val); in known_cond() local
9552 rtx new_rtx, r = known_cond (XEXP (x, 0), cond, reg, val); in known_cond() local
10502 rtx new_rtx, x; in simplify_shift_const_1() local
[all …]
H A Dgenemit.cc373 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0); in gen_insn() local
H A Dreorg.cc1325 rtx_insn *new_rtx; in try_merge_delay_insns() local
1364 rtx_insn *new_rtx = delete_from_delay_slot (merged_insns[i].first); in try_merge_delay_insns() local

123