/llvm-project/llvm/utils/ |
H A D | demangle_tree.py | 97 def process_one_chunk(pool, chunk_size, objdump, context): argument 152 def process_pending_files(pool, chunk_size, objdump, context): argument
|
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | omp_for_schedule_dynamic.c | 17 const int chunk_size = 7; variable
|
H A D | omp_for_schedule_runtime.c | 28 int chunk_size; in test_omp_for_runtime() local
|
H A D | omp_for_schedule_static.c | 22 int chunk_size; in test_omp_for_schedule_static() local
|
H A D | omp_for_schedule_static_3.c | 26 int chunk_size; in test_omp_for_schedule_static_3() local
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.h | 291 IsItaniumABIArrayCookie(uptr chunk_beg,uptr chunk_size,uptr addr) IsItaniumABIArrayCookie() argument 302 IsARMABIArrayCookie(uptr chunk_beg,uptr chunk_size,uptr addr) IsARMABIArrayCookie() argument 312 IsSpecialCaseOfOperatorNew0(uptr chunk_beg,uptr chunk_size,uptr addr) IsSpecialCaseOfOperatorNew0() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Memory.cpp | 268 AllocatedBlock(lldb::addr_t addr,uint32_t byte_size,uint32_t permissions,uint32_t chunk_size) AllocatedBlock() argument 361 AllocatePage(uint32_t byte_size,uint32_t permissions,uint32_t chunk_size,Status & error) AllocatePage() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_primary64.h | 374 uptr chunk_size = ClassIdToSize(class_id); ForEachChunk() local 517 ReleaseFreeMemoryToOS(CompactPtrT * free_array,uptr free_array_count,uptr chunk_size,uptr allocated_pages_count,MemoryMapper * memory_mapper,uptr class_id) ReleaseFreeMemoryToOS() argument 865 const uptr chunk_size = ClassIdToSize(class_id); MaybeReleaseToOS() local [all...] |
H A D | sanitizer_allocator_primary32.h | 258 uptr chunk_size = ClassIdToSize(possible_regions[region]); in ForEachChunk() local
|
H A D | sanitizer_platform_limits_posix.h | 922 long chunk_size; global() member
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_descriptions.h | 114 uptr chunk_size; global() member
|
/llvm-project/mlir/lib/Dialect/XeGPU/IR/ |
H A D | XeGPUOps.cpp | 284 build(OpBuilder & builder,OperationState & state,TensorDescType TensorDesc,Value source,llvm::ArrayRef<OpFoldResult> offsets,uint32_t chunk_size) build() argument
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 476 size_t chunk_size = src.gcount(); internalPushFile() local
|
/llvm-project/libcxx/src/ |
H A D | memory_resource.cpp | 233 __allocate_in_new_chunk(memory_resource * upstream,size_t block_size,size_t chunk_size) __allocate_in_new_chunk() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_collapse.cpp | 1681 kmp_loop_nest_iv_t chunk_size = total_left / nth; in __kmpc_for_collapsed_init() local
|
H A D | kmp_gsupport.cpp | 424 long chunk_size) { in __kmp_GOMP_parallel_microtask_wrapper()
|
H A D | kmp_dispatch.cpp | 1752 UT chunk_size = pr->u.p.parm1; in __kmp_dispatch_next_algorithm() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_test.cpp | 1331 const uptr chunk_size = Allocator::SizeClassMapT::Size(class_id); TestReleaseFreeMemoryToOS() local
|