Searched refs:iteratorType (Results 1 – 3 of 3) sorted by relevance
515 for (const auto &iteratorType : enumerate(iteratorTypes)) in doit() local516 if (isParallelIterator(iteratorType.value())) in doit()517 parallelLoopRanges.push_back(loopRanges[iteratorType.index()]); in doit()547 for (const auto &iteratorType : enumerate(iteratorTypes)) in doit() local548 if (isParallelIterator(iteratorType.value())) in doit()549 loops.push_back(loopNest.loops[iteratorType.index()]); in doit()756 for (const auto &iteratorType : enumerate(iteratorTypes)) { in doit() local757 if (isParallelIterator(iteratorType.value())) in doit()765 for (const auto &iteratorType : enumerate(iteratorTypes)) { in doit() local768 if (isParallelIterator(iteratorType.value())) { in doit()[all …]
635 for (StringRef iteratorType : iteratorTypesRange) { in verifyStructuredOpInterface() local636 if (!llvm::is_contained(getAllIteratorTypeNames(), iteratorType)) in verifyStructuredOpInterface()638 << iteratorType << ")"; in verifyStructuredOpInterface()
1019 for (const auto &iteratorType : llvm::enumerate(genericOp.iterator_types())) { in getCollapsableIterationSpaceDims() local1020 if (isReductionIterator(iteratorType.value())) { in getCollapsableIterationSpaceDims()1021 reductionDims.push_back(iteratorType.index()); in getCollapsableIterationSpaceDims()