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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5043 unsigned nunits1 = TYPE_VECTOR_SUBPARTS (vectype).to_constant (); local
5046 while (nunits > nunits1)
5852 unsigned nunits1 = nunits; local
5856 nunits1 = GET_MODE_NUNITS (mode1).to_constant ();
5862 if (slp_reduc && nunits != nunits1)
5864 nunits1 = least_common_multiple (nunits1, group_size);
5865 gcc_assert (exact_log2 (nunits1) != -1 && nunits1 <= nunits);
5870 nunits1 = GET_MODE_NUNITS (mode1).to_constant ()
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 5843 unsigned nunits1 = TYPE_VECTOR_SUBPARTS (vectype).to_constant (); local
5846 while (nunits > nunits1)
6658 unsigned nunits1 = nunits; local
6662 nunits1 = GET_MODE_NUNITS (mode1).to_constant ();
6668 if (slp_reduc && nunits != nunits1)
6670 nunits1 = least_common_multiple (nunits1, group_size);
6671 gcc_assert (exact_log2 (nunits1) != -1 && nunits1 <= nunits);
6676 nunits1 = GET_MODE_NUNITS (mode1).to_constant ()
11415 poly_int64 nunits1 = TYPE_VECTOR_SUBPARTS (rgl->type); local
    [all...]

Completed in 25 milliseconds