Home
last modified time | relevance | path

Searched refs:OMPLoopDirective (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td225 def OMPLoopDirective : StmtNode<OMPLoopBasedDirective, 1>;
227 def OMPSimdDirective : StmtNode<OMPLoopDirective>;
231 def OMPForDirective : StmtNode<OMPLoopDirective>;
232 def OMPForSimdDirective : StmtNode<OMPLoopDirective>;
238 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
263 def OMPTaskLoopDirective : StmtNode<OMPLoopDirective>;
264 def OMPTaskLoopSimdDirective : StmtNode<OMPLoopDirective>;
265 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
273 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
278 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1018 class OMPLoopDirective : public OMPLoopBasedDirective {
1585 class OMPSimdDirective : public OMPLoopDirective {
1649 class OMPForDirective : public OMPLoopDirective {
1740 class OMPForSimdDirective : public OMPLoopDirective {
4450 : OMPLoopDirective(OMPDistributeDirectiveClass, in OMPDistributeDirective()
4459 : OMPLoopDirective(OMPDistributeDirectiveClass, in OMPDistributeDirective()
5054 : public OMPLoopDirective {
5336 : public OMPLoopDirective {
5434 : public OMPLoopDirective {
5447 : OMPLoopDirective( in OMPTargetTeamsDistributeParallelForSimdDirective()
[all …]
H A DRecursiveASTVisitor.h496 bool TraverseOMPLoopDirective(OMPLoopDirective *S);
2952 RecursiveASTVisitor<Derived>::TraverseOMPLoopDirective(OMPLoopDirective *S) {
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h47 class OMPLoopDirective; variable
248 NontemporalDeclsRAII(CodeGenModule &CGM, const OMPLoopDirective &S);
675 const OMPLoopDirective &D)>
1175 const OMPLoopDirective &D,
1386 const OMPLoopDirective &D)>
1496 virtual void emitDoacrossInit(CodeGenFunction &CGF, const OMPLoopDirective &D,
1529 const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk()
1535 const OMPLoopDirective &S, OpenMPScheduleClauseKind &ScheduleKind,
2017 const OMPLoopDirective &D, llvm::Function *TaskFunction,
2188 const OMPLoopDirective &D)>
[all …]
H A DCGOpenMPRuntimeGPU.h318 const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind,
323 const OMPLoopDirective &S, OpenMPScheduleClauseKind &ScheduleKind,
H A DCGStmtOpenMP.cpp143 if (auto *LD = dyn_cast<OMPLoopDirective>(&S)) { in emitPreInitStmt()
2180 const OMPLoopDirective &D, in EmitOMPLinearClauseFinal()
2411 const OMPLoopDirective &D, in EmitOMPSimdFinal()
3092 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForInnerBounds()
3136 const OMPLoopDirective &LS = cast<OMPLoopDirective>(S); in emitDistributeParallelForDispatchBounds()
3153 const auto &Dir = cast<OMPLoopDirective>(S); in emitDistributeParallelForDistributeInnerBoundParams()
3264 const OMPLoopDirective &S, Expr *EUB, in EmitOMPWorksharingLoop()
3509 const auto &LS = cast<OMPLoopDirective>(S); in emitForLoopBounds()
3524 const auto &LS = cast<OMPLoopDirective>(S); in emitDispatchForLoopBounds()
3540 CodeGenFunction &CGF, const OMPLoopDirective &S, in emitScanBasedDirectiveDecls()
[all …]
H A DCodeGenFunction.h3529 void EmitOMPLinearClause(const OMPLoopDirective &D,
3535 const OMPLoopDirective &D,
3560 bool EmitOMPLinearClauseInit(const OMPLoopDirective &D);
3632 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
3757 void EmitOMPPrivateLoopCounters(const OMPLoopDirective &S,
3761 void EmitOMPLoopBody(const OMPLoopDirective &D, JumpDest LoopExit);
3766 bool EmitOMPWorksharingLoop(const OMPLoopDirective &S, Expr *EUB,
3771 void EmitOMPDistributeLoop(const OMPLoopDirective &S,
3775 void EmitOMPSimdInit(const OMPLoopDirective &D);
3777 const OMPLoopDirective &D,
[all …]
H A DCGOpenMPRuntimeGPU.cpp3144 cast<OMPLoopDirective>(D).getLowerBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
3154 cast<OMPLoopDirective>(D).getUpperBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
3326 CodeGenFunction &CGF, const OMPLoopDirective &S, in getDefaultDistScheduleAndChunk()
3343 CodeGenFunction &CGF, const OMPLoopDirective &S, in getDefaultScheduleAndChunk()
H A DCGOpenMPRuntime.cpp2325 CodeGenFunction &CGF, const OMPLoopDirective &S, in getDefaultScheduleAndChunk()
4615 const OMPLoopDirective &D, in emitTaskLoopCall()
9359 const OMPLoopDirective &D)> in emitTargetNumIterationsCall()
9370 const auto *LD = cast<OMPLoopDirective>(TD); in emitTargetNumIterationsCall()
9435 const OMPLoopDirective &D)> in emitTargetCallKernelLaunch()
9631 const OMPLoopDirective &D)> in emitTargetCall()
11110 const OMPLoopDirective &D, in emitDoacrossInit()
11401 CodeGenModule &CGM, const OMPLoopDirective &S) in NontemporalDeclsRAII()
12088 CodeGenFunction &CGF, SourceLocation Loc, const OMPLoopDirective &D, in emitTaskLoopCall()
12159 const OMPLoopDirective &D)> in emitTargetCall()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp72 if (auto *LD = dyn_cast<OMPLoopDirective>(this)) in getStructuredBlock()
98 (isa<OMPLoopBasedDirective>(S) && !isa<OMPLoopDirective>(S))) { in tryToFindNextInnerLoop()
202 Stmt *OMPLoopDirective::getBody() { in getBody()
212 void OMPLoopDirective::setCounters(ArrayRef<Expr *> A) { in setCounters()
218 void OMPLoopDirective::setPrivateCounters(ArrayRef<Expr *> A) { in setPrivateCounters()
225 void OMPLoopDirective::setInits(ArrayRef<Expr *> A) { in setInits()
231 void OMPLoopDirective::setUpdates(ArrayRef<Expr *> A) { in setUpdates()
237 void OMPLoopDirective::setFinals(ArrayRef<Expr *> A) { in setFinals()
243 void OMPLoopDirective::setDependentCounters(ArrayRef<Expr *> A) { in setDependentCounters()
250 void OMPLoopDirective::setDependentInits(ArrayRef<Expr *> A) { in setDependentInits()
[all …]
H A DStmtProfile.cpp957 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2362 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective()
H A DASTReaderStmt.cpp2383 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10786 OMPLoopDirective::HelperExprs B; in ActOnOpenMPGenericLoopDirective()
10832 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTeamsGenericLoopDirective()
10882 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetTeamsGenericLoopDirective()
10930 OMPLoopDirective::HelperExprs B; in ActOnOpenMPParallelGenericLoopDirective()
10979 OMPLoopDirective::HelperExprs B; in ActOnOpenMPTargetParallelGenericLoopDirective()