/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 82 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion); in OMPLexicalScope() 162 S.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in emitPreInitStmt() 259 CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt()); in OMPSimdLexicalScope() 1528 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in emitCommonOMPParallelDirective() 1704 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel); in EmitOMPParallelDirective() 1705 const Stmt *ParallelRegionBodyStmt = CS->getCapturedStmt(); in EmitOMPParallelDirective() 1743 CGF.EmitStmt(S.getCapturedStmt(OMPD_parallel)->getCapturedStmt()); in EmitOMPParallelDirective() 1845 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody() 1876 const Stmt *SS = ICS->getCapturedStmt(); in EmitOMPInnerLoop() 3403 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections() [all …]
|
D | CGOpenMPRuntimeGPU.cpp | 377 VisitStmt(S->getCapturedStmt()); in VisitOMPExecutableDirective() 623 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedSPMDDirective() 821 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedLightweightDirective() 1607 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars() 1656 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction() 4197 const auto &CS = *D.getCapturedStmt(OMPD_parallel); in createParallelDataSharingWrapper() 4497 const CapturedStmt *CS = D.getCapturedStmt(OMPD_target); in adjustTargetSpecificDataForLambdas()
|
D | CGOpenMPRuntime.cpp | 1277 const CapturedStmt *CS = D.getCapturedStmt(OMPD_parallel); in emitParallelOutlinedFunction() 1285 const CapturedStmt *CS = D.getCapturedStmt(OMPD_teams); in emitTeamsOutlinedFunction() 1316 const CapturedStmt *CS = D.getCapturedStmt(Region); in emitTaskOutlinedFunction() 3790 const CapturedStmt &CS = *D.getCapturedStmt(Kind); in emitPrivatesInit() 6446 const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target); in emitTargetOutlinedFunctionHelper() 6565 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in emitNumTeamsForTargetDirective() 6679 CGF.getContext(), CS->getCapturedStmt()); in getNumThreads() 6794 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective() 6824 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective() 6851 CGF.getContext(), CS->getCapturedStmt()); in emitNumThreadsForTargetDirective() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1243 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective() 1876 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForDirective() 1888 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForSimdDirective() 1900 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeSimdDirective() 1912 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTargetParallelForSimdDirective() 2154 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections() 2302 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective() 2333 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSingleDirective() 2353 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPMasterDirective() 2362 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPCriticalDirective() [all …]
|
D | CGOpenMPRuntime.cpp | 4889 ignoreCompoundStmts(CS.getCapturedStmt()))) { in emitNumTeamsClauseForTargetDirective() 4938 ignoreCompoundStmts(CS.getCapturedStmt()))) { in emitThreadLimitClauseForTargetDirective() 5929 cast<CapturedStmt>(E->getAssociatedStmt())->getCapturedStmt(), in scanForTargetRegionsFunctions()
|
/external/llvm-project/clang/lib/AST/ |
D | ParentMap.cpp | 93 if (Stmt *SubStmt = cast<CapturedStmt>(S)->getCapturedStmt()) { in BuildParentMap()
|
D | Stmt.cpp | 199 S = CapS->getCapturedStmt(); in IgnoreContainers()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 2106 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function 2107 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function 2198 return getCapturedStmt()->getLocStart(); in getLocStart() 2201 return getCapturedStmt()->getLocEnd(); in getLocEnd() 2204 return getCapturedStmt()->getSourceRange(); in getSourceRange()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 3568 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function 3569 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function 3660 return getCapturedStmt()->getBeginLoc(); in getBeginLoc() 3664 return getCapturedStmt()->getEndLoc(); in getEndLoc() 3668 return getCapturedStmt()->getSourceRange(); in getSourceRange()
|
D | OpenMPClause.h | 7990 getCapturedStmt(OpenMPDirectiveKind RegionKind, in getCapturedStmt() function 8000 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in getCapturedStmt() 8013 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in getInnermostCapturedStmt() 8034 S = CS->getCapturedStmt(); in getRawStmt()
|
D | StmtOpenMP.h | 296 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const { in getCapturedStmt() function 301 return Data->getCapturedStmt(RegionKind, CaptureRegions); in getCapturedStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3362 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures() 5068 S = cast<CapturedStmt>(S)->getCapturedStmt(); in ActOnOpenMPExecutableDirective() 5078 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in ActOnOpenMPExecutableDirective() 9030 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective() 9291 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective() 10318 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in ActOnOpenMPTargetDirective() 10383 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in ActOnOpenMPTargetParallelDirective() 10414 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in ActOnOpenMPTargetParallelForDirective() 10512 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in ActOnOpenMPTargetEnterDataDirective() 10549 CS = cast<CapturedStmt>(CS->getCapturedStmt()); in ActOnOpenMPTargetExitDataDirective() [all …]
|
D | SemaStmt.cpp | 4522 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
|
D | TreeTransform.h | 8349 CS = D->getInnermostCapturedStmt()->getCapturedStmt(); in TransformOMPExecutableDirective() 14433 Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 120 S = CapS->getCapturedStmt(); in IgnoreContainers()
|
D | StmtPrinter.cpp | 985 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3397 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective() 5608 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective() 5867 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective() 6297 auto Body = CS->getCapturedStmt(); in ActOnOpenMPAtomicDirective()
|
D | SemaStmt.cpp | 3991 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
|
D | TreeTransform.h | 7191 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective() 11933 Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 528 Record.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
|
D | ASTReaderStmt.cpp | 508 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 339 Record.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
|
D | ASTReaderStmt.cpp | 423 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
|