Home
last modified time | relevance | path

Searched refs:getAssociatedStmt (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp63 auto *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in OMPLexicalScope()
584 CGCapturedStmtInfo CapturesInfo(cast<CapturedStmt>(*D.getAssociatedStmt())); in EmitOMPFirstprivateClause()
1194 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in emitCommonOMPParallelDirective()
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()
[all …]
DCGOpenMPRuntime.cpp846 const CapturedStmt *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitParallelOrTeamsOutlinedFunction()
882 auto *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitTaskOutlinedFunction()
3517 cast<CapturedStmt>(*D.getAssociatedStmt())); in emitPrivatesInit()
4812 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetOutlinedFunctionHelper()
4884 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitNumTeamsClauseForTargetDirective()
4933 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitThreadLimitClauseForTargetDirective()
5723 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetCall()
5929 cast<CapturedStmt>(E->getAssociatedStmt())->getCapturedStmt(), in scanForTargetRegionsFunctions()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h283 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
284 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()
286 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
289 return Data->getAssociatedStmt(); in getAssociatedStmt()
DOpenMPClause.h7967 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
7968 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()
7970 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
7996 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()
8011 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()
8031 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()
8039 return getAssociatedStmt(); in getRawStmt()
/external/clang/lib/AST/
DStmtPrinter.cpp982 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
983 assert(isa<CapturedStmt>(S->getAssociatedStmt()) && in PrintOMPExecutableDirective()
985 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h196 Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
724 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp241 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
3567 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
3628 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
3658 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
3694 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
5458 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
6654 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
6718 EmitStmt(D.getAssociatedStmt()); in EmitSimpleOMPExecutableDirective()
DCGOpenMPRuntimeGPU.cpp371 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
DCGOpenMPRuntime.cpp10332 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2172 Record.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
/external/clang/lib/Sema/
DTreeTransform.h7184 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
7191 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8336 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
8347 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
DSemaOpenMP.cpp3342 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()
3348 Visit(S->getAssociatedStmt()); in VisitSubCaptures()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6891 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()