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

  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 1878 real_value new_arg0 = real_value_negate (arg0); local
1879 return do_mpfr_arg3 (result, mpfr_fma, &new_arg0, arg1, arg2, format);
1884 real_value new_arg0 = real_value_negate (arg0); local
1886 return do_mpfr_arg3 (result, mpfr_fma, &new_arg0, arg1,
tree-ssa-phiopt.cc 243 tree new_arg0 = NULL_TREE, new_arg1 = NULL_TREE; local
277 /* Use the RHS as new_arg0. */
279 new_arg0 = gimple_assign_rhs1 (arg0_def_stmt);
282 new_arg0 = TREE_OPERAND (new_arg0, 0);
283 if (!is_gimple_reg_type (TREE_TYPE (new_arg0)))
286 if (TREE_CODE (new_arg0) == SSA_NAME
287 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_arg0))
326 if (INTEGRAL_TYPE_P (TREE_TYPE (new_arg0))
327 && (int_fits_type_p (arg1, TREE_TYPE (new_arg0))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 1711 real_value new_arg0 = real_value_negate (arg0); local
1712 return do_mpfr_arg3 (result, mpfr_fma, &new_arg0, arg1, arg2, format);
1717 real_value new_arg0 = real_value_negate (arg0); local
1719 return do_mpfr_arg3 (result, mpfr_fma, &new_arg0, arg1,
tree-ssa-phiopt.cc 486 tree new_arg0 = NULL_TREE, new_arg1 = NULL_TREE; local
518 /* Use the RHS as new_arg0. */
520 new_arg0 = gimple_assign_rhs1 (arg0_def_stmt);
523 new_arg0 = TREE_OPERAND (new_arg0, 0);
524 if (!is_gimple_reg_type (TREE_TYPE (new_arg0)))
527 if (TREE_CODE (new_arg0) == SSA_NAME
528 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (new_arg0))
560 if (INTEGRAL_TYPE_P (TREE_TYPE (new_arg0))
561 && int_fits_type_p (arg1, TREE_TYPE (new_arg0)))
    [all...]

Completed in 36 milliseconds