Home
last modified time | relevance | path

Searched refs:x_regno (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dstruct-equiv.c313 unsigned x_regno = REGNO (x); in note_local_live() local
315 int x_nominal_nregs = (x_regno >= FIRST_PSEUDO_REGISTER in note_local_live()
316 ? 1 : hard_regno_nregs[x_regno][GET_MODE (x)]); in note_local_live()
328 unsigned x_regno ATTRIBUTE_UNUSED = REGNO (x); in note_local_live()
336 REGNO_REG_CLASS (x_regno), x_mode) in note_local_live()
380 unsigned x_regno = REGNO (x); in rtx_equiv_p() local
385 && (x_regno >= FIRST_PSEUDO_REGISTER in rtx_equiv_p()
396 && (IN_RANGE (x_regno, FIRST_STACK_REG, LAST_STACK_REG) in rtx_equiv_p()
398 return x_regno == y_regno; in rtx_equiv_p()
404 if (REGNO_REG_SET_P (info->x_local_live, x_regno)) in rtx_equiv_p()
[all …]
Drtlanal.c1131 unsigned int x_regno; in refers_to_regno_p() local
1146 x_regno = REGNO (x); in refers_to_regno_p()
1151 if ((x_regno == STACK_POINTER_REGNUM in refers_to_regno_p()
1153 || x_regno == ARG_POINTER_REGNUM in refers_to_regno_p()
1155 || x_regno == FRAME_POINTER_REGNUM) in refers_to_regno_p()
1159 return (endregno > x_regno in refers_to_regno_p()
1160 && regno < x_regno + (x_regno < FIRST_PSEUDO_REGISTER in refers_to_regno_p()
1161 ? hard_regno_nregs[x_regno][GET_MODE (x)] in refers_to_regno_p()