Home
last modified time | relevance | path

Searched defs:ScheduleKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1532 const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk()
H A DCGOpenMPRuntimeGPU.cpp2121 OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk()
2138 OpenMPScheduleClauseKind &ScheduleKind, in getDefaultScheduleAndChunk()
H A DCGOpenMPRuntime.cpp2329 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2412 static OpenMPSchedType getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind, in getRuntimeSchedule()
2435 getRuntimeSchedule(OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) { in getRuntimeSchedule()
2440 bool CGOpenMPRuntime::isStaticNonchunked(OpenMPScheduleClauseKind ScheduleKind, in isStaticNonchunked()
2448 OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const { in isStaticNonchunked()
2453 bool CGOpenMPRuntime::isStaticChunked(OpenMPScheduleClauseKind ScheduleKind, in isStaticChunked()
2461 OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const { in isStaticChunked()
2526 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit()
2619 const OpenMPScheduleTy &ScheduleKind, in emitForStaticInit()
12033 const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, in emitForDispatchInit()
[all …]
H A DCGStmtOpenMP.cpp2962 const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, in EmitOMPForOuterLoop()
3076 OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, in EmitOMPDistributeOuterLoop()
3395 OpenMPScheduleTy ScheduleKind; in EmitOMPWorksharingLoop() local
4110 OpenMPScheduleTy ScheduleKind; in EmitSections() local
5735 OpenMPDistScheduleClauseKind ScheduleKind = OMPC_DIST_SCHEDULE_unknown; in EmitOMPDistributeLoop() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3781 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; in ParseOpenMPSingleExprWithArgClause() enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16074 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; in ActOnOpenMPSingleExprWithArgClause() enumerator