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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.cpp 371 std::unique_ptr<GIMatchTree> TreeRoot = std::make_unique<GIMatchTree>();
372 TreeNode = TreeRoot.get();
375 return TreeRoot;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 6282 auto &TreeRoot = VectorizableTree[0]->Scalars;
6283 auto *TreeRootIT = dyn_cast<IntegerType>(TreeRoot[0]->getType());
6293 SmallPtrSet<Value *, 32> Expr(TreeRoot.begin(), TreeRoot.end());
6308 for (auto *Root : TreeRoot)
6317 for (auto *Root : TreeRoot)
6328 for (auto *Root : TreeRoot) {
6348 if (MaxBitWidth == DL->getTypeSizeInBits(TreeRoot[0]->getType()) &&
6349 llvm::all_of(TreeRoot, [](Value *R) {
6357 IsKnownPositive = llvm::all_of(TreeRoot, [&](Value *R)
    [all...]

Completed in 35 milliseconds