Home
last modified time | relevance | path

Searched refs:condexp (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc997 rtx condexp; in convert_set_attr_alternative() local
1009 condexp = rtx_alloc (COND); in convert_set_attr_alternative()
1010 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1017 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p); in convert_set_attr_alternative()
1018 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative()
1021 XEXP (condexp, 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative()
1023 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp); in convert_set_attr_alternative()
1280 rtx condexp; in expand_delays() local
1287 condexp = rtx_alloc (COND); in expand_delays()
1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
[all …]
H A Dgenautomata.cc455 rtx condexp; member
1741 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2); in gen_insn_reserv()
8873 DECL_INSN_RESERV (decl)->condexp); in output_description()
H A Dbuiltins.cc671 tree condexp = fold_build2_loc (loc, LE_EXPR, boolean_type_node, offsave, in c_strlen() local
676 return fold_build3_loc (loc, COND_EXPR, ssizetype, condexp, lenexp, in c_strlen()
H A DChangeLog-200621140 (process_decls): Don't validate condexp for dm_insn_reserv decls.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c997 rtx condexp; in convert_set_attr_alternative() local
1009 condexp = rtx_alloc (COND); in convert_set_attr_alternative()
1010 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1017 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p); in convert_set_attr_alternative()
1018 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative()
1021 XEXP (condexp, 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative()
1023 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp); in convert_set_attr_alternative()
1280 rtx condexp; in expand_delays() local
1287 condexp = rtx_alloc (COND); in expand_delays()
1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
[all …]
H A Dgenautomata.c455 rtx condexp; member
1741 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2); in gen_insn_reserv()
8873 DECL_INSN_RESERV (decl)->condexp); in output_description()
H A Dbuiltins.c782 tree condexp = fold_build2_loc (loc, LE_EXPR, boolean_type_node, offsave, in c_strlen() local
787 return fold_build3_loc (loc, COND_EXPR, ssizetype, condexp, lenexp, in c_strlen()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c1118 CondExp condexp(Loc(), &integerexp, NULL, NULL); in arrayExpressionToCommonType()
1164 condexp.type = NULL; in arrayExpressionToCommonType()
1165 condexp.e1 = e0; in arrayExpressionToCommonType()
1166 condexp.e2 = e; in arrayExpressionToCommonType()
1167 condexp.loc = e->loc; in arrayExpressionToCommonType()
1168 Expression *ex = semantic(&condexp, sc); in arrayExpressionToCommonType()
1173 (*exps)[j0] = condexp.e1; in arrayExpressionToCommonType()
1174 e = condexp.e2; in arrayExpressionToCommonType()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d1396 scope CondExp condexp = new CondExp(Loc.initial, integerexp, null, null); in arrayExpressionToCommonType() local
1441 condexp.type = null; in arrayExpressionToCommonType()
1442 condexp.e1 = e0; in arrayExpressionToCommonType()
1443 condexp.e2 = e; in arrayExpressionToCommonType()
1444 condexp.loc = e.loc; in arrayExpressionToCommonType()
1445 Expression ex = condexp.expressionSemantic(sc); in arrayExpressionToCommonType()
1451 exps[i] = condexp.e1.castTo(sc, condexp.type); in arrayExpressionToCommonType()
1452 e = condexp.e2.castTo(sc, condexp.type); in arrayExpressionToCommonType()
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS24529 fc4a6af03c5197badf1546ba01faa800 gcc/testsuite/g++.old-deja/g++.jason/condexp.C
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS28035 fc4a6af03c5197badf1546ba01faa800 gcc/testsuite/g++.old-deja/g++.jason/condexp.C