Searched refs:CR_OpenMP (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | CapturedStmt.h | 19 CR_OpenMP enumerator
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| D | ScopeInfo.h | 821 case CR_OpenMP: in getRegionName()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 2366 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl() 2395 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl() 4191 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 4221 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 4233 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 4242 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 4266 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 4274 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 4304 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() 4327 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart() [all …]
|
| D | SemaStmt.cpp | 4669 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList() 4687 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
|
| D | Sema.cpp | 2673 (getLangOpts().OpenMP && K == CR_OpenMP) ? getOpenMPNestingLevel() : 0, in PushCapturedRegionScope()
|
| D | SemaExpr.cpp | 18623 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo() 18808 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion() 19165 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 1779 CGCapturedStmtInfo CGSI(*CS, CR_OpenMP); in EmitOMPParallelDirective() 1828 CGSI = new CodeGenFunction::CGCapturedStmtInfo(CR_OpenMP); in OMPTransformDirectiveScopeRAII() 4167 CGCapturedStmtInfo CGSI(*ICS, CR_OpenMP); in EmitOMPSectionsDirective() 4409 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForDirective() 4443 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForSimdDirective()
|
| D | CGOpenMPRuntimeGPU.cpp | 3280 NeedToDelayGlobalization = CGF.CapturedStmtInfo->getKind() == CR_OpenMP; in emitFunctionProlog()
|
| D | CGOpenMPRuntime.cpp | 73 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo() 79 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo() 102 return Info->getKind() == CR_OpenMP; in classof()
|