Searched refs:hard_reg_set_here_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dreload.c261 static int hard_reg_set_here_p (unsigned int, unsigned int, rtx);
1546 || ! hard_reg_set_here_p (regno,
2029 && ! hard_reg_set_here_p (regno, regno + nwords,
2085 hard_reg_set_here_p (unsigned int beg_regno, unsigned int end_regno, rtx x)
2108 if (hard_reg_set_here_p (beg_regno, end_regno, XVECEXP (x, 0, i)))
2075 hard_reg_set_here_p (unsigned int beg_regno, unsigned int end_regno, rtx x) function

Completed in 127 milliseconds