| /llvm-project-15.0.7/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 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 D | StructuredOpsUtils.cpp | 37 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 D | ReshapeOpsUtils.cpp | 187 SmallVector<AffineMap, 4> maps; in getSymbolLessAffineMaps() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Support/ |
| H A D | FIRContext.cpp | 47 if (auto maps = mod->getAttrOfType<mlir::StringAttr>(kindMapName)) in getKindMapping() local
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AffineMap.cpp | 226 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 D | BuiltinTypes.cpp | 995 auto maps = AffineMap::inferFromExprList(exprs); in makeCanonicalStridedLayoutExpr() local
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GarbageCollection.rst | 836 .. _init-roots:
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/ |
| H A D | ReshapeOpsUtils.h | 129 auto maps = op.getReassociationMaps(); in verifyReshapeLikeTypes() local
|
| H A D | StructuredOpsUtils.h | 189 SmallVector<AffineMap, 4> maps; variable
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/ |
| H A D | TestVectorizationUtils.cpp | 207 SmallVector<AffineMap, 4> maps; in testComposeMaps() local
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | AffineMap.cpp | 153 SmallVector<AffineMap> maps; in mlirAffineMapCompressUnusedSymbols() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/ |
| H A D | NvGpuSupport.cpp | 293 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); in matchAndRewrite() local
|
| H A D | VectorToGPU.cpp | 294 SmallVector<AffineMap, 4> maps = op.getIndexingMapsArray(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Loops.cpp | 81 auto maps = llvm::to_vector<8>( in getInputAndOutputIndices() local
|
| H A D | DropUnitDims.cpp | 388 auto maps = llvm::to_vector<8>(llvm::map_range( in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransferSplitRewritePatterns.cpp | 209 SmallVector<AffineMap, 4> maps = in createSubViewIntersection() local
|
| H A D | VectorTransforms.cpp | 1037 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 D | TosaToLinalg.cpp | 839 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 D | IRAffine.cpp | 676 SmallVector<MlirAffineMap> maps; in populateIRAffine() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 871 auto maps = op.getReassociationMaps(); in verifyTensorReshapeOp() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 3284 SmallVectorImpl<int32_t> &groups) { in build()
|