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

/freebsd-11.0-release/contrib/gcc/
H A Dgenattrtab.c224 static rtx true_rtx, false_rtx; variable
471 return false_rtx;
790 orexp = false_rtx;
811 return false_rtx;
1366 condexp = false_rtx;
1377 if (condexp == 0) condexp = false_rtx;
1389 if (condexp == 0) condexp = false_rtx;
1689 else if (newtest == false_rtx)
1811 if (code == AND && term == false_rtx)
1812 return false_rtx;
[all...]
H A Dcombine.c4212 rtx cond, true_rtx, false_rtx;
4214 cond = if_then_else_cond (x, &true_rtx, &false_rtx);
4219 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx))))
4229 here since true_rtx or false_rtx might share RTL with x as a
4232 false_rtx = subst (copy_rtx (false_rtx), pc_rtx, pc_rtx, 0, 0);
4234 /* If true_rtx and false_rtx are not general_operands, an if_then_else
4237 && general_operand (false_rtx, VOIDmode))
4246 if (true_rtx == const_true_rtx && false_rtx == const0_rtx)
4249 else if (true_rtx == const0_rtx && false_rtx
4195 rtx cond, true_rtx, false_rtx; local
4845 rtx false_rtx = XEXP (x, 2); local
5473 rtx false_rtx = (GET_CODE (XEXP (src, 0)) == NE local
[all...]
H A Dcse.c4030 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx;
4038 false_rtx = CONST0_RTX (mode);
4117 return false_rtx;
4143 ? true_rtx : false_rtx);
4148 return false_rtx;
4173 ? true_rtx : false_rtx);
4197 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx;
4204 false_rtx = CONST0_RTX (mode);
4211 return false_rtx;
4220 return false_rtx;
4011 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; local
4178 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; local
[all...]
H A Doptabs.c3975 rtx true_rtx, false_rtx;
3981 false_rtx = const_true_rtx;
3986 false_rtx = const0_rtx;
3991 false_rtx = const0_rtx;
3996 false_rtx = constm1_rtx;
4001 false_rtx = const0_rtx;
4006 false_rtx = const1_rtx;
4013 equiv, true_rtx, false_rtx);
3959 rtx true_rtx, false_rtx; local

Completed in 202 milliseconds