Home
last modified time | relevance | path

Searched refs:note_kind (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreg-stack.c2160 enum reg_note *note_kind; /* The type of each note */ in subst_asm_stack_regs() local
2201 note_kind = XALLOCAVEC (enum reg_note, i); in subst_asm_stack_regs()
2223 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2314 if (note_kind[i] == REG_DEAD) in subst_asm_stack_regs()
2393 && note_kind[j] == REG_UNUSED) in subst_asm_stack_regs()
2408 && note_kind[j] == REG_DEAD in subst_asm_stack_regs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.cc2158 enum reg_note *note_kind; /* The type of each note */ in subst_asm_stack_regs() local
2199 note_kind = XALLOCAVEC (enum reg_note, i); in subst_asm_stack_regs()
2221 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2312 if (note_kind[i] == REG_DEAD) in subst_asm_stack_regs()
2391 && note_kind[j] == REG_UNUSED) in subst_asm_stack_regs()
2406 && note_kind[j] == REG_DEAD in subst_asm_stack_regs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c610 enum reg_note note_kind = REG_NOTE_MAX; in nios2_adjust_stack() local
624 note_kind = REG_FRAME_RELATED_EXPR; in nios2_adjust_stack()
627 note_kind = REG_CFA_ADJUST_CFA; in nios2_adjust_stack()
628 if (note_kind != REG_NOTE_MAX) in nios2_adjust_stack()
633 add_reg_note (insn, note_kind, cfa_adj); in nios2_adjust_stack()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc611 enum reg_note note_kind = REG_NOTE_MAX; in nios2_adjust_stack() local
625 note_kind = REG_FRAME_RELATED_EXPR; in nios2_adjust_stack()
628 note_kind = REG_CFA_ADJUST_CFA; in nios2_adjust_stack()
629 if (note_kind != REG_NOTE_MAX) in nios2_adjust_stack()
634 add_reg_note (insn, note_kind, cfa_adj); in nios2_adjust_stack()