Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h117 static constexpr size_t ChunkSize = 1024 * 1024; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp765 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
H A DPath.cpp1176 ssize_t ChunkSize) { in readNativeFileToEOF()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp712 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp357 const uint32_t ChunkSize = 16; in writeSection() local
2913 const uint32_t ChunkSize = 16; in writeSection() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1660 Expr *ChunkSize = nullptr; variable
1742 Expr *ChunkSize, Stmt *HelperChunkSize, in OMPScheduleClause()
6663 Expr *ChunkSize = nullptr; variable
6705 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, in OMPDistScheduleClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2142 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
H A DCGStmtOpenMP.cpp3948 llvm::Value *ChunkSize = nullptr; in EmitOMPForDirective() local
H A DCGOpenMPRuntime.cpp2337 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp736 uint64_t ChunkSize = Offset - CurrentOffset; in emitStackProbeInlineGenericBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4076 bool NeedsBarrier, Value *ChunkSize) { in applyStaticChunkedWorkshareLoop()
4448 bool NeedsBarrier, omp::ScheduleKind SchedKind, Value *ChunkSize, in applyWorkshareLoop()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1816 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause()
2152 Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPDistScheduleClause()
H A DSemaOpenMP.cpp16236 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPScheduleClause()
21932 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPDistScheduleClause()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3901 int ChunkSize; member