Searched refs:SortMask (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | Sparsification.cpp | 45 enum SortMask { enum 275 if (!(mask & SortMask::kIncludeDense) && !enc) in computeIterationGraph() 288 if (mask & SortMask::kIncludeUndef) { in computeIterationGraph() 1732 if (!computeIterationGraph(merger, op, topSort, SortMask::kIncludeAll) && in matchAndRewrite() 1733 !computeIterationGraph(merger, op, topSort, SortMask::kIncludeUndef) && in matchAndRewrite() 1734 !computeIterationGraph(merger, op, topSort, SortMask::kIncludeDense) && in matchAndRewrite() 1735 !computeIterationGraph(merger, op, topSort, SortMask::kSparseOnly)) { in matchAndRewrite() 1774 !computeIterationGraph(merger, op, topSort, SortMask::kSparseOnly, t)) in resolveCycle()
|