Home
last modified time | relevance | path

Searched refs:TreeRoot (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5406 auto &TreeRoot = VectorizableTree[0]->Scalars; in computeMinimumValueSizes() local
5407 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType()); in computeMinimumValueSizes()
5417 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end()); in computeMinimumValueSizes()
5432 for (auto *Root : TreeRoot) in computeMinimumValueSizes()
5441 for (auto *Root : TreeRoot) in computeMinimumValueSizes()
5452 for (auto *Root : TreeRoot) { in computeMinimumValueSizes()
5472 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) && in computeMinimumValueSizes()
5473 llvm::all_of(TreeRoot, [](Value *R) { in computeMinimumValueSizes()
5481 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R) { in computeMinimumValueSizes()