Home
last modified time | relevance | path

Searched refs:OpenMPScheduleClauseKind (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.h85 enum OpenMPScheduleClauseKind { enum
199 OpenMPScheduleClauseKind Schedule = OMPC_SCHEDULE_unknown;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h992 virtual bool isStaticNonchunked(OpenMPScheduleClauseKind ScheduleKind,
1007 virtual bool isStaticChunked(OpenMPScheduleClauseKind ScheduleKind,
1021 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
1645 const OMPLoopDirective &S, OpenMPScheduleClauseKind &ScheduleKind,
HDCGOpenMPRuntimeNVPTX.h388 const OMPLoopDirective &S, OpenMPScheduleClauseKind &ScheduleKind,
HDCGOpenMPRuntime.cpp3500 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
3564 static OpenMPSchedType getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind, in getRuntimeSchedule()
3592 bool CGOpenMPRuntime::isStaticNonchunked(OpenMPScheduleClauseKind ScheduleKind, in isStaticNonchunked()
3605 bool CGOpenMPRuntime::isStaticChunked(OpenMPScheduleClauseKind ScheduleKind, in isStaticChunked()
3618 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic()
HDCGStmtOpenMP.cpp2485 OpenMPScheduleClauseKind Kind;
2488 ScheduleKindModifiersTy(OpenMPScheduleClauseKind Kind, in ScheduleKindModifiersTy()
HDCGOpenMPRuntimeNVPTX.cpp4851 OpenMPScheduleClauseKind &ScheduleKind, in getDefaultScheduleAndChunk()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h1288 OpenMPScheduleClauseKind Kind = OMPC_SCHEDULE_unknown;
1309 void setScheduleKind(OpenMPScheduleClauseKind K) { Kind = K; } in setScheduleKind()
1385 SourceLocation EndLoc, OpenMPScheduleClauseKind Kind, in OMPScheduleClause()
1408 OpenMPScheduleClauseKind getScheduleKind() const { return Kind; } in getScheduleKind()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp12027 static_cast<OpenMPScheduleClauseKind>(Argument[ScheduleKind]), Expr, in ActOnOpenMPSingleExprWithArgClause()
12136 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPScheduleClause()
HDTreeTransform.h1641 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h10279 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp11801 static_cast<OpenMPScheduleClauseKind>(Record.readInt())); in VisitOMPScheduleClause()