Home
last modified time | relevance | path

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

/llvm-project/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp194 Value *ChunkSize = createSubFn() local
362 createCallStaticInit(Value * GlobalThreadID,Value * IsLastPtr,Value * LBPtr,Value * UBPtr,Value * StridePtr,Value * ChunkSize) createCallStaticInit() argument
427 createCallDispatchInit(Value * GlobalThreadID,Value * LB,Value * UB,Value * Inc,Value * ChunkSize) createCallDispatchInit() argument
558 getSchedType(int ChunkSize,OMPGeneralSchedulingType Scheduling) const getSchedType() argument
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h
/llvm-project/flang/unittests/Runtime/
H A DBufferTest.cpp70 inline int ChunkSize(int j, int most) { in ChunkSize() function
/llvm-project/polly/lib/Support/
H A DGICHelper.cpp54 const static int ChunkSize = sizeof(uint64_t); in APIntFromVal() local
/llvm-project/offload/DeviceRTL/src/
H A DState.cpp356 void omp_get_schedule(omp_sched_t *ScheduleKind, int *ChunkSize) { in omp_get_schedule() argument
361 void omp_set_schedule(omp_sched_t ScheduleKind, int ChunkSize) { in omp_set_schedule() argument
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp765 size_t ChunkSize = std::min(Size, MaxWriteSize); write_impl() local
H A DPath.cpp1176 readNativeFileToEOF(file_t FileHandle,SmallVectorImpl<char> & Buffer,ssize_t ChunkSize) readNativeFileToEOF() argument
/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp728 const unsigned ChunkSize = VSize * NumPerChunk; writeFragment() local
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp357 uint64_t DataSize = std::min<uint64_t>(Data.size(), ChunkSize); in writeSection() local
2917 const uint32_t ChunkSize = 16; writeSection() local
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1660 Expr *ChunkSize = nullptr; global() variable
1742 OMPScheduleClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation KLoc,SourceLocation CommaLoc,SourceLocation EndLoc,OpenMPScheduleClauseKind Kind,Expr * ChunkSize,Stmt * HelperChunkSize,OpenMPScheduleClauseModifier M1,SourceLocation M1Loc,OpenMPScheduleClauseModifier M2,SourceLocation M2Loc) OMPScheduleClause() argument
6663 Expr *ChunkSize = nullptr; global() variable
6705 OMPDistScheduleClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation KLoc,SourceLocation CommaLoc,SourceLocation EndLoc,OpenMPDistScheduleClauseKind Kind,Expr * ChunkSize,Stmt * HelperChunkSize) OMPDistScheduleClause() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2141 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local
H A DCGStmtOpenMP.cpp3930 llvm::Value *ChunkSize = nullptr; EmitOMPForDirective() local
H A DCGOpenMPRuntime.cpp2336 llvm::APInt ChunkSize(32, 1); getDefaultScheduleAndChunk() local
/llvm-project/llvm/unittests/Support/
H A DPath.cpp2010 __anonf25b14d80602(SmallVectorImpl<char> &V, std::optional<ssize_t> ChunkSize) TEST_F() argument
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2413 Value *ChunkSize = ConstantInt::get(LCTy, 5); TEST_P() local
2483 uint32_t ChunkSize = 1; TEST_P() local
2640 uint32_t ChunkSize = 1; TEST_F() local
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3605 constexpr size_t ChunkSize = emitInlinees() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp738 uint64_t ChunkSize = Offset - CurrentOffset; emitStackProbeInlineGenericBlock() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4010 applyStaticChunkedWorkshareLoop(DebugLoc DL,CanonicalLoopInfo * CLI,InsertPointTy AllocaIP,bool NeedsBarrier,Value * ChunkSize) applyStaticChunkedWorkshareLoop() argument
4382 applyWorkshareLoop(DebugLoc DL,CanonicalLoopInfo * CLI,InsertPointTy AllocaIP,bool NeedsBarrier,omp::ScheduleKind SchedKind,Value * ChunkSize,bool HasSimdModifier,bool HasMonotonicModifier,bool HasNonmonotonicModifier,bool HasOrderedClause,WorksharingLoopType LoopType) applyWorkshareLoop() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1816 RebuildOMPScheduleClause(OpenMPScheduleClauseModifier M1,OpenMPScheduleClauseModifier M2,OpenMPScheduleClauseKind Kind,Expr * ChunkSize,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation M1Loc,SourceLocation M2Loc,SourceLocation KindLoc,SourceLocation CommaLoc,SourceLocation EndLoc) RebuildOMPScheduleClause() argument
2152 RebuildOMPDistScheduleClause(OpenMPDistScheduleClauseKind Kind,Expr * ChunkSize,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation KindLoc,SourceLocation CommaLoc,SourceLocation EndLoc) RebuildOMPDistScheduleClause() argument
H A DSemaOpenMP.cpp16722 ActOnOpenMPScheduleClause(OpenMPScheduleClauseModifier M1,OpenMPScheduleClauseModifier M2,OpenMPScheduleClauseKind Kind,Expr * ChunkSize,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation M1Loc,SourceLocation M2Loc,SourceLocation KindLoc,SourceLocation CommaLoc,SourceLocation EndLoc) ActOnOpenMPScheduleClause() argument
22416 ActOnOpenMPDistScheduleClause(OpenMPDistScheduleClauseKind Kind,Expr * ChunkSize,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation KindLoc,SourceLocation CommaLoc,SourceLocation EndLoc) ActOnOpenMPDistScheduleClause() argument
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3877 int ChunkSize; global() member