HomeSort by: relevance | last modified time | path
    Searched defs:vect_update_max_nunits (Results 1 - 2 of 2) 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));
  /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));

Completed in 21 milliseconds