| /src/external/gpl3/gcc/dist/gcc/ |
| genattrtab.cc | 997 rtx condexp; local 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; local 1287 condexp = rtx_alloc (COND); 1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2) 4795 rtx condexp; member in struct:insn_reserv 5053 rtx condexp local [all...] |
| genautomata.cc | 459 rtx condexp; 1745 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2); 8900 DECL_INSN_RESERV (decl)->condexp); 455 rtx condexp; member in struct:insn_reserv_decl
|
| builtins.cc | 674 tree condexp = fold_build2_loc (loc, LE_EXPR, boolean_type_node, offsave, local 679 return fold_build3_loc (loc, COND_EXPR, ssizetype, condexp, lenexp,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genattrtab.cc | 997 rtx condexp; local 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; local 1287 condexp = rtx_alloc (COND); 1288 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2) 4795 rtx condexp; member in struct:insn_reserv 5053 rtx condexp local [all...] |
| genautomata.cc | 459 rtx condexp; 1745 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2); 8903 DECL_INSN_RESERV (decl)->condexp); 455 rtx condexp; member in struct:insn_reserv_decl
|
| builtins.cc | 671 tree condexp = fold_build2_loc (loc, LE_EXPR, boolean_type_node, offsave, local 676 return fold_build3_loc (loc, COND_EXPR, ssizetype, condexp, lenexp,
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| expressionsem.d | 1396 scope CondExp condexp = new CondExp(Loc.initial, integerexp, null, null); 1441 condexp.type = null; 1442 condexp.e1 = e0; 1443 condexp.e2 = e; 1444 condexp.loc = e.loc; 1445 Expression ex = condexp.expressionSemantic(sc); 1451 exps[i] = condexp.e1.castTo(sc, condexp.type) [all...] |