Home | History | Annotate | Download | only in gcc

Lines Matching defs:reg_overlap_mentioned_p

1161 	&& (reg_overlap_mentioned_p (reg, PATTERN (insn))
1180 if (reg_overlap_mentioned_p (x, SET_SRC (body)))
1191 && reg_overlap_mentioned_p (x, SET_DEST (body)))
1197 if (reg_overlap_mentioned_p (x, ASM_OPERANDS_INPUT (body, i)))
1204 return reg_overlap_mentioned_p (x, body);
1207 return reg_overlap_mentioned_p (x, TRAP_CONDITION (body));
1210 return reg_overlap_mentioned_p (x, XEXP (body, 0));
1215 if (reg_overlap_mentioned_p (x, XVECEXP (body, 0, i)))
1227 if (reg_overlap_mentioned_p (x, XEXP (XEXP (body, 0), 0)))
1232 reg_overlap_mentioned_p (x, COND_EXEC_TEST (body)))
1453 || (!MEM_P (x) && reg_overlap_mentioned_p (data->pat, x)))
1870 reg_overlap_mentioned_p (const_rtx x, const_rtx in)
1917 if (reg_overlap_mentioned_p (x, XEXP (in, i)))
1924 if (reg_overlap_mentioned_p (x, XVECEXP (in, i, j)))
1942 && reg_overlap_mentioned_p (XEXP (XVECEXP (x, 0, i), 0), in))