Home
last modified time | relevance | path

Searched refs:CR_OpenMP (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCapturedStmt.h19 CR_OpenMP enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h850 case CR_OpenMP: in getRegionName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1802 CGCapturedStmtInfo CGSI(*CS, CR_OpenMP); in EmitOMPParallelDirective()
1856 CGSI = new CodeGenFunction::CGCapturedStmtInfo(CR_OpenMP); in OMPTransformDirectiveScopeRAII()
4212 CGCapturedStmtInfo CGSI(*ICS, CR_OpenMP); in EmitOMPSectionsDirective()
4454 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForDirective()
4488 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForSimdDirective()
H A DCGOpenMPRuntimeGPU.cpp1996 NeedToDelayGlobalization = CGF.CapturedStmtInfo->getKind() == CR_OpenMP; in emitFunctionProlog()
H A DCGOpenMPRuntime.cpp76 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo()
82 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo()
105 return Info->getKind() == CR_OpenMP; in classof()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4434 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4452 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
H A DSema.cpp2709 (getLangOpts().OpenMP && K == CR_OpenMP) in PushCapturedRegionScope()
H A DSemaOpenMP.cpp2396 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2425 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
4362 Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4366 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4370 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4377 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4384 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4388 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
H A DSemaExpr.cpp18265 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
18450 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
18846 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()