Searched refs:old_operands (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | regrename.cc | 1551 hide_operands (int n_ops, rtx *old_operands, rtx *old_dups, in hide_operands() argument 1558 old_operands[i] = recog_data.operand[i]; in hide_operands() 1586 restore_operands (rtx_insn *insn, int n_ops, rtx *old_operands, rtx *old_dups) in restore_operands() argument 1592 *recog_data.operand_loc[i] = old_operands[i]; in restore_operands() 1666 rtx old_operands[MAX_RECOG_OPERANDS]; in build_def_use() local 1770 hide_operands (n_ops, old_operands, old_dups, untracked_operands, in build_def_use() 1773 restore_operands (insn, n_ops, old_operands, old_dups); in build_def_use() 1784 hide_operands (n_ops, old_operands, old_dups, untracked_operands, in build_def_use() 1787 restore_operands (insn, n_ops, old_operands, old_dups); in build_def_use() 1885 hide_operands (n_ops, old_operands, old_dups, untracked_operands, in build_def_use() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | regrename.c | 1532 hide_operands (int n_ops, rtx *old_operands, rtx *old_dups, in hide_operands() argument 1539 old_operands[i] = recog_data.operand[i]; in hide_operands() 1567 restore_operands (rtx_insn *insn, int n_ops, rtx *old_operands, rtx *old_dups) in restore_operands() argument 1573 *recog_data.operand_loc[i] = old_operands[i]; in restore_operands() 1647 rtx old_operands[MAX_RECOG_OPERANDS]; in build_def_use() local 1751 hide_operands (n_ops, old_operands, old_dups, untracked_operands, in build_def_use() 1754 restore_operands (insn, n_ops, old_operands, old_dups); in build_def_use() 1765 hide_operands (n_ops, old_operands, old_dups, untracked_operands, in build_def_use() 1768 restore_operands (insn, n_ops, old_operands, old_dups); in build_def_use() 1866 hide_operands (n_ops, old_operands, old_dups, untracked_operands, in build_def_use() [all …]
|