Home
last modified time | relevance | path

Searched refs:OpenMPDistScheduleClauseKind (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.h103 enum OpenMPDistScheduleClauseKind { enum
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h888 virtual bool isStaticNonchunked(OpenMPDistScheduleClauseKind ScheduleKind,
902 virtual bool isStaticChunked(OpenMPDistScheduleClauseKind ScheduleKind,
1014 OpenMPDistScheduleClauseKind SchedKind,
1532 const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk()
1875 OpenMPDistScheduleClauseKind SchedKind,
HDCGOpenMPRuntimeGPU.h315 const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind,
HDCGOpenMPRuntimeGPU.cpp2121 OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk()
HDCGOpenMPRuntime.cpp2435 getRuntimeSchedule(OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) { in getRuntimeSchedule()
2448 OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const { in isStaticNonchunked()
2461 OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) const { in isStaticChunked()
2640 OpenMPDistScheduleClauseKind SchedKind, in emitDistributeStaticInit()
12051 OpenMPDistScheduleClauseKind SchedKind, const StaticRTInput &Values) { in emitDistributeStaticInit()
HDCGStmtOpenMP.cpp3076 OpenMPDistScheduleClauseKind ScheduleKind, const OMPLoopDirective &S, in EmitOMPDistributeOuterLoop()
5735 OpenMPDistScheduleClauseKind ScheduleKind = OMPC_DIST_SCHEDULE_unknown; in EmitOMPDistributeLoop()
HDCodeGenFunction.h4061 void EmitOMPDistributeOuterLoop(OpenMPDistScheduleClauseKind ScheduleKind,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenMPKinds.cpp89 return llvm::StringSwitch<OpenMPDistScheduleClauseKind>(Str) in getOpenMPSimpleClauseType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h1244 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h6654 OpenMPDistScheduleClauseKind Kind = OMPC_DIST_SCHEDULE_unknown;
6668 void setDistScheduleKind(OpenMPDistScheduleClauseKind K) { Kind = K; } in setDistScheduleKind()
6705 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, in OMPDistScheduleClause()
6720 OpenMPDistScheduleClauseKind getDistScheduleKind() const { return Kind; } in getDistScheduleKind()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp16092 static_cast<OpenMPDistScheduleClauseKind>(Argument.back()), Expr, in ActOnOpenMPSingleExprWithArgClause()
21932 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPDistScheduleClause()
HDTreeTransform.h2151 RebuildOMPDistScheduleClause(OpenMPDistScheduleClauseKind Kind, in RebuildOMPDistScheduleClause()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp11404 static_cast<OpenMPDistScheduleClauseKind>(Record.readInt())); in VisitOMPDistScheduleClause()