/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 117 static constexpr size_t ChunkSize = 1024 * 1024; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 765 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
|
H A D | Path.cpp | 1176 ssize_t ChunkSize) { in readNativeFileToEOF()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 712 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 357 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 D | OpenMPClause.h | 1660 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 D | CGOpenMPRuntimeGPU.cpp | 2142 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
|
H A D | CGStmtOpenMP.cpp | 3948 llvm::Value *ChunkSize = nullptr; in EmitOMPForDirective() local
|
H A D | CGOpenMPRuntime.cpp | 2337 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 736 uint64_t ChunkSize = Offset - CurrentOffset; in emitStackProbeInlineGenericBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4076 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 D | TreeTransform.h | 1816 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause() 2152 Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPDistScheduleClause()
|
H A D | SemaOpenMP.cpp | 16236 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 D | SLPVectorizer.cpp | 3901 int ChunkSize; member
|