Searched refs:check_reduction_path (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vectorizer.h | 1807 extern bool check_reduction_path (dump_user_location_t, loop_p, gphi *, tree,
|
H A D | gimple-loop-interchange.cc | 526 && !check_reduction_path (dump_user_location_t (), m_loop, phi, next, in analyze_iloop_reduction_var()
|
H A D | tree-vect-loop.c | 2943 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, in check_reduction_path() function 3095 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, in check_reduction_path() function 3100 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path) in check_reduction_path() 3299 if (check_reduction_path (vect_location, loop, phi, latch_def, &code, in vect_is_simple_reduction()
|
H A D | tree-parloops.c | 853 if (check_reduction_path (vect_location, loop, phi, loop_arg, code)) in parloops_is_simple_reduction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 526 && !check_reduction_path (dump_user_location_t (), m_loop, phi, next, in analyze_iloop_reduction_var()
|
H A D | tree-vectorizer.h | 2261 extern bool check_reduction_path (dump_user_location_t, loop_p, gphi *, tree,
|
H A D | tree-vect-loop.cc | 3380 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, in check_reduction_path() function 3535 check_reduction_path (dump_user_location_t loc, loop_p loop, gphi *phi, in check_reduction_path() function 3540 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path) in check_reduction_path() 3739 if (check_reduction_path (vect_location, loop, phi, latch_def, &code, in vect_is_simple_reduction()
|
H A D | tree-parloops.cc | 853 if (check_reduction_path (vect_location, loop, phi, loop_arg, code)) in parloops_is_simple_reduction()
|
H A D | ChangeLog-2019 | 4189 * tree-vect-loop.c (check_reduction_path): Fix operand index 7029 * tree-vect-loop.c (check_reduction_path): For MIN/MAX require 7919 * tree-vect-loop.c (check_reduction_path): Relax single-use 9170 * tree-vect-loop.c (check_reduction_path): Allow conversions 10010 * tree-vect-loop.c (check_reduction_path): Compute reduction 13846 * tree-vect-loop.c (check_reduction_path): Check we can compute 14020 (check_reduction_path): New overload having the path as result.
|
H A D | ChangeLog-2018 | 10386 (check_reduction_path): Likewise. 18416 check_reduction_path. 18475 * tree-vect-loop.c (check_reduction_path): Convert "loc" param 18491 (check_reduction_path): Convert 1st param from location_t to
|
H A D | ChangeLog | 1589 * tree-vect-loop.cc (check_reduction_path): Remove the attempt
|
H A D | ChangeLog-2021 | 2560 (check_reduction_path): Handle calls and operate on code_helpers 31875 * tree-vect-loop.c (check_reduction_path): First compute
|
H A D | ChangeLog-2017 | 3886 (check_reduction_path): ...New function here. 3887 * tree-vectorizer.h (check_reduction_path): New declaration.
|
H A D | ChangeLog-2020 | 5935 * tree-vect-loop.c (check_reduction_path): Reject
|