Lines Matching refs:unroll_factor

970 schedule_prefetches (struct mem_ref_group *groups, unsigned unroll_factor,  in schedule_prefetches()  argument
984 slots_per_prefetch = (ahead + unroll_factor / 2) / unroll_factor; in schedule_prefetches()
1003 if (ref->prefetch_mod / unroll_factor > PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) in schedule_prefetches()
1010 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1050 estimate_prefetch_count (struct mem_ref_group *groups, unsigned unroll_factor) in estimate_prefetch_count() argument
1060 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1073 issue_prefetch_ref (struct mem_ref *ref, unsigned unroll_factor, unsigned ahead) in issue_prefetch_ref() argument
1089 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1132 unsigned unroll_factor, unsigned ahead) in issue_prefetches() argument
1139 issue_prefetch_ref (ref, unroll_factor, ahead); in issue_prefetches()
1745 unsigned unroll_factor) in insn_to_prefetch_ratio_too_small_p() argument
1761 insn_to_prefetch_ratio = (unroll_factor * ninsns) / prefetch_count; in insn_to_prefetch_ratio_too_small_p()
1782 unsigned ahead, ninsns, time, unroll_factor; in loop_prefetch_arrays() local
1830 unroll_factor = determine_unroll_factor (loop, refs, ninsns, &desc, in loop_prefetch_arrays()
1834 prefetch_count = estimate_prefetch_count (refs, unroll_factor); in loop_prefetch_arrays()
1842 ahead, unroll_factor, est_niter, in loop_prefetch_arrays()
1848 unroll_factor)) in loop_prefetch_arrays()
1854 if (!schedule_prefetches (refs, unroll_factor, ahead)) in loop_prefetch_arrays()
1859 if (unroll_factor != 1) in loop_prefetch_arrays()
1861 tree_unroll_loop (loop, unroll_factor, in loop_prefetch_arrays()
1867 issue_prefetches (refs, unroll_factor, ahead); in loop_prefetch_arrays()