Home
last modified time | relevance | path

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

12

/llvm-project/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
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 DStructuredOpsUtils.cpp42 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 DReshapeOpsUtils.cpp188 SmallVector<AffineMap, 4> maps; in getSymbolLessAffineMaps() local
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DShardingInterfaceImpl.cpp55 SmallVector<AffineMap> maps; in getIndexingMaps() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DBlockPackMatmul.cpp187 SmallVector<AffineMap> maps = genericOp.getIndexingMapsArray(); in blockPackMatmul() local
258 SmallVector<AffineMap> maps = linalgOp.getIndexingMapsArray(); in matchAndRewrite() local
H A DLoops.cpp90 auto maps = llvm::to_vector<8>( in getInputAndOutputIndices() local
H A DElementwiseOpFusion.cpp1160 areDimSequencesPreserved(ArrayRef<AffineMap> maps,ArrayRef<ReassociationIndices> dimSequences) areDimSequencesPreserved() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DAffineMap.cpp290 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 DBuiltinTypes.cpp924 auto maps = AffineMap::inferFromExprList(exprs, context); makeCanonicalStridedLayoutExpr() local
/llvm-project/mlir/lib/Dialect/Mesh/Interfaces/
H A DShardingInterface.cpp172 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 DFIRContext.cpp47 if (auto maps = mod->getAttrOfType<mlir::StringAttr>(kindMapName)) in getKindMapping() local
/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h135 SmallVector<AffineMap, 4> maps; variable
H A DReshapeOpsUtils.h152 auto maps = op.getReassociationMaps(); in verifyReshapeLikeTypes() local
/llvm-project/llvm/docs/
H A DGarbageCollection.rst836 .. _init-roots:
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp208 maps.reserve(matches.size()); in testComposeMaps() local
/llvm-project/mlir/lib/CAPI/IR/
H A DAffineMap.cpp153 SmallVector<AffineMap> maps; in mlirAffineMapCompressUnusedSymbols() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp205 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 DVectorTransferSplitRewritePatterns.cpp211 SmallVector<AffineMap, 4> maps = in createSubViewIntersection() local
H A DLowerVectorContract.cpp690 SmallVector<AffineMap> maps = op.getIndexingMapsArray(); in matchAndRewriteMaskableOp() local
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp691 SmallVector<MlirAffineMap> maps; populateIRAffine() local
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp402 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseGPUCodegen.cpp1263 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2025 auto maps = AffineMap::inferFromExprList({srcExprs, dstExprs, dstExprs}, matchAndRewrite() local
[all...]
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3026 DenseMap<CachedHashStringRef, size_t> maps[numShards]; computeEntryPool() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3720 __anon41ba865e2002(ArrayRef<AffineMap> maps, SmallVectorImpl<int32_t> &groups) build() argument
[all...]

12