Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpStack.h119 static constexpr size_t ChunkSize = 1024 * 1024; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp762 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
H A DPath.cpp1175 ssize_t ChunkSize) { in readNativeFileToEOF()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp614 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp354 const uint32_t ChunkSize = 16; in writeSection() local
2919 const uint32_t ChunkSize = 16; in writeSection() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2139 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
H A DCGStmtOpenMP.cpp4096 llvm::Value *ChunkSize = nullptr; in emitOMPForDirective() local
H A DCGOpenMPRuntime.cpp2313 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1957 Expr *ChunkSize = nullptr; variable
2039 Expr *ChunkSize, Stmt *HelperChunkSize, in OMPScheduleClause()
7249 Expr *ChunkSize = nullptr; variable
7291 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, in OMPDistScheduleClause()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3637 constexpr size_t ChunkSize = in emitInlinees() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp771 uint64_t ChunkSize = Offset - CurrentOffset; in emitStackProbeInlineGenericBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4348 Value *ChunkSize) { in applyStaticChunkedWorkshareLoop()
4730 bool NeedsBarrier, omp::ScheduleKind SchedKind, Value *ChunkSize, in applyWorkshareLoop()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1833 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause()
2177 Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPDistScheduleClause()
H A DSemaOpenMP.cpp16819 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPScheduleClause()
22841 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPDistScheduleClause()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5037 int ChunkSize; member