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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 93 STATISTIC(NumVectorInstructions, "Number of vector accesses generated");
1137 ++NumVectorInstructions;
1306 ++NumVectorInstructions;
SLPVectorizer.cpp 108 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
5020 ++NumVectorInstructions;
5051 ++NumVectorInstructions;
5073 ++NumVectorInstructions;
5093 ++NumVectorInstructions;
5116 ++NumVectorInstructions;
5159 ++NumVectorInstructions;
5202 ++NumVectorInstructions;
5232 ++NumVectorInstructions;
5271 ++NumVectorInstructions;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp 300 unsigned NumVectorInstructions = 0;
830 if (NumVectorInstructions <= NumInstructions / 10)
832 else if (NumVectorInstructions <= NumInstructions / 2)
869 assert(NumVectorInstructions == 0);
2103 ++NumVectorInstructions;

Completed in 32 milliseconds