Searched refs:peep2_next_insn (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | recog.h | 245 extern rtx_insn *peep2_next_insn (int);
|
| D | recog.cc | 3592 peep2_next_insn (int n) in peep2_next_insn() function
|
| D | ChangeLog-2005 | 8020 (change_state): Assume peep2_next_insn never fails. 8024 (peep2_next_insn): Check it.
|
| D | ChangeLog-2015 | 29235 (peep2_next_insn): Promote return type to rtx_insn. 29236 * recog.h (peep2_next_insn): Fix prototype.
|
| D | ChangeLog-2000 | 17513 (peep2_next_insn): New.
|
| D | ChangeLog-2021 | 3468 to the first matched insn. Use peep2_next_insn(1) to refer to
|
| D | ChangeLog-2004 | 13732 extract_insn, peep2_next_insn, peep2_reg_dead_p,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| D | mov.md | 139 || (dead_or_set_p (peep2_next_insn (1), operands[4]) 154 && dead_or_set_p (peep2_next_insn (1), operands[4])
|
| D | cond.md | 307 && dead_or_set_p (peep2_next_insn (1), operands[0])"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.md | 5679 && ix86_avoid_lea_for_addr (peep2_next_insn (0), operands)" 5688 ix86_split_lea_for_addr (peep2_next_insn (0), operands, mode); 7252 "find_regno_note (peep2_next_insn (0), REG_UNUSED, REGNO (operands[0])) != 0" 14977 && SIBLING_CALL_P (peep2_next_insn (1)) 14979 CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))" 14992 && SIBLING_CALL_P (peep2_next_insn (2)) 14994 CALL_INSN_FUNCTION_USAGE (peep2_next_insn (2)))" 15052 "!TARGET_64BIT && SIBLING_CALL_P (peep2_next_insn (1)) 15054 CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))" 15071 "!TARGET_64BIT && SIBLING_CALL_P (peep2_next_insn (2)) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.md | 1093 && dead_or_set_p (peep2_next_insn (0), operands[0])
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.md | 1009 "s390_match_ccmode (peep2_next_insn (1), CCSmode) && TARGET_EXTIMM
|