Home
last modified time | relevance | path

Searched defs:maps (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Dialect/Utils/
H A DStructuredOpsUtilsTest.cpp29 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
42 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
55 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
68 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
81 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
93 auto maps = ArrayAttr::get(&context, {mapA, mapB}); in TEST() local
121 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
134 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
147 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
160 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() local
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DStructuredOpsUtils.cpp37 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isRowMajorMatmul() local
63 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isColumnMajorMatmul() local
90 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isRowMajorBatchMatmul() local
H A DReshapeOpsUtils.cpp187 SmallVector<AffineMap, 4> maps; in getSymbolLessAffineMaps() local
/llvm-project-15.0.7/flang/lib/Optimizer/Support/
H A DFIRContext.cpp47 if (auto maps = mod->getAttrOfType<mlir::StringAttr>(kindMapName)) in getKindMapping() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp226 SmallVector<AffineMap, 4> maps; in inferFromExprList() local
567 compressUnusedImpl(ArrayRef<AffineMap> maps, in compressUnusedImpl()
596 SmallVector<AffineMap> mlir::compressUnusedDims(ArrayRef<AffineMap> maps) { in compressUnusedDims()
629 SmallVector<AffineMap> mlir::compressUnusedSymbols(ArrayRef<AffineMap> maps) { in compressUnusedSymbols()
698 AffineMap mlir::concatAffineMaps(ArrayRef<AffineMap> maps) { in concatAffineMaps()
720 llvm::SmallBitVector mlir::getUnusedDimsBitVector(ArrayRef<AffineMap> maps) { in getUnusedDimsBitVector()
H A DBuiltinTypes.cpp995 auto maps = AffineMap::inferFromExprList(exprs); in makeCanonicalStridedLayoutExpr() local
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst836 .. _init-roots:
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h129 auto maps = op.getReassociationMaps(); in verifyReshapeLikeTypes() local
H A DStructuredOpsUtils.h189 SmallVector<AffineMap, 4> maps; variable
/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp207 SmallVector<AffineMap, 4> maps; in testComposeMaps() local
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DAffineMap.cpp153 SmallVector<AffineMap> maps; in mlirAffineMapCompressUnusedSymbols() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DNvGpuSupport.cpp293 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); in matchAndRewrite() local
H A DVectorToGPU.cpp294 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DLoops.cpp81 auto maps = llvm::to_vector<8>( in getInputAndOutputIndices() local
H A DDropUnitDims.cpp388 auto maps = llvm::to_vector<8>(llvm::map_range( in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp209 SmallVector<AffineMap, 4> maps = in createSubViewIntersection() local
H A DVectorTransforms.cpp1037 SmallVector<AffineMap, 4> maps = in matchAndRewrite() local
1094 SmallVector<AffineMap, 4> maps = in matchAndRewrite() local
1662 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp839 auto maps = AffineMap::inferFromExprList({srcExprs, dstExprs}); in reduceMatchAndRewriteHelper() local
1998 auto maps = AffineMap::inferFromExprList({srcExprs, dstExprs, dstExprs}); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp676 SmallVector<MlirAffineMap> maps; in populateIRAffine() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp871 auto maps = op.getReassociationMaps(); in verifyTensorReshapeOp() local
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3284 SmallVectorImpl<int32_t> &groups) { in build()