Searched refs:OMPLoopBasedDirective (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 226 def OMPLoopBasedDirective : StmtNode<OMPExecutableDirective, 1>; 227 def OMPLoopDirective : StmtNode<OMPLoopBasedDirective, 1>; 230 def OMPLoopTransformationDirective : StmtNode<OMPLoopBasedDirective, 1>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2999 OMPLoopBasedDirective::HelperExprs &B, in finishLinearClauses() 9655 OMPLoopBasedDirective::HelperExprs &Built) { in checkOpenMPLoop() 9709 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop() 10431 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPSimdDirective() 10458 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForDirective() 10485 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForSimdDirective() 10930 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForDirective() 10957 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForSimdDirective() 13088 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTargetParallelForDirective() 13345 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTaskLoopDirective() [all …]
|
| /freebsd/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 | 983 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 682 class OMPLoopBasedDirective : public OMPExecutableDirective { 697 OMPLoopBasedDirective(StmtClass SC, OpenMPDirectiveKind Kind, in OMPLoopBasedDirective() function 959 class OMPLoopTransformationDirective : public OMPLoopBasedDirective { 971 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, NumAssociatedLoops) {} in OMPLoopTransformationDirective() 1004 class OMPLoopDirective : public OMPLoopBasedDirective { 1142 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, CollapsedNum) {} in OMPLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1481 SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> &LoopHelpers,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 148 void emitPreInitStmt(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) { in emitPreInitStmt() 177 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt() 229 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) in OMPLoopScope() 1898 if (const auto *Dir = dyn_cast<OMPLoopBasedDirective>(S)) { in OMPTransformDirectiveScopeRAII() 2009 OMPLoopBasedDirective::tryToFindNextInnerLoop( in EmitOMPLoopBody()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2419 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()
|
| H A D | ASTReaderStmt.cpp | 2415 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()
|