Home
last modified time | relevance | path

Searched refs:getInnermostCapturedStmt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp627 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()
640 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
825 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedLightweightDirective()
842 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
855 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
868 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
892 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
1610 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
H A DCGStmtOpenMP.cpp165 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()
1899 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()
2044 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()
3650 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()
3805 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()
3806 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitOMPSectionsDirective()
3922 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()
4337 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()
4791 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()
5298 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()
[all …]
H A DCGOpenMPRuntime.cpp6610 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()
6838 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()
6870 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()
6877 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()
6895 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()
6902 CS = Dir->getInnermostCapturedStmt(); in emitNumThreadsForTargetDirective()
6918 return getNumThreads(CGF, D.getInnermostCapturedStmt(), ThreadLimitVal); in emitNumThreadsForTargetDirective()
9545 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()
9559 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h537 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function
542 return Data->getInnermostCapturedStmt(CaptureRegions); in getInnermostCapturedStmt()
545 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function
547 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()
H A DOpenMPClause.h8554 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function
8565 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function
8566 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3438 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()
3443 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()
3449 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()