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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 551 bool has_vector_shift = true; local
575 has_vector_shift = false;
600 && !has_vector_shift)
627 || (!has_vector_shift && pre_shift != -1))
629 if (has_vector_shift)
721 if ((i && !has_vector_shift && post_shifts[0] != post_shift)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 588 bool has_vector_shift = true; local
612 has_vector_shift = false;
637 && !has_vector_shift)
664 || (!has_vector_shift && pre_shift != -1))
666 if (has_vector_shift)
758 if ((i && !has_vector_shift && post_shifts[0] != post_shift)

Completed in 18 milliseconds