Home
last modified time | relevance | path

Searched defs:iteratorType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/ArmNeon/Transforms/
H A DLowerContractionToSMMLAPattern.cpp81 [](vector::IteratorType iteratorType) { in matchAndRewrite() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp690 for (const auto &iteratorType : llvm::enumerate(iteratorTypes)) { tileLinalgOpImpl() local
699 for (const auto &iteratorType : llvm::enumerate(iteratorTypes)) { tileLinalgOpImpl() local
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp184 bool isParallelIterator(utils::IteratorType iteratorType) { in isParallelIterator() argument
188 bool isReductionIterator(utils::IteratorType iteratorType) { in isReductionIterator() argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1076 auto iteratorType = llvm::cast<IteratorTypeAttr>(it.value()).getValue(); getDimMap() local
1098 auto iteratorType = llvm::cast<IteratorTypeAttr>(it.value()).getValue(); getIterationBounds() local