/llvm-project/mlir/unittests/Dialect/Utils/ |
H A D | StructuredOpsUtilsTest.cpp | 29 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 108 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC, mapD}); 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 [all …]
|
/llvm-project/mlir/lib/Dialect/Utils/ |
H A D | StructuredOpsUtils.cpp | 42 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isRowMajorMatmul() local 68 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isColumnMajorMatmul() local 95 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isRowMajorBatchMatmul() local 119 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isVecmat() local 144 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isBatchVecmat() local 168 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isMatvec() local 193 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isBatchMatvec() local
|
H A D | ReshapeOpsUtils.cpp | 188 SmallVector<AffineMap, 4> maps; in getSymbolLessAffineMaps() local
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | ShardingInterfaceImpl.cpp | 55 SmallVector<AffineMap> maps; in getIndexingMaps() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | BlockPackMatmul.cpp | 187 SmallVector<AffineMap> maps = genericOp.getIndexingMapsArray(); in blockPackMatmul() local 258 SmallVector<AffineMap> maps = linalgOp.getIndexingMapsArray(); in matchAndRewrite() local
|
H A D | Loops.cpp | 90 auto maps = llvm::to_vector<8>( in getInputAndOutputIndices() local
|
H A D | ElementwiseOpFusion.cpp | 1160 areDimSequencesPreserved(ArrayRef<AffineMap> maps,ArrayRef<ReassociationIndices> dimSequences) areDimSequencesPreserved() argument [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | AffineMap.cpp | 290 SmallVector<AffineMap, 4> maps; inferFromExprList() local 652 compressUnusedListImpl(ArrayRef<AffineMap> maps,llvm::function_ref<AffineMap (AffineMap)> compressionFun) compressUnusedListImpl() argument 690 compressUnusedDims(ArrayRef<AffineMap> maps) compressUnusedDims() argument 704 compressUnusedSymbols(ArrayRef<AffineMap> maps) compressUnusedSymbols() argument 800 concatAffineMaps(ArrayRef<AffineMap> maps) concatAffineMaps() argument 892 getUnusedDimsBitVector(ArrayRef<AffineMap> maps) getUnusedDimsBitVector() argument 904 getUnusedSymbolsBitVector(ArrayRef<AffineMap> maps) getUnusedSymbolsBitVector() argument [all...] |
H A D | BuiltinTypes.cpp | 924 auto maps = AffineMap::inferFromExprList(exprs, context); makeCanonicalStridedLayoutExpr() local
|
/llvm-project/mlir/lib/Dialect/Mesh/Interfaces/ |
H A D | ShardingInterface.cpp | 172 SmallVector<AffineMap> maps = getIndexingMaps(); verifyShardingInterfaceImpl() local 263 SmallVector<AffineMap> maps = shardingOp.getIndexingMaps(); defaultGetShardingOption() local 478 SmallVector<AffineMap> maps = shardingOp.getIndexingMaps(); defaultGetShardingAnnotations() local 542 SmallVector<AffineMap> maps = shardingOp.getIndexingMaps(); defaultAddShardingAnnotations() local [all...] |
/llvm-project/flang/lib/Optimizer/Dialect/Support/ |
H A D | FIRContext.cpp | 47 if (auto maps = mod->getAttrOfType<mlir::StringAttr>(kindMapName)) in getKindMapping() local
|
/llvm-project/mlir/include/mlir/Dialect/Utils/ |
H A D | StructuredOpsUtils.h | 135 SmallVector<AffineMap, 4> maps; variable
|
H A D | ReshapeOpsUtils.h | 152 auto maps = op.getReassociationMaps(); in verifyReshapeLikeTypes() local
|
/llvm-project/llvm/docs/ |
H A D | GarbageCollection.rst | 836 .. _init-roots:
|
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestVectorizationUtils.cpp | 208 maps.reserve(matches.size()); in testComposeMaps() local
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | AffineMap.cpp | 153 SmallVector<AffineMap> maps; in mlirAffineMapCompressUnusedSymbols() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorTransforms.cpp | 205 SmallVector<AffineMap> maps = in matchAndRewrite() local 278 auto maps = llvm::to_vector<3>(contractOp.getIndexingMapsArray()); in matchAndRewrite() local 334 SmallVector<AffineMap> maps = in matchAndRewrite() local 1471 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); matchAndRewrite() local [all...] |
H A D | VectorTransferSplitRewritePatterns.cpp | 211 SmallVector<AffineMap, 4> maps = in createSubViewIntersection() local
|
H A D | LowerVectorContract.cpp | 690 SmallVector<AffineMap> maps = op.getIndexingMapsArray(); in matchAndRewriteMaskableOp() local [all...] |
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRAffine.cpp | 691 SmallVector<MlirAffineMap> maps; populateIRAffine() local
|
/llvm-project/mlir/lib/Conversion/VectorToGPU/ |
H A D | VectorToGPU.cpp | 402 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseGPUCodegen.cpp | 1263 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 2025 auto maps = AffineMap::inferFromExprList({srcExprs, dstExprs, dstExprs}, matchAndRewrite() local [all...] |
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 3026 DenseMap<CachedHashStringRef, size_t> maps[numShards]; computeEntryPool() local
|
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 3720 __anon41ba865e2002(ArrayRef<AffineMap> maps, SmallVectorImpl<int32_t> &groups) build() argument [all...] |