Home
last modified time | relevance | path

Searched refs:replace_rtx (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3054 replace_rtx (rtx x, rtx from, rtx to, bool all_regs) in replace_rtx() function
3076 rtx new_rtx = replace_rtx (SUBREG_REG (x), from, to, all_regs); in replace_rtx()
3092 rtx new_rtx = replace_rtx (XEXP (x, 0), from, to, all_regs); in replace_rtx()
3110 XEXP (x, i) = replace_rtx (XEXP (x, i), from, to, all_regs); in replace_rtx()
3113 XVECEXP (x, i, j) = replace_rtx (XVECEXP (x, i, j), in replace_rtx()
3176 *loc = replace_rtx (x, x, XEXP (new_mem, 0)); in replace_label()
H A Dfunction.c6676 SET_DEST (p_sets[j]) = replace_rtx (SET_DEST (p_sets[j]), in match_asm_constraints_1()
6684 RTVEC_ELT (inputs, j) = replace_rtx (RTVEC_ELT (inputs, j), in match_asm_constraints_1()
H A Dmodulo-sched.c834 replace_rtx (ps->g->nodes[i_use].insn, move->old_reg, move->new_reg); in apply_reg_moves()
H A Drtl.h3535 extern rtx replace_rtx (rtx, rtx, rtx, bool = false);
H A Dcombine.c5036 src2 = replace_rtx (src2, reg, src1); in find_split_point()
13323 value = replace_rtx (copy_rtx (value), reg, tem); in record_value_for_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.md2029 replace_rtx (operands[2], operands[9], operands[3], true);
2030 replace_rtx (operands[2], operands[0], operands[10], true);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.md2029 replace_rtx (operands[2], operands[9], operands[3], true);
2030 replace_rtx (operands[2], operands[0], operands[10], true);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.cc834 replace_rtx (ps->g->nodes[i_use].insn, move->old_reg, move->new_reg); in apply_reg_moves()
H A Drtl.h3674 extern rtx replace_rtx (rtx, rtx, rtx, bool = false);
H A Dcombine.cc4920 src2 = replace_rtx (src2, reg, src1); in find_split_point()
13217 value = replace_rtx (copy_rtx (value), reg, tem); in record_value_for_reg()
H A DChangeLog.dataflow220 (move_btr_def): Use validate_replace_rtx instead of replace_rtx.
H A DChangeLog-201629908 instead of replace_rtx for DEBUG_INSNs.
29944 true as ALL_REGS argument to replace_rtx.
29955 * rtl.h (replace_rtx): Add ALL_REGS argument.
29956 * rtlanal.c (replace_rtx): Likewise. If true, use REGNO
29960 true as ALL_REGS argument to replace_rtx.
29977 * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
30014 * rtlanal.c (replace_rtx): For REG, if from is a REG,
H A DChangeLog-199910563 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
19789 * unroll.c (find_splittable_givs): After express_from, call replace_rtx
H A DChangeLog6895 * rtlanal.cc (replace_rtx): Use simplify_subreg or
H A DChangeLog-200717811 validate_replace_rtx instead of replace_rtx.
17812 (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
H A DChangeLog-19988213 * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE.
H A DChangeLog-20046911 replace_rtx to avoid creating invalid RTL in REG_RETVAL notes.
13761 dead_or_set_p, find_reg_fusage, remove_note, replace_rtx,
H A DChangeLog-200813671 * rtlanal.c (replace_rtx, nonzero_bits1, num_sign_bit_copies1):
H A DChangeLog-202115587 Set all_regs to true in the call to replace_rtx.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc2930 PATTERN (insn) = replace_rtx (copy_rtx (PATTERN (insn)), in xtensa_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c2898 PATTERN (insn) = replace_rtx (copy_rtx (PATTERN (insn)), in xtensa_expand_prologue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.c3641 OP (op) = replace_rtx (OP (op), gen_rtx_REG (HImode, SP_REG), HL); in rl78_alloc_address_registers_macax()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.cc3641 OP (op) = replace_rtx (OP (op), gen_rtx_REG (HImode, SP_REG), HL); in rl78_alloc_address_registers_macax()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.md20736 operands[8] = replace_rtx (operands[5], operands[0], operands[1], true);
20737 operands[9] = replace_rtx (operands[6], operands[0], operands[1], true);
20769 operands[8] = replace_rtx (operands[5], operands[0], operands[1], true);
20770 operands[9] = replace_rtx (operands[6], operands[0], operands[1], true);
21909 "operands[4] = replace_rtx (operands[2], operands[0], operands[1], true);")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.md19113 "operands[4] = replace_rtx (operands[2], operands[0], operands[1], true);")

12