Home
last modified time | relevance | path

Searched defs:chunks (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/libcxx/test/libcxx/algorithms/
H A Dpstl.libdispatch.chunk_partitions.pass.cpp21 auto chunks = std::__pstl::__libdispatch::__partition_chunks(0); in main() local
28 auto chunks = std::__pstl::__libdispatch::__partition_chunks(1); in main() local
35 auto chunks = std::__pstl::__libdispatch::__partition_chunks(i); in main() local
/llvm-project/polly/lib/External/isl/
H A Disl_val_imath.c8 size_t size, const void *chunks) in isl_val_int_from_chunks()
34 void *chunks) in isl_val_get_abs_num_chunks()
H A Disl_val_sioimath.c8 size_t size, const void *chunks) in isl_val_int_from_chunks()
35 void *chunks) in isl_val_get_abs_num_chunks()
H A Disl_val_gmp.c72 size_t size, const void *chunks) in isl_val_int_from_chunks()
114 void *chunks) in isl_val_get_abs_num_chunks()
/llvm-project/lld/COFF/
H A DWriter.h31 std::vector<Chunk *> chunks; variable
79 std::vector<Chunk *> chunks; variable
H A DDLL.h79 void createEdataChunks(SymbolTable &symtab, std::vector<Chunk *> &chunks); variable
H A DICF.cpp62 std::vector<SectionChunk *> chunks; member in lld::coff::ICF
[all...]
H A DInputFiles.h277 std::vector<Chunk *> chunks; global() variable
H A DWriter.cpp596 verifyRanges(const std::vector<Chunk * > chunks) verifyRanges() argument
803 sortBySectionOrder(std::vector<Chunk * > & chunks) sortBySectionOrder() argument
2306 sortCRTSectionChunks(std::vector<Chunk * > & chunks) sortCRTSectionChunks() argument
[all...]
H A DDLL.cpp646 std::vector<Chunk *> chunks; global() member in lld::coff::__anon9094fd470111::NamePointersChunk
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h186 Header *const *chunks = AddressSpaceView::Load(chunks_, n_chunks_); in GetBlockBegin() local
209 Header **chunks = AddressSpaceView::LoadWritable(chunks_, n_chunks_); in EnsureSortedChunks() local
224 Header *const *chunks = AddressSpaceView::Load(chunks_, n_chunks_); in GetBlockBeginFastLocked() local
278 const Header *const *chunks = AddressSpaceView::Load(chunks_, n_chunks_); in ForEachChunk() local
H A Dsanitizer_allocator_local_cache.h82 CompactPtrT chunks[2 * SizeClassMap::kMaxNumCachedHint]; member
H A Dsanitizer_allocator_primary64.h176 const CompactPtrT *chunks, uptr n_chunks) { in ReturnToAllocator() argument
202 GetFromAllocator(AllocatorStats * stat,uptr class_id,CompactPtrT * chunks,uptr n_chunks) GetFromAllocator() argument
[all...]
/llvm-project/bolt/test/
H A Dlink_fdata.py64 chunks = re.split(r"(?<!\\) +", src_dst) variable
74 chunks = re.split(r"(?<!\\) +", loc) variable
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Drelease_to_os_test.cpp25 uintptr_t *chunks[kNumChunks] = {0}; in MallocReleaseStress() local
/llvm-project/mlir/utils/verify-canon/
H A Dverify_canon.py37 def merge_ir(chunks): argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Drelease_to_os_test.cpp61 uintptr_t *chunks[kNumChunks] = {0}; in MallocReleaseStress() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DLLVMIRIntrinsicGen.cpp104 llvm::SmallVector<llvm::StringRef, 8> chunks; getOperationName() local
/llvm-project/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py1556 def chunks(l, n): global() function
/llvm-project/lld/wasm/
H A DInputFiles.cpp221 setRelocs(const std::vector<T * > & chunks,const WasmSection * section) setRelocs() argument
H A DWriter.cpp237 std::vector<ArrayRef<uint8_t>> chunks = split(data, 1024 * 1024); computeHash() local
/llvm-project/lld/ELF/
H A DSyntheticSections.h894 std::unique_ptr<OutputChunk[]> chunks; global() variable
980 SmallVector<GdbChunk, 0> chunks; global() variable
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp846 AddLeakedChunks(const LeakedChunks & chunks) AddLeakedChunks() argument
[all...]
/llvm-project/lld/MachO/
H A DWriter.cpp1202 std::vector<ArrayRef<uint8_t>> chunks = split(data, 1024 * 1024); writeUuid() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp527 uint32_t chunks[kNumChunks]; TEST() local
597 uint32_t chunks[kNumChunks]; TEST() local
[all...]

12