Searched defs:batch (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 122 IndexT batch; member 180 T *batch = (T *)MmapOrDie(kL2Size * sizeof(T), name_); in AllocSuperBlock() local
|
| /llvm-project-15.0.7/mlir/unittests/Dialect/Utils/ |
| H A D | StructuredOpsUtilsTest.cpp | 194 AffineExpr batch, m, n, k; in TEST() local 207 AffineExpr batch, m, n, k; in TEST() local 220 AffineExpr batch, m, n, k; in TEST() local 233 AffineExpr batch, m, n, k; in TEST() local
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_dense_alloc.h | 125 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_quarantine_test.cpp | 38 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/ |
| H A D | TosaDecomposeTransposeConv.cpp | 185 int64_t batch = inputTy.getDimSize(0); in matchAndRewrite() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 32 void *batch[kSize]; member
|
| H A D | sanitizer_allocator_local_cache.h | 211 void *batch[2 * TransferBatch::kMaxNumCached]; member
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalg.cpp | 1380 Value batch = rewriter.create<linalg::IndexOp>(loc, 0); in matchAndRewrite() local
|