HomeSort by relevance Sort by last modified time
    Searched refs:NumVectorInstructions (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Analysis/
InlineCost.cpp 106 unsigned NumInstructions, NumVectorInstructions;
214 AllocatedSize(0), NumInstructions(0), NumVectorInstructions(0),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 144 unsigned NumInstructions, NumVectorInstructions;
286 NumInstructions(0), NumVectorInstructions(0), VectorBonus(0),
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 38 STATISTIC(NumVectorInstructions, "Number of vector accesses generated");
813 ++NumVectorInstructions;
    [all...]
SLPVectorizer.cpp 53 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 92 STATISTIC(NumVectorInstructions, "Number of vector accesses generated");
    [all...]
SLPVectorizer.cpp 107 STATISTIC(NumVectorInstructions, "Number of vector instructions generated");
    [all...]

Completed in 1811 milliseconds