HomeSort by: relevance | last modified time | path
    Searched defs:cst2 (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-match-head.cc 140 is an exact integer, arg1 = phi_res +/- cst1 and phi_res = PHI <cst2, ...>
141 where cst2 +/- cst1 is an exact integer, because then pow (arg0, arg1)
143 Also don't do it if arg1 is phi_res above and cst2 is an exact integer. */
183 tree cst2 = NULL_TREE; local
190 else if (cst2 == NULL_TREE)
191 cst2 = arg;
192 else if (!operand_equal_p (cst2, arg, 0))
196 if (cst1 && cst2)
197 cst2 = const_binop (code, TREE_TYPE (cst2), cst2, cst1)
    [all...]
tree-vrp.cc 575 const bool cst2 = is_gimple_min_invariant (val2); local
579 if ((sym1 && inv1 && cst2) || (sym2 && inv2 && cst1))
610 if (!cst1 || !cst2)
tree-vect-generic.cc 636 tree cst2 = VECTOR_CST_ELT (op1, j); local
640 if (!tree_fits_uhwi_p (cst2))
642 d2 = tree_to_uhwi (cst2) & mask;
ipa-prop.cc 6163 tree cst2 = ipa_get_jf_constant (jf2); local
6164 if (!values_equal_for_ipcp_p (cst1, cst2))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 1225 is an exact integer, arg1 = phi_res +/- cst1 and phi_res = PHI <cst2, ...>
1226 where cst2 +/- cst1 is an exact integer, because then pow (arg0, arg1)
1228 Also don't do it if arg1 is phi_res above and cst2 is an exact integer. */
1268 tree cst2 = NULL_TREE; local
1275 else if (cst2 == NULL_TREE)
1276 cst2 = arg;
1277 else if (!operand_equal_p (cst2, arg, 0))
1281 if (cst1 && cst2)
1282 cst2 = const_binop (code, TREE_TYPE (cst2), cst2, cst1)
    [all...]
tree-vect-generic.cc 673 tree cst2 = VECTOR_CST_ELT (op1, j); local
677 if (!tree_fits_uhwi_p (cst2))
679 d2 = tree_to_uhwi (cst2) & mask;
tree-vrp.cc 407 const bool cst2 = is_gimple_min_invariant (val2); local
411 if ((sym1 && inv1 && cst2) || (sym2 && inv2 && cst1))
442 if (!cst1 || !cst2)
1446 NAME = (unsigned) NAME2 + CST2 we can assert NAME2 >= -CST2
1447 and NAME2 <= CST - CST2. We can do the same for NAME > CST.
1455 tree cst2 = NULL_TREE, name2 = NULL_TREE, name3 = NULL_TREE; local
1457 /* Extract CST2 from the (optional) addition. */
1462 cst2 = gimple_assign_rhs2 (def_stmt);
1464 && TREE_CODE (cst2) == INTEGER_CST
1570 tree name2 = NULL_TREE, names[2], cst2 = NULL_TREE; local
    [all...]
ipa-prop.cc 6188 tree cst2 = ipa_get_jf_constant (jf2); local
6189 if (!values_equal_for_ipcp_p (cst1, cst2))
  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.cc 57 static int cmp_csts_and_types (const_tree cst1, const_tree cst2);
412 cmp_csts_same_type (const_tree cst1, const_tree cst2)
414 gcc_assert (TREE_TYPE (cst1) == TREE_TYPE (cst2));
415 gcc_assert (TREE_CODE (cst1) == TREE_CODE (cst2));
421 return tree_int_cst_compare (cst1, cst2);
424 TREE_STRING_POINTER (cst2));
428 TREE_REAL_CST_PTR (cst2),
432 TREE_REALPART (cst2)))
434 return cmp_csts_and_types (TREE_IMAGPART (cst1), TREE_IMAGPART (cst2));
438 - (int)VECTOR_CST_LOG2_NPATTERNS (cst2)))
499 const_tree cst2 = constant_sval2->get_constant (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.cc 62 static int cmp_csts_and_types (const_tree cst1, const_tree cst2);
309 cmp_csts_same_type (const_tree cst1, const_tree cst2)
311 gcc_assert (TREE_TYPE (cst1) == TREE_TYPE (cst2));
312 gcc_assert (TREE_CODE (cst1) == TREE_CODE (cst2));
318 return tree_int_cst_compare (cst1, cst2);
321 TREE_STRING_POINTER (cst2));
325 TREE_REAL_CST_PTR (cst2),
329 TREE_REALPART (cst2)))
331 return cmp_csts_and_types (TREE_IMAGPART (cst1), TREE_IMAGPART (cst2));
335 - (int)VECTOR_CST_LOG2_NPATTERNS (cst2)))
396 const_tree cst2 = constant_sval2->get_constant (); local
    [all...]
  /src/external/mit/isl/dist/
isl_polynomial.c 102 isl_poly_cst *cst1, *cst2; local
106 cst2 = isl_poly_as_cst(poly2);
107 if (!cst1 || !cst2)
109 cmp = isl_int_cmp(cst1->n, cst2->n);
112 return isl_int_cmp(cst1->d, cst2->d);
147 isl_poly_cst *cst1, *cst2; local
150 cst2 = isl_poly_as_cst(poly2);
151 if (!cst1 || !cst2)
153 r = isl_int_eq(cst1->n, cst2->n) &&
154 isl_int_eq(cst1->d, cst2->d)
857 isl_poly_cst *cst2; local
1190 isl_poly_cst *cst2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 18287 rtx cst2, tmp; local
18301 cst2 = force_reg (XFmode, CONST2_RTX (XFmode));
18302 emit_insn (gen_addxf3 (e2, e1, cst2));
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 17189 rtx cst2, tmp; local
17203 cst2 = force_reg (XFmode, CONST2_RTX (XFmode));
17204 emit_insn (gen_addxf3 (e2, e1, cst2));

Completed in 454 milliseconds