Searched defs:ScheduleKind (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1700 getDefaultDistScheduleAndChunk(CodeGenFunction &CGF, const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind, llvm::Value *&Chunk) const argument
[all...]
H A DCGStmtOpenMP.cpp2944 OpenMPScheduleTy ScheduleKind; local
2513 EmitOMPForOuterLoop( const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, const OMPLoopArguments &LoopArgs, const CodeGenDispatchBoundsTy &CGDispatchBounds) argument
2623 EmitOMPDistributeOuterLoop( OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, const CodeGenLoopTy &CodeGenLoopContent) argument
4603 OpenMPDistScheduleClauseKind ScheduleKind = OMPC_DIST_SCHEDULE_unknown; local
[all...]
H A DCGOpenMPRuntime.cpp2538 static OpenMPSchedType getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind, argument
2561 getRuntimeSchedule(OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) { argument
2566 bool CGOpenMPRuntime::isStaticNonchunked(OpenMPScheduleClauseKind ScheduleKind, argument
2579 bool CGOpenMPRuntime::isStaticChunked(OpenMPScheduleClauseKind ScheduleKind, argument
2469 getDefaultScheduleAndChunk( CodeGenFunction &CGF, const OMPLoopDirective &S, OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const argument
2573 isStaticNonchunked( OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const argument
2586 isStaticChunked( OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const argument
2650 emitForDispatchInit( CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, const DispatchRTInput &DispatchValues) argument
2732 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind, const OpenMPScheduleTy &ScheduleKind, const StaticRTInput &Values) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2867 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; enumerator in enum:__anon1965

Completed in 201 milliseconds