HomeSort by: relevance | last modified time | path
    Searched refs:vect_update_max_nunits (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 2095 vect_update_max_nunits (poly_uint64 *max_nunits, poly_uint64 nunits) function
2108 vect_update_max_nunits (poly_uint64 *max_nunits, tree vectype) function
2110 vect_update_max_nunits (max_nunits, TYPE_VECTOR_SUBPARTS (vectype));
tree-vect-slp.cc 1039 vect_update_max_nunits (max_nunits, vectype);
1713 vect_update_max_nunits (max_nunits, (*leader)->max_nunits);
1780 vect_update_max_nunits (max_nunits, this_max_nunits);
tree-vect-loop.cc 206 vect_update_max_nunits (vf, nunits_vectype);
344 vect_update_max_nunits (&vectorization_factor, vectype);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 1973 vect_update_max_nunits (poly_uint64 *max_nunits, poly_uint64 nunits) function
1986 vect_update_max_nunits (poly_uint64 *max_nunits, tree vectype) function
1988 vect_update_max_nunits (max_nunits, TYPE_VECTOR_SUBPARTS (vectype));
tree-vect-slp.cc 889 vect_update_max_nunits (max_nunits, vectype);
1513 vect_update_max_nunits (max_nunits, (*leader)->max_nunits);
1579 vect_update_max_nunits (max_nunits, this_max_nunits);
tree-vect-loop.cc 203 vect_update_max_nunits (vf, nunits_vectype);
341 vect_update_max_nunits (&vectorization_factor, vectype);

Completed in 52 milliseconds