Searched refs:mapA (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 | 34 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, context)); in isRowMajorMatmul() local 37 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isRowMajorMatmul() 60 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {k, m}, context)); in isColumnMajorMatmul() local 63 auto maps = ArrayAttr::get(context, {mapA, mapB, mapC}); in isColumnMajorMatmul() 87 auto mapA = AffineMapAttr::get(AffineMap::get(4, 0, {b, m, k}, 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 | 680 UUMap mapA(allocator); in TEST() local 686 mapA.insert(1, 2, 3); in TEST() 700 mapA.insert(4, 5, 6); in TEST() 702 UUOverlaps AB(mapA, mapB); in TEST() 709 UUOverlaps BA(mapB, mapA); in TEST() 724 UUMap mapA(allocator); in TEST() local 729 mapA.insert(10*n, 10*n+4, n); in TEST() 745 UUOverlaps AB(mapA, mapB); in TEST() 773 UUOverlaps AB2(mapA, mapB); in TEST() 786 UUOverlaps BA(mapB, mapA); in TEST() [all …]
|