Home
last modified time | relevance | path

Searched refs:astep (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-prefetch.c1402 HOST_WIDE_INT astep; in add_subscript_strides() local
1415 astep = tree_low_cst (step, 0); in add_subscript_strides()
1417 astep = L1_CACHE_LINE_SIZE; in add_subscript_strides()
1419 strides[n - 1 - loop_depth (loop) + loop_depth (aloop)] += astep * stride; in add_subscript_strides()
H A Dtree-ssa-loop-ivopts.c1727 tree astep; in find_interesting_uses_address() local
1757 astep = civ->step; in find_interesting_uses_address()
1759 if (astep) in find_interesting_uses_address()
1762 astep = fold_build2 (MULT_EXPR, type, TMR_STEP (base), astep); in find_interesting_uses_address()
1764 step = fold_build2 (PLUS_EXPR, type, step, astep); in find_interesting_uses_address()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-prefetch.c1473 HOST_WIDE_INT astep; in add_subscript_strides() local
1486 astep = tree_to_shwi (step); in add_subscript_strides()
1488 astep = L1_CACHE_LINE_SIZE; in add_subscript_strides()
1490 strides[n - 1 - loop_depth (loop) + loop_depth (aloop)] += astep * stride; in add_subscript_strides()
H A Dtree-ssa-loop-ivopts.c2311 tree astep; in find_interesting_uses_address() local
2341 astep = civ->step; in find_interesting_uses_address()
2343 if (astep) in find_interesting_uses_address()
2346 astep = fold_build2 (MULT_EXPR, type, TMR_STEP (base), astep); in find_interesting_uses_address()
2348 step = fold_build2 (PLUS_EXPR, type, step, astep); in find_interesting_uses_address()