Home
last modified time | relevance | path

Searched refs:prefetch_block (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-prefetch.c727 unsigned HOST_WIDE_INT prefetch_before, prefetch_block; in prune_ref_by_group_reuse() local
812 prefetch_block = PREFETCH_BLOCK; in prune_ref_by_group_reuse()
813 reduced_prefetch_block = prefetch_block; in prune_ref_by_group_reuse()
826 if (is_miss_rate_acceptable (prefetch_block, step, delta, in prune_ref_by_group_reuse()
841 if (is_miss_rate_acceptable (prefetch_block, step, delta, in prune_ref_by_group_reuse()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-prefetch.c780 unsigned HOST_WIDE_INT prefetch_before, prefetch_block; in prune_ref_by_group_reuse() local
865 prefetch_block = PREFETCH_BLOCK; in prune_ref_by_group_reuse()
866 reduced_prefetch_block = prefetch_block; in prune_ref_by_group_reuse()
879 if (is_miss_rate_acceptable (prefetch_block, step, delta, in prune_ref_by_group_reuse()
894 if (is_miss_rate_acceptable (prefetch_block, step, delta, in prune_ref_by_group_reuse()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h151 const int prefetch_block; /* bytes moved to cache for prefetch. */ member
H A Di386.c3728 maybe_set_param_value (PARAM_L1_CACHE_LINE_SIZE, ix86_cost->prefetch_block, in ix86_option_override_internal()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h278 const int prefetch_block; /* bytes moved to cache for prefetch. */ member
H A Di386.c4558 ix86_tune_cost->prefetch_block, in ix86_option_override_internal()
30036 = MIN ((unsigned) ix86_tune_cost->prefetch_block * 8, MAX_OFILE_ALIGNMENT); in ix86_data_alignment()