Searched refs:getAffineMapArrayAttr (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Interchange.cpp | 77 rewriter.getAffineMapArrayAttr(newIndexingMaps)); in interchangeGenericOp()
|
| H A D | DecomposeLinalgOps.cpp | 201 rewriter.getAffineMapArrayAttr(peeledGenericOpIndexingMaps); in createPeeledGenericOp() 239 auto indexingMapAttr = rewriter.getAffineMapArrayAttr(indexingMaps); in createResidualGenericOp()
|
| H A D | ElementwiseOpFusion.cpp | 322 consumerOutputs, rewriter.getAffineMapArrayAttr(fusedIndexMaps), in fuseElementwiseOpsImpl() 1566 rewriter.getAffineMapArrayAttr(fusedIndexMaps), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | SparseTensorRewriting.cpp | 157 rewriter.getAffineMapArrayAttr(fusedIndexMaps), prod.iterator_types(), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/ |
| H A D | NvGpuSupport.cpp | 329 op, lhs, rhs, res, rewriter.getAffineMapArrayAttr(canonicalForm), in matchAndRewrite()
|
| H A D | VectorToGPU.cpp | 330 rewriter.getAffineMapArrayAttr(infer({{m, k}, {k, n}, {m, n}})), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorDropLeadUnitDim.cpp | 394 rewriter.getAffineMapArrayAttr(newIndexingMaps), in matchAndRewrite()
|
| H A D | VectorTransforms.cpp | 1002 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 D | Builders.h | 140 ArrayAttr getAffineMapArrayAttr(ArrayRef<AffineMap> values);
|
| H A D | OpBase.td | 1422 let constBuilderCall = "$_builder.getAffineMapArrayAttr($0)";
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Builders.cpp | 258 ArrayAttr Builder::getAffineMapArrayAttr(ArrayRef<AffineMap> values) { in getAffineMapArrayAttr() function in Builder
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 703 builder.getAffineMapArrayAttr(indexingMaps), in build() 893 rewriter.getAffineMapArrayAttr(newIndexingMaps), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 461 b.getAffineMapArrayAttr(indexingMaps), b.getStrArrayAttr(iteratorTypes), in makeTransposeOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 530 builder.getAffineMapArrayAttr( in build()
|