Home
last modified time | relevance | path

Searched defs:ChunkSize (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpStack.h97 static constexpr size_t ChunkSize = 1024 * 1024; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp767 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
H A DPath.cpp1175 ssize_t ChunkSize) { in readNativeFileToEOF()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp612 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp756 size_t ChunkSize = 16; in SCUDO_TYPED_TEST() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h1660 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 DELFObject.cpp338 const uint32_t ChunkSize = 16; in writeSection() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp716 uint64_t ChunkSize = Offset - CurrentOffset; in emitStackProbeInlineGenericBlock() local
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2206 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 DCGOpenMPRuntimeGPU.cpp3421 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
H A DCGStmtOpenMP.cpp3903 llvm::Value *ChunkSize = nullptr; in EmitOMPForDirective() local
H A DCGOpenMPRuntime.cpp2505 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h1767 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause()
2102 Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPDistScheduleClause()
H A DSemaOpenMP.cpp17156 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 DSLPVectorizer.cpp3339 int ChunkSize; member