| /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) 157 tree cst1 = NULL_TREE; local 176 cst1 = gimple_assign_rhs2 (def); 196 if (cst1 && cst2) 197 cst2 = const_binop (code, TREE_TYPE (cst2), cst2, cst1);
|
| tree-vrp.cc | 574 const bool cst1 = is_gimple_min_invariant (val1); local 579 if ((sym1 && inv1 && cst2) || (sym2 && inv2 && cst1)) 592 tree cst = cst1 ? val1 : val2; 593 tree inv = cst1 ? inv2 : inv1; 603 return cst1 ? res : -res; 610 if (!cst1 || !cst2)
|
| ipa-prop.cc | 6162 tree cst1 = ipa_get_jf_constant (jf1); local 6164 if (!values_equal_for_ipcp_p (cst1, cst2))
|
| tree-vect-patterns.cc | 5688 tree cst0, cst1, tmp; local 5702 cst1 = build_int_cst (type, 1); 5704 pattern_stmt = gimple_build_assign (tmp, COND_EXPR, var, cst1, cst0); 5773 tree cst0, cst1, new_vectype; local 5782 cst1 = build_int_cst (type, 1); 5786 pattern_stmt = gimple_build_assign (rhs, COND_EXPR, var, cst1, cst0);
|
| /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) 1242 tree cst1 = NULL_TREE; local 1261 cst1 = gimple_assign_rhs2 (def); 1281 if (cst1 && cst2) 1282 cst2 = const_binop (code, TREE_TYPE (cst2), cst2, cst1);
|
| tree-vrp.cc | 406 const bool cst1 = is_gimple_min_invariant (val1); local 411 if ((sym1 && inv1 && cst2) || (sym2 && inv2 && cst1)) 424 tree cst = cst1 ? val1 : val2; 425 tree inv = cst1 ? inv2 : inv1; 435 return cst1 ? res : -res; 442 if (!cst1 || !cst2) 1580 /* In the case of NAME != CST1 where NAME = A +- CST2 we can 1581 assert that A != CST1 -+ CST2. */
|
| ipa-prop.cc | 6187 tree cst1 = ipa_get_jf_constant (jf1); local 6189 if (!values_equal_for_ipcp_p (cst1, cst2))
|
| tree-vect-patterns.cc | 4419 tree cst0, cst1, tmp; local 4433 cst1 = build_int_cst (type, 1); 4435 pattern_stmt = gimple_build_assign (tmp, COND_EXPR, var, cst1, cst0); 4506 tree cst0, cst1, new_vectype; local 4515 cst1 = build_int_cst (type, 1); 4519 pattern_stmt = gimple_build_assign (rhs, COND_EXPR, var, cst1, cst0);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model-manager.cc | 665 tree cst1 = arg1->maybe_get_constant (); local 667 if (cst0 && cst1) 671 if (tree result = fold_binary (op, type, cst0, cst1)) 677 if (tree result = int_const_binop (op, cst0, cst1, -1)) 694 if (cst1 && zerop (cst1)) 699 if (cst1 && zerop (cst1)) 712 if (cst1 713 && zerop (cst1) [all...] |
| svalue.cc | 57 static int cmp_csts_and_types (const_tree cst1, const_tree cst2); 293 if (tree cst1 = other->maybe_get_constant ()) 294 if (zerop (cst1)) 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)); 416 switch (TREE_CODE (cst1)) 421 return tree_int_cst_compare (cst1, cst2); 423 return strcmp (TREE_STRING_POINTER (cst1), 427 return memcmp (TREE_REAL_CST_PTR (cst1), 498 const_tree cst1 = constant_sval1->get_constant (); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model-manager.cc | 608 tree cst1 = arg1->maybe_get_constant (); local 610 if (cst0 && cst1) 612 if (tree result = fold_binary (op, type, cst0, cst1)) 629 if (cst1 && zerop (cst1)) 634 if (cst1 && zerop (cst1)) 642 if (cst1 && zerop (cst1) && INTEGRAL_TYPE_P (type)) 645 if (cst1 && integer_onep (cst1) [all...] |
| svalue.cc | 62 static int cmp_csts_and_types (const_tree cst1, const_tree cst2); 191 if (tree cst1 = other->maybe_get_constant ()) 192 if (zerop (cst1)) 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)); 313 switch (TREE_CODE (cst1)) 318 return tree_int_cst_compare (cst1, cst2); 320 return strcmp (TREE_STRING_POINTER (cst1), 324 return memcmp (TREE_REAL_CST_PTR (cst1), 395 const_tree cst1 = constant_sval1->get_constant (); local [all...] |
| /src/external/mit/isl/dist/ |
| isl_polynomial.c | 102 isl_poly_cst *cst1, *cst2; local 105 cst1 = isl_poly_as_cst(poly1); 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 149 cst1 = isl_poly_as_cst(poly1); 151 if (!cst1 || !cst2) 153 r = isl_int_eq(cst1->n, cst2->n) && 154 isl_int_eq(cst1->d, cst2->d) 856 isl_poly_cst *cst1; local 1189 isl_poly_cst *cst1; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 18216 rtx cst1, tmp; local 18228 cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); 18229 emit_insn (gen_addxf3 (e2, e1, cst1)); 18263 rtx cst1; local 18269 cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); 18270 emit_insn (gen_divxf3 (e2, cst1, e1)); 18334 rtx cst1, tmp; local 18340 cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); 18341 emit_insn (gen_addxf3 (e2, e1, cst1)); 18343 emit_insn (gen_addxf3 (e2, e2, cst1)); 18385 rtx cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); local 18415 rtx cst1, tmp; local 18467 rtx cst, cstln2, cst1; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 17118 rtx cst1, tmp; local 17130 cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); 17131 emit_insn (gen_addxf3 (e2, e1, cst1)); 17165 rtx cst1; local 17171 cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); 17172 emit_insn (gen_divxf3 (e2, cst1, e1)); 17236 rtx cst1, tmp; local 17242 cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); 17243 emit_insn (gen_addxf3 (e2, e1, cst1)); 17245 emit_insn (gen_addxf3 (e2, e2, cst1)); 17287 rtx cst1 = force_reg (XFmode, CONST1_RTX (XFmode)); local 17317 rtx cst1, tmp; local 17369 rtx cst, cstln2, cst1; local [all...] |