Home
last modified time | relevance | path

Searched refs:getReductionIteratorTypeName (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h87 constexpr StringRef getReductionIteratorTypeName() { return "reduction"; } in getReductionIteratorTypeName() function
90 return strAttr && strAttr.getValue() == getReductionIteratorTypeName(); in isReductionIterator()
103 getReductionIteratorTypeName(), in getAllIteratorTypeNames()
133 return getReductionIteratorTypeName(); in toString()
158 Red() : IteratorType(getReductionIteratorTypeName()) {} in Red()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp216 reductionIteratorTypes.push_back(getReductionIteratorTypeName()); in splitReduction()
420 getReductionIteratorTypeName(); in splitReductionByScaling()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp372 getReductionIteratorTypeName()) in isConvolutionInterfaceImpl()
383 getReductionIteratorTypeName()) in isConvolutionInterfaceImpl()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DTilingInterface.td47 `getParallelIteratorTypeName()`/`getReductionIteratorTypeName()`
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.td221 return getNumIterators(getReductionIteratorTypeName(),
234 return getDimsOfType($_op, getReductionIteratorTypeName(), res);
286 getNumIterators(getReductionIteratorTypeName(), iters) == 1;
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp832 iteratorTypes.push_back(axis == i ? getReductionIteratorTypeName() in reduceMatchAndRewriteHelper()
1987 iteratorTypes[axis] = getReductionIteratorTypeName(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp995 iteratorTypes.push_back(getReductionIteratorTypeName()); in matchAndRewrite()
1455 Red() : IteratorType(getReductionIteratorTypeName()) {} in Red()
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md640 getReductionIteratorTypeName() };
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp842 if (iteratorTypeName == getReductionIteratorTypeName()) { in getIterationBounds()
874 getReductionIteratorTypeName(), getContext()); in getContractingDimMap()