Searched refs:alloc_reg_note (Results 26 - 40 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc8674 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg1, *cfi_ops);
8685 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg2, *cfi_ops);
9000 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg2, *cfi_ops);
9010 *cfi_ops = alloc_reg_note (REG_CFA_RESTORE, reg, *cfi_ops);
10012 REG_NOTES (insn) = alloc_reg_note (REG_CFA_DEF_CFA, new_cfa, cfi_ops);
10027 cfi_ops = alloc_reg_note (REG_CFA_DEF_CFA, stack_pointer_rtx, cfi_ops);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h3517 extern rtx alloc_reg_note (enum reg_note, rtx, rtx);
H A Dreload1.c2758 x = alloc_reg_note (REG_NOTE_KIND (x), new_rtx, XEXP (x, 1));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c3970 cfa_restores = alloc_reg_note (REG_CFA_RESTORE, reg, cfa_restores);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.h3656 extern rtx alloc_reg_note (enum reg_note, rtx, rtx);
H A Dreload1.cc2756 x = alloc_reg_note (REG_NOTE_KIND (x), new_rtx, XEXP (x, 1));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc3972 cfa_restores = alloc_reg_note (REG_CFA_RESTORE, reg, cfa_restores);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c11474 = alloc_reg_note (REG_CFA_RESTORE,
11493 = alloc_reg_note (REG_CFA_RESTORE,
11529 = alloc_reg_note (REG_CFA_RESTORE,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc11750 = alloc_reg_note (REG_CFA_RESTORE,
11769 = alloc_reg_note (REG_CFA_RESTORE,
11805 = alloc_reg_note (REG_CFA_RESTORE,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c10077 mips_epilogue.cfa_restores = alloc_reg_note (REG_CFA_RESTORE, reg,
12501 REG_NOTES (insn) = alloc_reg_note (REG_CFA_DEF_CFA,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc10218 mips_epilogue.cfa_restores = alloc_reg_note (REG_CFA_RESTORE, reg,
12654 REG_NOTES (insn) = alloc_reg_note (REG_CFA_DEF_CFA,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c9528 rtx note = alloc_reg_note (REG_FRAME_RELATED_EXPR, pat,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc9536 rtx note = alloc_reg_note (REG_FRAME_RELATED_EXPR, pat,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c6767 = alloc_reg_note (REG_CFA_RESTORE, reg, queued_cfa_restores);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc7259 = alloc_reg_note (REG_CFA_RESTORE, reg, queued_cfa_restores);

Completed in 1057 milliseconds

12