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

/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c4902 rtx code_exp, lats_exp, byps_exp;
4988 lats_exp = rtx_alloc (COND);
4992 XVEC (lats_exp, 0) = rtvec_alloc (j);
4997 XEXP (lats_exp, 1) = make_numeric_value (decl->default_latency);
5002 XEXP (lats_exp, 1) = make_numeric_value (0);
5010 XVECEXP (lats_exp, 0, j) = condexps[i];
5013 XVECEXP (lats_exp, 0, j + 1) = condexps[i + 2];
5024 make_internal_attr (name, lats_exp, ATTR_NONE);
5056 lats_exp = rtx_alloc (COND);
5059 XVEC (lats_exp,
4901 rtx code_exp, lats_exp, byps_exp; local
[all...]

Completed in 92 milliseconds