Searched refs:mapB (Results 1 – 3 of 3) sorted by relevance
| /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() 42 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() 55 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() 68 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() 81 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() 93 auto maps = ArrayAttr::get(&context, {mapA, mapB}); in TEST() 121 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() 134 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() 147 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() 160 auto maps = ArrayAttr::get(&context, {mapA, mapB, mapC}); in TEST() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Utils/ |
| H A D | StructuredOpsUtils.cpp | 35 auto mapB = AffineMapAttr::get(AffineMap::get(3, 0, {k, n}, context)); in isRowMajorMatmul() local 37 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isRowMajorMatmul() 61 auto mapB = AffineMapAttr::get(AffineMap::get(3, 0, {n, k}, context)); in isColumnMajorMatmul() local 63 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isColumnMajorMatmul() 88 auto mapB = AffineMapAttr::get(AffineMap::get(4, 0, {b, k, n}, context)); in isRowMajorBatchMatmul() local 90 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isRowMajorBatchMatmul()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | IntervalMapTest.cpp | 681 UUMap mapB(allocator); in TEST() local 693 mapB.insert(3, 4, 5); in TEST() 702 UUOverlaps AB(mapA, mapB); in TEST() 709 UUOverlaps BA(mapB, mapA); in TEST() 725 UUMap mapB(allocator); in TEST() local 740 mapB.insert(400, 400, 400); in TEST() 741 mapB.insert(401, 401, 401); in TEST() 742 mapB.insert(402, 500, 402); in TEST() 743 mapB.insert(600, 601, 402); in TEST() 745 UUOverlaps AB(mapA, mapB); in TEST() [all …]
|