Searched refs:needs_variable (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genpreds.cc | 168 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()
|
| D | ChangeLog-2006 | 17917 (validate_exp, needs_variable, struct constraint_data)
|
| D | ChangeLog-2009 | 32086 * genpreds.c (needs_variable): Fix parentheses at variable name
|
| D | ChangeLog-2016 | 15722 (needs_variable): Likewise.
|