Home
last modified time | relevance | path

Searched refs:OMPLoopBasedDirective (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td221 def OMPLoopBasedDirective : StmtNode<OMPExecutableDirective, 1>;
222 def OMPLoopDirective : StmtNode<OMPLoopBasedDirective, 1>;
225 def OMPTileDirective : StmtNode<OMPLoopBasedDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop()
98 (isa<OMPLoopBasedDirective>(S) && !isa<OMPLoopDirective>(S))) { in tryToFindNextInnerLoop()
125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops()
148 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
154 void OMPLoopBasedDirective::doForAllLoopsBodies( in doForAllLoopsBodies()
157 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies()
180 OMPLoopBasedDirective::doForAllLoopsBodies( in getBody()
H A DStmtProfile.cpp891 void StmtProfiler::VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *S) { in VisitOMPLoopBasedDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h677 class OMPLoopBasedDirective : public OMPExecutableDirective {
692 OMPLoopBasedDirective(StmtClass SC, OpenMPDirectiveKind Kind, in OMPLoopBasedDirective() function
927 class OMPLoopDirective : public OMPLoopBasedDirective {
1065 : OMPLoopBasedDirective(SC, Kind, StartLoc, EndLoc, CollapsedNum) {} in OMPLoopDirective()
4962 class OMPTileDirective final : public OMPLoopBasedDirective {
4974 : OMPLoopBasedDirective(OMPTileDirectiveClass, llvm::omp::OMPD_tile, in OMPTileDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8904 OMPLoopBasedDirective::HelperExprs &Built) { in checkOpenMPLoop()
8947 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop()
9634 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPSimdDirective()
9673 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForDirective()
9709 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPForSimdDirective()
9976 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForDirective()
10020 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPParallelForSimdDirective()
11214 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTargetParallelForDirective()
11504 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTaskLoopDirective()
11541 OMPLoopBasedDirective::HelperExprs B; in ActOnOpenMPTaskLoopSimdDirective()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp136 void emitPreInitStmt(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) { in emitPreInitStmt()
164 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt()
190 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) in OMPLoopScope()
1790 if (const auto *Dir = dyn_cast<OMPLoopBasedDirective>(S)) { in OMPTransformDirectiveScopeRAII()
1902 OMPLoopBasedDirective::tryToFindNextInnerLoop( in EmitOMPLoopBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp2187 void ASTStmtWriter::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()
H A DASTReaderStmt.cpp2289 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2043 void VisitOMPLoopBasedDirective(const OMPLoopBasedDirective *D);
2879 const OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()