Home
last modified time | relevance | path

Searched refs:getAffineMapArrayAttr (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DInterchange.cpp77 rewriter.getAffineMapArrayAttr(newIndexingMaps)); in interchangeGenericOp()
H A DDecomposeLinalgOps.cpp201 rewriter.getAffineMapArrayAttr(peeledGenericOpIndexingMaps); in createPeeledGenericOp()
239 auto indexingMapAttr = rewriter.getAffineMapArrayAttr(indexingMaps); in createResidualGenericOp()
H A DElementwiseOpFusion.cpp322 consumerOutputs, rewriter.getAffineMapArrayAttr(fusedIndexMaps), in fuseElementwiseOpsImpl()
1566 rewriter.getAffineMapArrayAttr(fusedIndexMaps), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp157 rewriter.getAffineMapArrayAttr(fusedIndexMaps), prod.iterator_types(), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DNvGpuSupport.cpp329 op, lhs, rhs, res, rewriter.getAffineMapArrayAttr(canonicalForm), in matchAndRewrite()
H A DVectorToGPU.cpp330 rewriter.getAffineMapArrayAttr(infer({{m, k}, {k, n}, {m, n}})), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp394 rewriter.getAffineMapArrayAttr(newIndexingMaps), in matchAndRewrite()
H A DVectorTransforms.cpp1002 rewriter.getAffineMapArrayAttr({srcMap, srcMap, dstMap}), in matchAndRewrite()
1061 rewriter.getAffineMapArrayAttr(maps), contractOp.getIteratorTypes()); in matchAndRewrite()
1187 rewriter.getAffineMapArrayAttr(maps), rewriter.getArrayAttr(iterators)); in matchAndRewrite()
1909 auto lowAffine = rewriter.getAffineMapArrayAttr(lowIndexingMaps); in lowerParallel()
1978 auto lowAffine = rewriter.getAffineMapArrayAttr(lowIndexingMaps); in lowerReduction()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuilders.h140 ArrayAttr getAffineMapArrayAttr(ArrayRef<AffineMap> values);
H A DOpBase.td1422 let constBuilderCall = "$_builder.getAffineMapArrayAttr($0)";
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuilders.cpp258 ArrayAttr Builder::getAffineMapArrayAttr(ArrayRef<AffineMap> values) { in getAffineMapArrayAttr() function in Builder
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp703 builder.getAffineMapArrayAttr(indexingMaps), in build()
893 rewriter.getAffineMapArrayAttr(newIndexingMaps), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp461 b.getAffineMapArrayAttr(indexingMaps), b.getStrArrayAttr(iteratorTypes), in makeTransposeOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp530 builder.getAffineMapArrayAttr( in build()