Searched refs:OMPLoopBasedDirective (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 224 def OMPLoopBasedDirective : StmtNode<OMPExecutableDirective, 1>; 225 def OMPLoopDirective : StmtNode<OMPLoopBasedDirective, 1>; 228 def OMPLoopTransformationDirective : StmtNode<OMPLoopBasedDirective, 1>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() 98 (isa<OMPLoopBasedDirective>(S) && !isa<OMPLoopDirective>(S))) { in tryToFindNextInnerLoop() 125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() 173 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops() 179 void OMPLoopBasedDirective::doForAllLoopsBodies( in doForAllLoopsBodies() 182 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies() 205 OMPLoopBasedDirective::doForAllLoopsBodies( in getBody()
|
| H A D | StmtProfile.cpp | 953 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 10518 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPSimdDirective() 10562 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForDirective() 10599 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForSimdDirective() 11122 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForDirective() 11166 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForSimdDirective() 13338 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTargetParallelForDirective() 13636 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTaskLoopDirective() 13674 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTaskLoopSimdDirective() 13724 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPMasterTaskLoopDirective() 13762 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPMaskedTaskLoopDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 698 class OMPLoopBasedDirective : public OMPExecutableDirective { 713 OMPLoopBasedDirective(StmtClass SC, OpenMPDirectiveKind Kind, in OMPLoopBasedDirective() function 975 class OMPLoopTransformationDirective : public OMPLoopBasedDirective { 987 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, NumAssociatedLoops) {} in OMPLoopTransformationDirective() 1018 class OMPLoopDirective : public OMPLoopBasedDirective { 1156 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, CollapsedNum) {} in OMPLoopDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 140 void emitPreInitStmt(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) { in emitPreInitStmt() 169 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt() 197 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) in OMPLoopScope() 1826 if (const auto *Dir = dyn_cast<OMPLoopBasedDirective>(S)) { in OMPTransformDirectiveScopeRAII() 1936 OMPLoopBasedDirective::tryToFindNextInnerLoop( in EmitOMPLoopBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2356 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()
|
| H A D | ASTReaderStmt.cpp | 2376 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11340 SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> &LoopHelpers,
|