/llvm-project/compiler-rt/test/tsan/ |
H A D | bench_malloc.cpp | 10 void **blocks = new void *[bench_mode]; in thread() local
|
/llvm-project/llvm/test/CodeGen/SystemZ/Large/ |
H A D | branch-range-02.py | 61 blocks = 256 + 4 variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2006-09-12-OpaqueStructCrash.cpp | 25 B<C<Ty> > blocks; member
|
/llvm-project/compiler-rt/test/tsan/Darwin/ |
H A D | fork_deadlock.cpp | 24 void *blocks[kBlocks]; in alloc_free_blocks() local
|
/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_neon.c | 234 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 D | blake3_portable.c | 125 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 D | blake3_avx2.c | 231 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 D | blake3_sse2.c | 460 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 D | blake3_sse41.c | 454 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 D | blake3_avx512.c | 492 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 D | blake3_dispatch.c | 196 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 D | BufferUtils.h | 86 llvm::SmallPtrSet<Block *, 16> blocks; in findCommonDominator() local
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_dense_alloc_test.cpp | 34 IndexT blocks[N]; in TEST() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblySortRegion.h | 53 iterator_range<block_iterator> blocks() const override { in blocks() function
|
H A D | WebAssemblyExceptionInfo.h | 82 inline iterator_range<block_iterator> blocks() const { in blocks() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | parallel_messages.cpp | 95 f blocks; member in g
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | BlockSupport.h | 115 BlockRange(std::initializer_list<Block *> blocks LLVM_LIFETIME_BOUND) in BlockRange() argument
|
H A D | Dominance.h | 60 Block *findNearestCommonDominator(BlockRangeT &&blocks) const { in findNearestCommonDominator() argument
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | FunctionLayout.h | 295 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 D | LivenessAnalysis.cpp | 112 // Populating such blocks in `blocks`. in visitBranchOperand() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | objc-literal-nsnumber.m | 97 NSDictionary * blocks(void) { function
|
/llvm-project/mlir/lib/Analysis/ |
H A D | TopologicalSortUtils.cpp | 158 SetVector<Block *> blocks; in getBlocksSortedByDominance() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericCycleInfo.h | 183 iterator_range<const_block_iterator> blocks() const { blocks() function [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | Block.cpp | 356 BlockRange(ArrayRef<Block * > blocks) BlockRange() argument
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | Inliner.cpp | 304 static void collectCallOps(iterator_range<Region::iterator> blocks, in collectCallOps() argument 311 iterator_range<Region::iterator> blocks) { in collectCallOps() argument
|