Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project/compiler-rt/test/tsan/
H A Dbench_malloc.cpp10 void **blocks = new void *[bench_mode]; in thread() local
/llvm-project/llvm/test/CodeGen/SystemZ/Large/
H A Dbranch-range-02.py61 blocks = 256 + 4 variable
/llvm-project/clang/test/CodeGenCXX/
H A D2006-09-12-OpaqueStructCrash.cpp25 B<C<Ty> > blocks; member
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dfork_deadlock.cpp24 void *blocks[kBlocks]; in alloc_free_blocks() local
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c234 void blake3_hash4_neon(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_neon()
306 INLINE void hash_one_neon(const uint8_t *input, size_t blocks, in hash_one_neon()
330 size_t blocks, const uint32_t key[8], in blake3_hash_many_neon()
H A Dblake3_portable.c125 INLINE void hash_one_portable(const uint8_t *input, size_t blocks, in hash_one_portable()
146 size_t blocks, const uint32_t key[8], in blake3_hash_many_portable()
H A Dblake3_avx2.c231 void blake3_hash8_avx2(const uint8_t *const *inputs, size_t blocks, in blake3_hash8_avx2()
304 size_t blocks, const uint32_t key[8], in blake3_hash_many_avx2()
H A Dblake3_sse2.c460 void blake3_hash4_sse2(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_sse2()
521 INLINE void hash_one_sse2(const uint8_t *input, size_t blocks, in hash_one_sse2()
542 size_t blocks, const uint32_t key[8], in blake3_hash_many_sse2()
H A Dblake3_sse41.c454 void blake3_hash4_sse41(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_sse41()
515 INLINE void hash_one_sse41(const uint8_t *input, size_t blocks, in hash_one_sse41()
536 size_t blocks, const uint32_t key[8], in blake3_hash_many_sse41()
H A Dblake3_avx512.c492 void blake3_hash4_avx512(const uint8_t *const *inputs, size_t blocks, in blake3_hash4_avx512()
747 void blake3_hash8_avx512(const uint8_t *const *inputs, size_t blocks, in blake3_hash8_avx512()
1060 void blake3_hash16_avx512(const uint8_t *const *inputs, size_t blocks, in blake3_hash16_avx512()
1142 INLINE void hash_one_avx512(const uint8_t *input, size_t blocks, in hash_one_avx512()
1163 size_t blocks, const uint32_t key[8], in blake3_hash_many_avx512()
H A Dblake3_dispatch.c196 size_t blocks, const uint32_t key[8], uint64_t counter, in blake3_hash_many()
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DBufferUtils.h86 llvm::SmallPtrSet<Block *, 16> blocks; in findCommonDominator() local
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp34 IndexT blocks[N]; in TEST() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.h53 iterator_range<block_iterator> blocks() const override { in blocks() function
H A DWebAssemblyExceptionInfo.h82 inline iterator_range<block_iterator> blocks() const { in blocks() function
/llvm-project/clang/test/OpenMP/
H A Dparallel_messages.cpp95 f blocks; member in g
/llvm-project/mlir/include/mlir/IR/
H A DBlockSupport.h115 BlockRange(std::initializer_list<Block *> blocks LLVM_LIFETIME_BOUND) in BlockRange() argument
H A DDominance.h60 Block *findNearestCommonDominator(BlockRangeT &&blocks) const { in findNearestCommonDominator() argument
/llvm-project/bolt/include/bolt/Core/
H A DFunctionLayout.h295 iterator_range<block_iterator> blocks() { blocks() function
298 iterator_range<block_const_iterator> blocks() const { blocks() function
[all...]
/llvm-project/mlir/lib/Analysis/DataFlow/
H A DLivenessAnalysis.cpp112 // Populating such blocks in `blocks`. in visitBranchOperand() local
/llvm-project/clang/test/SemaObjC/
H A Dobjc-literal-nsnumber.m97 NSDictionary * blocks(void) { function
/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp158 SetVector<Block *> blocks; in getBlocksSortedByDominance() local
/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h183 iterator_range<const_block_iterator> blocks() const { blocks() function
[all...]
/llvm-project/mlir/lib/IR/
H A DBlock.cpp356 BlockRange(ArrayRef<Block * > blocks) BlockRange() argument
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp304 static void collectCallOps(iterator_range<Region::iterator> blocks, in collectCallOps() argument
311 iterator_range<Region::iterator> blocks) { in collectCallOps() argument

12