Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Drtlanal.cc3381 replace_rtx (rtx x, rtx from, rtx to, bool all_regs) in replace_rtx() function
3403 rtx new_rtx = replace_rtx (SUBREG_REG (x), from, to, all_regs); in replace_rtx()
3419 rtx new_rtx = replace_rtx (XEXP (x, 0), from, to, all_regs); in replace_rtx()
3437 XEXP (x, i) = replace_rtx (XEXP (x, i), from, to, all_regs); in replace_rtx()
3440 XVECEXP (x, i, j) = replace_rtx (XVECEXP (x, i, j), in replace_rtx()
3503 *loc = replace_rtx (x, x, XEXP (new_mem, 0)); in replace_label()
Dfunction.cc6912 SET_DEST (p_sets[j]) = replace_rtx (SET_DEST (p_sets[j]), in match_asm_constraints_1()
6920 RTVEC_ELT (inputs, j) = replace_rtx (RTVEC_ELT (inputs, j), in match_asm_constraints_1()
Dmodulo-sched.cc834 replace_rtx (ps->g->nodes[i_use].insn, move->old_reg, move->new_reg); in apply_reg_moves()
Drtl.h3674 extern rtx replace_rtx (rtx, rtx, rtx, bool = false);
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()
DChangeLog.dataflow220 (move_btr_def): Use validate_replace_rtx instead of replace_rtx.
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,
DChangeLog-199910563 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
19789 * unroll.c (find_splittable_givs): After express_from, call replace_rtx
DChangeLog6895 * rtlanal.cc (replace_rtx): Use simplify_subreg or
DChangeLog-200717811 validate_replace_rtx instead of replace_rtx.
17812 (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
DChangeLog-19988213 * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE.
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,
DChangeLog-200813671 * rtlanal.c (replace_rtx, nonzero_bits1, num_sign_bit_copies1):
DChangeLog-201215942 * rtlanal.c (replace_rtx): Remove test.
DChangeLog-200013044 instead of replace_rtx.
DChangeLog-202115587 Set all_regs to true in the call to replace_rtx.
DChangeLog-200932944 replace_rtx in the new peephole2.
DChangeLog-200534194 (record_value_for_reg): If replace_rtx would replace at least
DChangeLog-200230405 * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
DChangeLog-201736070 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.cc2930 PATTERN (insn) = replace_rtx (copy_rtx (PATTERN (insn)), in xtensa_expand_prologue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
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);")