Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h122 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 DStructuredOpsUtilsTest.cpp194 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 Dtsan_dense_alloc.h125 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp38 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp185 int64_t batch = inputTy.getDimSize(0); in matchAndRewrite() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h32 void *batch[kSize]; member
H A Dsanitizer_allocator_local_cache.h211 void *batch[2 * TransferBatch::kMaxNumCached]; member
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1380 Value batch = rewriter.create<linalg::IndexOp>(loc, 0); in matchAndRewrite() local