Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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()
1218 bool needs_ival = needs_variable (c->exp, "ival"); in write_tm_constrs_h()
1219 bool needs_hval = needs_variable (c->exp, "hval"); in write_tm_constrs_h()
1220 bool needs_lval = needs_variable (c->exp, "lval"); in write_tm_constrs_h()
1221 bool needs_rval = needs_variable (c->exp, "rval"); in write_tm_constrs_h()
1222 bool needs_mode = (needs_variable (c->exp, "mode") in write_tm_constrs_h()
1224 bool needs_op = (needs_variable (c->exp, "op") in write_tm_constrs_h()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenpreds.cc168 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()
1219 bool needs_ival = needs_variable (c->exp, "ival"); in write_tm_constrs_h()
1220 bool needs_hval = needs_variable (c->exp, "hval"); in write_tm_constrs_h()
1221 bool needs_lval = needs_variable (c->exp, "lval"); in write_tm_constrs_h()
1222 bool needs_rval = needs_variable (c->exp, "rval"); in write_tm_constrs_h()
1223 bool needs_mode = (needs_variable (c->exp, "mode") in write_tm_constrs_h()
1225 bool needs_op = (needs_variable (c->exp, "op") in write_tm_constrs_h()
H A DChangeLog-200617917 (validate_exp, needs_variable, struct constraint_data)
H A DChangeLog-200932086 * genpreds.c (needs_variable): Fix parentheses at variable name
H A DChangeLog-201615722 (needs_variable): Likewise.