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.h856 case CR_OpenMP: in getRegionName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4566 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4584 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
4601 if (!S.getLangOpts().OpenMP || Kind != CR_OpenMP) in isOpenMPCapturedRegionInArmSMEFunction()
H A DSema.cpp2877 (getLangOpts().OpenMP && K == CR_OpenMP) in PushCapturedRegionScope()
H A DSemaOpenMP.cpp2372 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2401 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
4357 Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4361 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4365 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4372 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4379 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
4383 SemaRef.ActOnCapturedRegionStart(Loc, CurScope, CR_OpenMP, in processCapturedRegions()
H A DSemaExpr.cpp18711 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
18896 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
19307 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1845 CGCapturedStmtInfo CGSI(*CS, CR_OpenMP); in EmitOMPParallelDirective()
1900 CGSI = new CodeGenFunction::CGCapturedStmtInfo(CR_OpenMP); in OMPTransformDirectiveScopeRAII()
4395 CGCapturedStmtInfo CGSI(*ICS, CR_OpenMP); in EmitOMPSectionsDirective()
4654 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForDirective()
4688 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForSimdDirective()
H A DCGOpenMPRuntimeGPU.cpp1995 NeedToDelayGlobalization = CGF.CapturedStmtInfo->getKind() == CR_OpenMP; in emitFunctionProlog()
H A DCGOpenMPRuntime.cpp72 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo()
78 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo()
101 return Info->getKind() == CR_OpenMP; in classof()