Home
last modified time | relevance | path

Searched refs:supports_vec_gather_load_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-query.h195 bool supports_vec_gather_load_p ();
H A Doptabs-query.c717 supports_vec_gather_load_p () in supports_vec_gather_load_p() function
H A Dtree-vect-data-refs.c3797 ? supports_vec_gather_load_p () in vect_check_gather_scatter()
4240 || supports_vec_gather_load_p ()); in vect_analyze_data_refs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs-query.h196 bool supports_vec_gather_load_p (machine_mode = E_VOIDmode);
H A Doptabs-query.cc739 supports_vec_gather_load_p (machine_mode mode) in supports_vec_gather_load_p() function
H A Dtree-vect-data-refs.cc3992 ? supports_vec_gather_load_p (TYPE_MODE (vectype)) in vect_check_gather_scatter()
H A DChangeLog-20212462 (supports_vec_gather_load_p): Likewise.
2464 * optabs-query.h (supports_vec_gather_load_p): Likewise.
2467 vector mode to supports_vec_gather_load_p and
16513 * optabs-query.c (supports_vec_gather_load_p): Also check
H A DChangeLog-201832271 (supports_vec_gather_load_p): Likewise.
32272 * optabs-query.h (supports_vec_gather_load_p): Declare.
32282 supports_vec_gather_load_p.
H A DChangeLog-20196370 (supports_vec_gather_load_p): Update accordingly.