| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 225 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 D | StmtOpenMP.h | 1018 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 D | RecursiveASTVisitor.h | 496 bool TraverseOMPLoopDirective(OMPLoopDirective *S); 2952 RecursiveASTVisitor<Derived>::TraverseOMPLoopDirective(OMPLoopDirective *S) {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 47 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 D | CGOpenMPRuntimeGPU.h | 318 const OMPLoopDirective &S, OpenMPDistScheduleClauseKind &ScheduleKind, 323 const OMPLoopDirective &S, OpenMPScheduleClauseKind &ScheduleKind,
|
| H A D | CGStmtOpenMP.cpp | 143 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 D | CodeGenFunction.h | 3529 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 D | CGOpenMPRuntimeGPU.cpp | 3144 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 D | CGOpenMPRuntime.cpp | 2325 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 D | StmtOpenMP.cpp | 72 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 D | StmtProfile.cpp | 957 void StmtProfiler::VisitOMPLoopDirective(const OMPLoopDirective *S) { in VisitOMPLoopDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2362 void ASTStmtWriter::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective()
|
| H A D | ASTReaderStmt.cpp | 2383 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 10786 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()
|