Searched refs:replace_rtx (Results 1 – 22 of 22) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | rtlanal.cc | 3381 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()
|
| D | function.cc | 6912 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()
|
| D | modulo-sched.cc | 834 replace_rtx (ps->g->nodes[i_use].insn, move->old_reg, move->new_reg); in apply_reg_moves()
|
| D | rtl.h | 3674 extern rtx replace_rtx (rtx, rtx, rtx, bool = false);
|
| D | combine.cc | 4920 src2 = replace_rtx (src2, reg, src1); in find_split_point() 13217 value = replace_rtx (copy_rtx (value), reg, tem); in record_value_for_reg()
|
| D | ChangeLog.dataflow | 220 (move_btr_def): Use validate_replace_rtx instead of replace_rtx.
|
| D | ChangeLog-2016 | 29908 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,
|
| D | ChangeLog-1999 | 10563 may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs, 19789 * unroll.c (find_splittable_givs): After express_from, call replace_rtx
|
| D | ChangeLog | 6895 * rtlanal.cc (replace_rtx): Use simplify_subreg or
|
| D | ChangeLog-2007 | 17811 validate_replace_rtx instead of replace_rtx. 17812 (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
|
| D | ChangeLog-1998 | 8213 * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE.
|
| D | ChangeLog-2004 | 6911 replace_rtx to avoid creating invalid RTL in REG_RETVAL notes. 13761 dead_or_set_p, find_reg_fusage, remove_note, replace_rtx,
|
| D | ChangeLog-2008 | 13671 * rtlanal.c (replace_rtx, nonzero_bits1, num_sign_bit_copies1):
|
| D | ChangeLog-2012 | 15942 * rtlanal.c (replace_rtx): Remove test.
|
| D | ChangeLog-2000 | 13044 instead of replace_rtx.
|
| D | ChangeLog-2021 | 15587 Set all_regs to true in the call to replace_rtx.
|
| D | ChangeLog-2009 | 32944 replace_rtx in the new peephole2.
|
| D | ChangeLog-2005 | 34194 (record_value_for_reg): If replace_rtx would replace at least
|
| D | ChangeLog-2002 | 30405 * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
|
| D | ChangeLog-2017 | 36070 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| D | xtensa.cc | 2930 PATTERN (insn) = replace_rtx (copy_rtx (PATTERN (insn)), in xtensa_expand_prologue()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.md | 20736 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);")
|