/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 97 static constexpr size_t ChunkSize = 1024 * 1024; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 767 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
|
H A D | Path.cpp | 1175 ssize_t ChunkSize) { in readNativeFileToEOF()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 612 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | combined_test.cpp | 756 size_t ChunkSize = 16; in SCUDO_TYPED_TEST() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1660 Expr *ChunkSize = nullptr; variable 1742 Expr *ChunkSize, Stmt *HelperChunkSize, in OMPScheduleClause() 6527 Expr *ChunkSize = nullptr; variable 6569 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, in OMPDistScheduleClause()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 338 const uint32_t ChunkSize = 16; in writeSection() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 716 uint64_t ChunkSize = Offset - CurrentOffset; in emitStackProbeInlineGenericBlock() local
|
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2206 bool NeedsBarrier, Value *ChunkSize) { in applyStaticChunkedWorkshareLoop() 2350 llvm::Value *ChunkSize, bool HasSimdModifier, bool HasMonotonicModifier, in applyWorkshareLoop()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 3421 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
|
H A D | CGStmtOpenMP.cpp | 3903 llvm::Value *ChunkSize = nullptr; in EmitOMPForDirective() local
|
H A D | CGOpenMPRuntime.cpp | 2505 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 1767 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause() 2102 Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPDistScheduleClause()
|
H A D | SemaOpenMP.cpp | 17156 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPScheduleClause() 22684 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPDistScheduleClause()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3339 int ChunkSize; member
|