Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenpreds.c168 needs_variable (rtx exp, const char *var) in needs_variable() function
175 if (needs_variable (XEXP (exp, 2), var)) in needs_variable()
180 if (needs_variable (XEXP (exp, 1), var)) in needs_variable()
184 return needs_variable (XEXP (exp, 0), var); in needs_variable()
1051 bool needs_ival = needs_variable (c->exp, "ival"); in write_tm_constrs_h()
1052 bool needs_hval = needs_variable (c->exp, "hval"); in write_tm_constrs_h()
1053 bool needs_lval = needs_variable (c->exp, "lval"); in write_tm_constrs_h()
1054 bool needs_rval = needs_variable (c->exp, "rval"); in write_tm_constrs_h()
1055 bool needs_mode = (needs_variable (c->exp, "mode") in write_tm_constrs_h()
1057 bool needs_op = (needs_variable (c->exp, "op") in write_tm_constrs_h()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenpreds.c168 needs_variable (rtx exp, const char *var) in needs_variable() function
175 if (needs_variable (XEXP (exp, 2), var)) in needs_variable()
180 if (needs_variable (XEXP (exp, 1), var)) in needs_variable()
184 return needs_variable (XEXP (exp, 0), var); in needs_variable()
1217 bool needs_ival = needs_variable (c->exp, "ival"); in write_tm_constrs_h()
1218 bool needs_hval = needs_variable (c->exp, "hval"); in write_tm_constrs_h()
1219 bool needs_lval = needs_variable (c->exp, "lval"); in write_tm_constrs_h()
1220 bool needs_rval = needs_variable (c->exp, "rval"); in write_tm_constrs_h()
1221 bool needs_mode = (needs_variable (c->exp, "mode") in write_tm_constrs_h()
1223 bool needs_op = (needs_variable (c->exp, "op") in write_tm_constrs_h()