Searched refs:note_reg (Results 1 – 2 of 2) sorted by relevance
1874 rtx *note_reg; /* Array of note contents */ local1920 note_reg = (rtx *) alloca (i * sizeof (rtx));1940 note_reg[n_notes] = reg;2040 int regnum = get_hard_regnum (regstack, note_reg[i]);2123 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j])2138 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j])
1945 rtx *note_reg; /* Array of note contents */ in subst_asm_stack_regs() local1990 note_reg = alloca (i * sizeof (rtx)); in subst_asm_stack_regs()2010 note_reg[n_notes] = reg; in subst_asm_stack_regs()2108 int regnum = get_hard_regnum (regstack, note_reg[i]); in subst_asm_stack_regs()2190 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j]) in subst_asm_stack_regs()2205 if (REGNO (recog_data.operand[i]) == REGNO (note_reg[j]) in subst_asm_stack_regs()