/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | pstl.libdispatch.chunk_partitions.pass.cpp | 21 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 D | isl_val_imath.c | 8 size_t size, const void *chunks) in isl_val_int_from_chunks() 34 void *chunks) in isl_val_get_abs_num_chunks()
|
H A D | isl_val_sioimath.c | 8 size_t size, const void *chunks) in isl_val_int_from_chunks() 35 void *chunks) in isl_val_get_abs_num_chunks()
|
H A D | isl_val_gmp.c | 72 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 D | Writer.h | 31 std::vector<Chunk *> chunks; variable 79 std::vector<Chunk *> chunks; variable
|
H A D | DLL.h | 79 void createEdataChunks(SymbolTable &symtab, std::vector<Chunk *> &chunks); variable
|
H A D | ICF.cpp | 62 std::vector<SectionChunk *> chunks; member in lld::coff::ICF [all...] |
H A D | InputFiles.h | 277 std::vector<Chunk *> chunks; global() variable
|
H A D | Writer.cpp | 596 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 D | DLL.cpp | 646 std::vector<Chunk *> chunks; global() member in lld::coff::__anon9094fd470111::NamePointersChunk [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_secondary.h | 186 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 D | sanitizer_allocator_local_cache.h | 82 CompactPtrT chunks[2 * SizeClassMap::kMaxNumCachedHint]; member
|
H A D | sanitizer_allocator_primary64.h | 176 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 D | link_fdata.py | 64 chunks = re.split(r"(?<!\\) +", src_dst) variable 74 chunks = re.split(r"(?<!\\) +", loc) variable
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | release_to_os_test.cpp | 25 uintptr_t *chunks[kNumChunks] = {0}; in MallocReleaseStress() local
|
/llvm-project/mlir/utils/verify-canon/ |
H A D | verify_canon.py | 37 def merge_ir(chunks): argument
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | release_to_os_test.cpp | 61 uintptr_t *chunks[kNumChunks] = {0}; in MallocReleaseStress() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | LLVMIRIntrinsicGen.cpp | 104 llvm::SmallVector<llvm::StringRef, 8> chunks; getOperationName() local
|
/llvm-project/libcxx/utils/ |
H A D | generate_feature_test_macro_components.py | 1556 def chunks(l, n): global() function
|
/llvm-project/lld/wasm/ |
H A D | InputFiles.cpp | 221 setRelocs(const std::vector<T * > & chunks,const WasmSection * section) setRelocs() argument
|
H A D | Writer.cpp | 237 std::vector<ArrayRef<uint8_t>> chunks = split(data, 1024 * 1024); computeHash() local
|
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 894 std::unique_ptr<OutputChunk[]> chunks; global() variable 980 SmallVector<GdbChunk, 0> chunks; global() variable
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 846 AddLeakedChunks(const LeakedChunks & chunks) AddLeakedChunks() argument [all...] |
/llvm-project/lld/MachO/ |
H A D | Writer.cpp | 1202 std::vector<ArrayRef<uint8_t>> chunks = split(data, 1024 * 1024); writeUuid() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_test.cpp | 527 uint32_t chunks[kNumChunks]; TEST() local 597 uint32_t chunks[kNumChunks]; TEST() local [all...] |