Lines Matching +full:- +full:- +full:requested +full:- +full:by
1 …%check_clang_tidy %s altera-unroll-loops %t -- -config="{CheckOptions: {altera-unroll-loops.MaxLoo…
2 …_tidy -check-suffix=MULT %s altera-unroll-loops %t -- -config="{CheckOptions: {altera-unroll-loops…
14 …-MESSAGES-MULT: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus can… in for_loop_mult_div_increments()
24 …-MESSAGES-MULT: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus can… in for_loop_mult_div_increments()
33 …HECK-MESSAGES: :[[@LINE-1]]:3: warning: kernel performance could be improved by unrolling this loo… in while_loops()
39 …HECK-MESSAGES: :[[@LINE-1]]:3: warning: kernel performance could be improved by unrolling this loo… in while_loops()
48 …// CHECK-MESSAGES: :[[@LINE-1]]:3: note: full unrolling requested, but loop bounds may not be know… in while_loops()
54 …// CHECK-MESSAGES: :[[@LINE-1]]:3: note: full unrolling requested, but loop bounds may not be know… in while_loops()
70 // Range-based for loops.
75 …HECK-MESSAGES: :[[@LINE-1]]:3: warning: kernel performance could be improved by unrolling this loo… in cxx_for_loops()
89 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in cxx_for_loops()
103 …-MESSAGES: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus cannot b… in cxx_for_loops()
118 …HECK-MESSAGES: :[[@LINE-1]]:3: warning: kernel performance could be improved by unrolling this loo… in for_loops()
131 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
137 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
144 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
150 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
156 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
162 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
168 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
174 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in for_loops()
187 …-MESSAGES: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus cannot b… in for_loops()
207 …-MESSAGES: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus cannot b… in for_loop_increments()
210 // -- in for_loop_increments()
212 for (int i = 50; i > 0; --i) in for_loop_increments()
216 for (int i = 51; i > 0; --i) in for_loop_increments()
217 …-MESSAGES: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus cannot b… in for_loop_increments()
227 …-MESSAGES: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus cannot b… in for_loop_increments()
230 // -= in for_loop_increments()
232 for (int i = 100; i > 0; i -= 2) in for_loop_increments()
236 for (int i = 101; i > 0; i -= 2) in for_loop_increments()
237 …-MESSAGES: :[[@LINE-1]]:3: warning: loop likely has a large number of iterations and thus cannot b… in for_loop_increments()
245 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
253 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
262 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
271 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
281 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
292 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
302 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
312 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
323 …HECK-MESSAGES: :[[@LINE-1]]:5: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
331 …HECK-MESSAGES: :[[@LINE-1]]:3: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
337 …HECK-MESSAGES: :[[@LINE-1]]:3: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
343 …HECK-MESSAGES: :[[@LINE-1]]:3: warning: kernel performance could be improved by unrolling this loo… in nested_simple_loops()
443 …-MESSAGES: :[[@LINE-1]]:5: warning: loop likely has a large number of iterations and thus cannot b… in unrolled_nested_simple_loops_large_num_iterations()
452 …-MESSAGES: :[[@LINE-1]]:5: warning: loop likely has a large number of iterations and thus cannot b… in unrolled_nested_simple_loops_large_num_iterations()
462 …-MESSAGES: :[[@LINE-1]]:5: warning: loop likely has a large number of iterations and thus cannot b… in unrolled_nested_simple_loops_large_num_iterations()
473 …// CHECK-MESSAGES: :[[@LINE-1]]:5: note: full unrolling requested, but loop bounds may not be know… in unrolled_nested_simple_loops_large_num_iterations()
485 …-MESSAGES: :[[@LINE-1]]:5: warning: loop likely has a large number of iterations and thus cannot b… in unrolled_nested_simple_loops_large_num_iterations()
498 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in fully_unrolled_unknown_bounds()
504 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in fully_unrolled_unknown_bounds()
508 // Both sides are value-dependent in fully_unrolled_unknown_bounds()
511 …-MESSAGES: :[[@LINE-1]]:3: warning: full unrolling requested, but loop bounds are not known; to pa… in fully_unrolled_unknown_bounds()
516 // There are no fix-its for this check