Searched refs:isParallelIterator (Results 1 – 3 of 3) sorted by relevance
79 inline bool isParallelIterator(Attribute attr) { in isParallelIterator() function
1631 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()
536 if (!isParallelIterator(attr.value())) in pruneReductionDimsFromMap()