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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 6464 unsigned number_of_copies = 1; local
6476 /* NUMBER_OF_COPIES is the number of times we need to use the same values in
6482 two copies of each scalar operand: {s1, s2, s1, s2}. (NUMBER_OF_COPIES
6497 number_of_copies = nunits * number_of_vectors / group_size;
6504 for (j = 0; j < number_of_copies; j++)
tree-vect-slp.cc 6464 unsigned number_of_copies = 1; local
6476 /* NUMBER_OF_COPIES is the number of times we need to use the same values in
6482 two copies of each scalar operand: {s1, s2, s1, s2}. (NUMBER_OF_COPIES
6497 number_of_copies = nunits * number_of_vectors / group_size;
6504 for (j = 0; j < number_of_copies; j++)
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 8325 unsigned number_of_copies = 1; local
8337 /* NUMBER_OF_COPIES is the number of times we need to use the same values in
8343 two copies of each scalar operand: {s1, s2, s1, s2}. (NUMBER_OF_COPIES
8358 number_of_copies = nunits * number_of_vectors / group_size;
8366 for (j = 0; j < number_of_copies; j++)
tree-vect-slp.cc 8325 unsigned number_of_copies = 1; local
8337 /* NUMBER_OF_COPIES is the number of times we need to use the same values in
8343 two copies of each scalar operand: {s1, s2, s1, s2}. (NUMBER_OF_COPIES
8358 number_of_copies = nunits * number_of_vectors / group_size;
8366 for (j = 0; j < number_of_copies; j++)

Completed in 66 milliseconds