Home | History | Annotate | Download | only in gcc

Lines Matching refs:condexp

997   rtx condexp;
1009 condexp = rtx_alloc (COND);
1010 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1017 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p);
1018 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i);
1021 XEXP (condexp, 1) = XVECEXP (exp, 1, i);
1023 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp);
1280 rtx condexp;
1287 condexp = rtx_alloc (COND);
1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2);
1289 XEXP (condexp, 1) = make_numeric_value (0);
1293 XVECEXP (condexp, 0, i) = XEXP (delay->def, 0);
1294 XVECEXP (condexp, 0, i + 1)
1298 make_internal_attr (num_delay_slots_str, condexp, ATTR_NONE);
1303 condexp = rtx_alloc (COND);
1304 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2);
1305 XEXP (condexp, 1) = make_numeric_value (0);
1309 XVECEXP (condexp, 0, i) = XEXP (delay->def, 0);
1310 XVECEXP (condexp, 0, i + 1) = make_numeric_value (delay->num);
1313 make_internal_attr (delay_type_str, condexp, ATTR_SPECIAL);
1323 condexp = XVECEXP (delay->def, 1, i);
1324 if (condexp == 0)
1325 condexp = false_rtx;
1326 newexp = attr_rtx (IF_THEN_ELSE, condexp,
1335 condexp = XVECEXP (delay->def, 1, i + 1);
1336 if (condexp == 0) condexp = false_rtx;
1337 newexp = attr_rtx (IF_THEN_ELSE, condexp,
1347 condexp = XVECEXP (delay->def, 1, i + 2);
1348 if (condexp == 0) condexp = false_rtx;
1349 newexp = attr_rtx (IF_THEN_ELSE, condexp,
4796 rtx condexp;
4825 decl->condexp = check_attr_test (info->loc, XEXP (def, 2), &attr);
4961 if (! check_tune_attr (attr->name, decl->condexp))
4987 tune_attr = find_tune_attr (all_insn_reservs->condexp);
5054 rtx condexp
5055 = simplify_and_tree (decl->condexp, &ctest, -2, 0);
5056 if (condexp == false_rtx)
5058 if (condexp == true_rtx)
5060 condexps[i] = condexp;
5147 XVECEXP (code_exp, 0, i) = decl->condexp;
5148 XVECEXP (lats_exp, 0, i) = decl->condexp;
5172 XVECEXP (byps_exp, 0, i) = decl->condexp;