/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-jam.cc | 514 unsigned unroll_factor, profit_unroll, removed; in tree_loop_unroll_and_jam() local 534 unroll_factor = (unsigned)-1; in tree_loop_unroll_and_jam() 557 if (!adjust_unroll_factor (loop, ddr, &unroll_factor, &profit_unroll, in tree_loop_unroll_and_jam() 567 unroll_factor = 0; in tree_loop_unroll_and_jam() 581 if (unroll_factor > profit_unroll) in tree_loop_unroll_and_jam() 582 unroll_factor = profit_unroll; in tree_loop_unroll_and_jam() 583 if (unroll_factor > (unsigned)param_unroll_jam_max_unroll) in tree_loop_unroll_and_jam() 584 unroll_factor = param_unroll_jam_max_unroll; in tree_loop_unroll_and_jam() 585 unroll = (unroll_factor > 1 in tree_loop_unroll_and_jam() 586 && can_unroll_loop_p (outer, unroll_factor, &desc)); in tree_loop_unroll_and_jam() [all …]
|
H A D | tree-ssa-loop-prefetch.cc | 1052 schedule_prefetches (struct mem_ref_group *groups, unsigned unroll_factor, in schedule_prefetches() argument 1067 slots_per_prefetch = (ahead + unroll_factor / 2) / unroll_factor; in schedule_prefetches() 1086 if (ref->prefetch_mod / unroll_factor > PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) in schedule_prefetches() 1093 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches() 1140 estimate_prefetch_count (struct mem_ref_group *groups, unsigned unroll_factor) in estimate_prefetch_count() argument 1150 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count() 1163 issue_prefetch_ref (struct mem_ref *ref, unsigned unroll_factor, unsigned ahead) in issue_prefetch_ref() argument 1179 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref() 1234 unsigned unroll_factor, unsigned ahead) in issue_prefetches() argument 1241 issue_prefetch_ref (ref, unroll_factor, ahead); in issue_prefetches() [all …]
|
H A D | tree-predcom.cc | 3346 unsigned unroll_factor = 0; in tree_predictive_commoning_loop() local 3420 unroll_factor = determine_unroll_factor (m_chains); in tree_predictive_commoning_loop() 3422 if (unroll_factor > 1) in tree_predictive_commoning_loop() 3423 unroll = can_unroll_loop_p (m_loop, unroll_factor, &desc); in tree_predictive_commoning_loop() 3432 fprintf (dump_file, "Unrolling %u times.\n", unroll_factor); in tree_predictive_commoning_loop() 3446 tree_transform_and_unroll_loop (m_loop, unroll_factor, &desc, in tree_predictive_commoning_loop()
|
H A D | ChangeLog-2010 | 25836 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to 25839 prefetch count by considering the unroll_factor and prefetch_mod 32066 the unroll_factor.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-loop-jam.c | 510 unsigned unroll_factor, profit_unroll, removed; in tree_loop_unroll_and_jam() local 532 unroll_factor = (unsigned)-1; in tree_loop_unroll_and_jam() 555 if (!adjust_unroll_factor (loop, ddr, &unroll_factor, &profit_unroll, in tree_loop_unroll_and_jam() 565 unroll_factor = 0; in tree_loop_unroll_and_jam() 579 if (unroll_factor > profit_unroll) in tree_loop_unroll_and_jam() 580 unroll_factor = profit_unroll; in tree_loop_unroll_and_jam() 581 if (unroll_factor > (unsigned)param_unroll_jam_max_unroll) in tree_loop_unroll_and_jam() 582 unroll_factor = param_unroll_jam_max_unroll; in tree_loop_unroll_and_jam() 583 unroll = (unroll_factor > 1 in tree_loop_unroll_and_jam() 584 && can_unroll_loop_p (outer, unroll_factor, &desc)); in tree_loop_unroll_and_jam() [all …]
|
H A D | tree-ssa-loop-prefetch.c | 1050 schedule_prefetches (struct mem_ref_group *groups, unsigned unroll_factor, in schedule_prefetches() argument 1065 slots_per_prefetch = (ahead + unroll_factor / 2) / unroll_factor; in schedule_prefetches() 1084 if (ref->prefetch_mod / unroll_factor > PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) in schedule_prefetches() 1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches() 1138 estimate_prefetch_count (struct mem_ref_group *groups, unsigned unroll_factor) in estimate_prefetch_count() argument 1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count() 1161 issue_prefetch_ref (struct mem_ref *ref, unsigned unroll_factor, unsigned ahead) in issue_prefetch_ref() argument 1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref() 1232 unsigned unroll_factor, unsigned ahead) in issue_prefetches() argument 1239 issue_prefetch_ref (ref, unroll_factor, ahead); in issue_prefetches() [all …]
|
H A D | tree-predcom.c | 3217 unsigned unroll_factor; in tree_predictive_commoning_loop() local 3299 unroll_factor = determine_unroll_factor (chains); in tree_predictive_commoning_loop() 3301 unroll = (unroll_factor > 1 in tree_predictive_commoning_loop() 3302 && can_unroll_loop_p (loop, unroll_factor, &desc)); in tree_predictive_commoning_loop() 3312 fprintf (dump_file, "Unrolling %u times.\n", unroll_factor); in tree_predictive_commoning_loop() 3327 tree_transform_and_unroll_loop (loop, unroll_factor, exit, &desc, in tree_predictive_commoning_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 16949 unsigned int unroll_factor = aarch64_vect_unroll_limit; in determine_suggested_unroll_factor() local 16963 unroll_factor = MIN (unroll_factor, temp); in determine_suggested_unroll_factor() 16971 unroll_factor = MIN (unroll_factor, temp); in determine_suggested_unroll_factor() 16979 unroll_factor = MIN (unroll_factor, temp); in determine_suggested_unroll_factor() 16981 max_unroll_factor = MAX (max_unroll_factor, unroll_factor); in determine_suggested_unroll_factor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-expand.c | 7221 int unroll_factor = 1; in ix86_expand_set_or_cpymem() local 7295 unroll_factor = 1; in ix86_expand_set_or_cpymem() 7312 unroll_factor = (TARGET_64BIT ? 4 : 2); in ix86_expand_set_or_cpymem() 7316 unroll_factor = 4; in ix86_expand_set_or_cpymem() 7347 size_needed = GET_MODE_SIZE (move_mode) * unroll_factor; in ix86_expand_set_or_cpymem() 7609 count_exp, move_mode, unroll_factor, in ix86_expand_set_or_cpymem() 7615 unroll_factor, expected_size, issetmem); in ix86_expand_set_or_cpymem()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 8379 int unroll_factor = 1; in ix86_expand_set_or_cpymem() local 8453 unroll_factor = 1; in ix86_expand_set_or_cpymem() 8470 unroll_factor = (TARGET_64BIT ? 4 : 2); in ix86_expand_set_or_cpymem() 8474 unroll_factor = 4; in ix86_expand_set_or_cpymem() 8507 size_needed = GET_MODE_SIZE (move_mode) * unroll_factor; in ix86_expand_set_or_cpymem() 8769 count_exp, move_mode, unroll_factor, in ix86_expand_set_or_cpymem() 8775 unroll_factor, expected_size, issetmem); in ix86_expand_set_or_cpymem()
|