Home
last modified time | relevance | path

Searched refs:cst_and_fits_in_hwi (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-prefetch.c294 if (cst_and_fits_in_hwi (ref->group->step)) in dump_mem_ref()
325 if (cst_and_fits_in_hwi ((*groups)->step) && cst_and_fits_in_hwi (step) in find_or_create_group()
433 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1))) in idx_analyze_ref()
438 if (cst_and_fits_in_hwi (ibase)) in idx_analyze_ref()
447 if (!cst_and_fits_in_hwi (stepsize)) in idx_analyze_ref()
544 if (!cst_and_fits_in_hwi (step) && loop->inner != NULL) in gather_memory_references_ref()
624 if (!cst_and_fits_in_hwi (ref->group->step)) in prune_ref_by_self_reuse()
734 if (!cst_and_fits_in_hwi (ref->group->step)) { in prune_ref_by_group_reuse()
1099 if (cst_and_fits_in_hwi (ref->group->step)) in issue_prefetch_ref()
H A Dtree-ssa-loop-ivopts.c2022 if (!cst_and_fits_in_hwi (expr) in strip_offset_1()
2059 if (!cst_and_fits_in_hwi (op1)) in strip_offset_1()
2081 if (!cst_and_fits_in_hwi (step)) in strip_offset_1()
2106 && cst_and_fits_in_hwi (tmp)) in strip_offset_1()
2358 || !cst_and_fits_in_hwi (step)) in add_autoinc_candidates()
3673 && cst_and_fits_in_hwi (TREE_OPERAND (mult, 1)) in force_expr_to_var_cost()
3681 if (cst_and_fits_in_hwi (op0)) in force_expr_to_var_cost()
3683 else if (cst_and_fits_in_hwi (op1)) in force_expr_to_var_cost()
4080 if (cst_and_fits_in_hwi (cstep)) in get_computation_cost_at()
4105 if (cst_and_fits_in_hwi (cbase)) in get_computation_cost_at()
[all …]
H A Dtree-ssa-loop-niter.c508 gcc_assert (cst_and_fits_in_hwi (x)); in inverse()
509 gcc_assert (cst_and_fits_in_hwi (mask)); in inverse()
H A Dtree.h4899 extern bool cst_and_fits_in_hwi (const_tree);
H A Dtree.c1302 cst_and_fits_in_hwi (const_tree x) in cst_and_fits_in_hwi() function
H A Dfold-const.c16473 if (!cst_and_fits_in_hwi (tdiff)) in ptr_difference_const()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-prefetch.c291 if (cst_and_fits_in_hwi (step)) in dump_mem_details()
329 if (cst_and_fits_in_hwi ((*groups)->step) && cst_and_fits_in_hwi (step) in find_or_create_group()
448 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1))) in idx_analyze_ref()
453 if (cst_and_fits_in_hwi (ibase)) in idx_analyze_ref()
462 if (!cst_and_fits_in_hwi (stepsize)) in idx_analyze_ref()
560 if (!cst_and_fits_in_hwi (step)) in gather_memory_references_ref()
677 if (!cst_and_fits_in_hwi (ref->group->step)) in prune_ref_by_self_reuse()
787 if (!cst_and_fits_in_hwi (ref->group->step)) { in prune_ref_by_group_reuse()
1159 if (cst_and_fits_in_hwi (ref->group->step)) in issue_prefetch_ref()
H A Dtree-ssa-loop-ivopts.c2820 if (!cst_and_fits_in_hwi (op1)) in strip_offset_1()
2842 if (!cst_and_fits_in_hwi (step)) in strip_offset_1()
2871 && cst_and_fits_in_hwi (tmp) in strip_offset_1()
2872 && cst_and_fits_in_hwi (DECL_FIELD_BIT_OFFSET (field))) in strip_offset_1()
3216 || !cst_and_fits_in_hwi (step)) in add_autoinc_candidates()
4210 && cst_and_fits_in_hwi (TREE_OPERAND (mult, 1)) in force_expr_to_var_cost()
4228 if (cst_and_fits_in_hwi (op0)) in force_expr_to_var_cost()
4231 else if (cst_and_fits_in_hwi (op1)) in force_expr_to_var_cost()
4982 if (!cst_and_fits_in_hwi (cand->iv->step)) in iv_elimination_compare_lt()
H A Dtree-ssa-loop-niter.c848 gcc_assert (cst_and_fits_in_hwi (x)); in inverse()
849 gcc_assert (cst_and_fits_in_hwi (mask)); in inverse()
H A Ddbxout.c2319 if (cst_and_fits_in_hwi (value)) in dbxout_type()
H A Dtree.c1799 cst_and_fits_in_hwi (const_tree x) in cst_and_fits_in_hwi() function
2854 if (!cst_and_fits_in_hwi (t)) in ptrdiff_tree_p()
2862 if (!cst_and_fits_in_hwi (POLY_INT_CST_COEFF (t, i))) in ptrdiff_tree_p()
11091 gcc_assert (cst_and_fits_in_hwi (x)); in int_cst_value()
H A Dgimple-ssa-sprintf.c505 if (!cst_and_fits_in_hwi (arg1)) in get_format_string()
H A Dtree-data-ref.c3192 if (!cst_and_fits_in_hwi (CHREC_RIGHT (chrec))) in initialize_matrix_A()
H A Dtree.h4519 extern bool cst_and_fits_in_hwi (const_tree);
H A Dfold-const.c14521 if (!cst_and_fits_in_hwi (tdiff)) in ptr_difference_const()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.c1590 if (!cst_and_fits_in_hwi (arg1)) in check_format_arg()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c50515 cst_and_fits_in_hwi (op2) ? int_cst_value (op2) : -1, in ix86_add_stmt_cost()