Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp170 LD->getInnermostCapturedStmt()->getCapturedStmt(), in emitPreInitStmt()
2094 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt(); in EmitOMPInnerLoop()
4132 const CapturedStmt *ICS = S.getInnermostCapturedStmt(); in EmitOMPSectionsDirective()
4242 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()
4707 Checker.Visit(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskBasedDirective()
5322 EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()
5353 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()
5901 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()
5944 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()
7327 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp542 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()
555 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
964 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp6015 const auto *CS = D.getInnermostCapturedStmt(); in getNumTeamsExprForTargetDirective()
6152 const auto *CS = D.getInnermostCapturedStmt(); in emitNumTeamsForTargetDirective()
6310 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()
6345 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()
6351 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()
6364 const CapturedStmt *CS = D.getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()
6370 CS = Dir->getInnermostCapturedStmt(); in getNumThreadsExprForTargetDirective()
6382 getNumThreads(CGF, D.getInnermostCapturedStmt(), NTPtr, UpperBound, in getNumThreadsExprForTargetDirective()
8868 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()
8883 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h556 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function
561 return Data->getInnermostCapturedStmt(CaptureRegions); in getInnermostCapturedStmt()
564 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function
566 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()
H A DOpenMPClause.h9057 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() function
9068 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt() function
9069 return const_cast<OMPChildren *>(this)->getInnermostCapturedStmt( in getInnermostCapturedStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3715 visitSubCaptures(S->getInnermostCapturedStmt()); in VisitSubCaptures()
3720 llvm::any_of(S->getInnermostCapturedStmt()->captures(), in VisitSubCaptures()
3726 Visit(S->getInnermostCapturedStmt()->getCapturedStmt()); in VisitSubCaptures()