Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Utils/
DStructuredOpsUtils.h32 auto mapB = AffineMapAttr::get(AffineMap::get(3, 0, {k, n}, context)); in isRowMajorMatmul() local
43 auto mapB = AffineMapAttr::get(AffineMap::get(3, 0, {m, k}, context)); in isColumnMajorMatmul() local
/external/llvm/unittests/ADT/
DIntervalMapTest.cpp571 UUMap mapB(allocator); in TEST() local
615 UUMap mapB(allocator); in TEST() local
/external/llvm-project/llvm/unittests/ADT/
DIntervalMapTest.cpp671 UUMap mapB(allocator); in TEST() local
715 UUMap mapB(allocator); in TEST() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_offload.py1337 mapB = bpftool("prog show %s" % (progB))[1]["map_ids"][0] variable