Home
last modified time | relevance | path

Searched defs:mapA (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h31 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, context)); in isRowMajorMatmul() local
42 auto mapA = AffineMapAttr::get(AffineMap::get(3, 0, {k, n}, context)); in isColumnMajorMatmul() local
/external/llvm/unittests/ADT/
DIntervalMapTest.cpp570 UUMap mapA(allocator); in TEST() local
614 UUMap mapA(allocator); in TEST() local
/external/llvm-project/llvm/unittests/ADT/
DIntervalMapTest.cpp670 UUMap mapA(allocator); in TEST() local
714 UUMap mapA(allocator); in TEST() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_offload.py1336 mapA = bpftool("prog show %s" % (progA))[1]["map_ids"][0] variable