Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h79 inline bool isParallelIterator(Attribute attr) { in isParallelIterator() function
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1631 if (!isParallelIterator(iteratorTypes[0]) || in matchAndRewrite()
1632 !isParallelIterator(iteratorTypes[1]) || in matchAndRewrite()
1711 if (isParallelIterator(iteratorTypes[0]) && in matchAndRewrite()
1712 isParallelIterator(iteratorTypes[1]) && in matchAndRewrite()
1758 } else if (isParallelIterator(iteratorTypes[0]) && in matchAndRewrite()
1825 if (isParallelIterator(iteratorTypes[0]) && in matchAndRewrite()
1826 isParallelIterator(iteratorTypes[1]) && in matchAndRewrite()
1858 } else if (isParallelIterator(iteratorTypes[0]) && in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusion.cpp536 if (!isParallelIterator(attr.value())) in pruneReductionDimsFromMap()