Searched defs:ScheduleKind (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 1512 const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk()
|
H A D | CGOpenMPRuntime.cpp | 2497 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk() 2580 static OpenMPSchedType getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind, in getRuntimeSchedule() 2603 getRuntimeSchedule(OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) { in getRuntimeSchedule() 2608 bool CGOpenMPRuntime::isStaticNonchunked(OpenMPScheduleClauseKind ScheduleKind, in isStaticNonchunked() 2616 OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const { in isStaticNonchunked() 2621 bool CGOpenMPRuntime::isStaticChunked(OpenMPScheduleClauseKind ScheduleKind, in isStaticChunked() 2629 OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const { in isStaticChunked() 2694 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() 2777 const OpenMPScheduleTy &ScheduleKind, in emitForStaticInit() 12462 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit() [all …]
|
H A D | CGOpenMPRuntimeGPU.cpp | 3400 OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk() 3417 OpenMPScheduleClauseKind &ScheduleKind, in getDefaultScheduleAndChunk()
|
H A D | CGStmtOpenMP.cpp | 2922 const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, in EmitOMPForOuterLoop() 3030 OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, in EmitOMPDistributeOuterLoop() 3350 OpenMPScheduleTy ScheduleKind; in EmitOMPWorksharingLoop() local 4065 OpenMPScheduleTy ScheduleKind; in EmitSections() local 5647 OpenMPDistScheduleClauseKind ScheduleKind = OMPC_DIST_SCHEDULE_unknown; in EmitOMPDistributeLoop() local
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3784 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; in ParseOpenMPSingleExprWithArgClause() enumerator
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16994 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; in ActOnOpenMPSingleExprWithArgClause() enumerator
|