Searched defs:ChunkSize (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | region.d | 33 enum ChunkSize = 4096 * 1024; member
|
H A D | bitarray.d | 23 enum ChunkSize = Chunk_t.sizeof; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 80 static constexpr size_t ChunkSize = 1024 * 1024; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 228 const ssize_t ChunkSize = 4096*4; in getMemoryBufferForStream() local
|
H A D | raw_ostream.cpp | 760 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 607 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1412 Expr *ChunkSize = nullptr; variable 1494 Expr *ChunkSize, Stmt *HelperChunkSize, in OMPScheduleClause() 6210 Expr *ChunkSize = nullptr; variable 6252 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, in OMPDistScheduleClause()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.cpp | 340 const uint32_t ChunkSize = 16; in writeSection() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 622 uint64_t ChunkSize = Offset - CurrentOffset; in emitStackProbeInlineGenericBlock() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 4323 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
|
H A D | CGOpenMPRuntime.cpp | 2556 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 1688 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause() 2019 Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPDistScheduleClause()
|
H A D | SemaOpenMP.cpp | 14439 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPScheduleClause() 19863 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPDistScheduleClause()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 2338 int ChunkSize; member
|