Searched refs:isParallelIteratorType (Results 1 – 3 of 3) sorted by relevance
60 bool mlir::linalg::isParallelIteratorType(Attribute attr) { in isParallelIteratorType() function in mlir::linalg220 nLoops - iteratorTypes.drop_while(isParallelIteratorType).size();344 if (isParallelIteratorType(iteratorType.value())) in doit()355 if (isParallelIteratorType(iteratorType.value())) { in doit()
65 bool isParallelIteratorType(Attribute attr);
676 bool isParallel = linalg::isParallelIteratorType(iteratorTypes[idx]); in genFor()