Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp60 bool mlir::linalg::isParallelIteratorType(Attribute attr) { in isParallelIteratorType() function in mlir::linalg
220 nLoops - iteratorTypes.drop_while(isParallelIteratorType).size();
344 if (isParallelIteratorType(iteratorType.value())) in doit()
355 if (isParallelIteratorType(iteratorType.value())) { in doit()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/
DUtils.h65 bool isParallelIteratorType(Attribute attr);
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp676 bool isParallel = linalg::isParallelIteratorType(iteratorTypes[idx]); in genFor()