Lines Matching refs:OMPExecutableDirective

1238     CodeGenModule &CGM, const OMPExecutableDirective &D, const CapturedStmt *CS,  in emitParallelOrTeamsOutlinedFunction()
1275 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, in emitParallelOutlinedFunction()
1283 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, in emitTeamsOutlinedFunction()
1291 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, in emitTaskOutlinedFunction()
3778 const OMPExecutableDirective &D, in emitPrivatesInit()
3928 const OMPExecutableDirective &D, in emitTaskDupFunction()
4141 const OMPExecutableDirective &D, in emitTaskInit()
5064 const OMPExecutableDirective &D, in emitTaskCall()
6350 const OMPExecutableDirective &D, StringRef ParentName, in emitTargetOutlinedFunction()
6422 const OMPExecutableDirective &D, StringRef ParentName, in emitTargetOutlinedFunctionHelper()
6553 const OMPExecutableDirective &D) { in emitNumTeamsForTargetDirective()
6569 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in emitNumTeamsForTargetDirective()
6680 if (const auto *Dir = dyn_cast_or_null<OMPExecutableDirective>(Child)) { in getNumThreads()
6778 const OMPExecutableDirective &D) { in emitNumThreadsForTargetDirective()
6795 if (const auto *Dir = dyn_cast_or_null<OMPExecutableDirective>(Child)) { in emitNumThreadsForTargetDirective()
6825 Dir = dyn_cast_or_null<OMPExecutableDirective>(Child); in emitNumThreadsForTargetDirective()
6852 if (const auto *Dir = dyn_cast_or_null<OMPExecutableDirective>(Child)) { in emitNumThreadsForTargetDirective()
7196 llvm::PointerUnion<const OMPExecutableDirective *,
8200 MappableExprsHandler(const OMPExecutableDirective &Dir, CodeGenFunction &CGF) in MappableExprsHandler()
8316 assert(CurDir.is<const OMPExecutableDirective *>() && in generateAllInfo()
8318 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>(); in generateAllInfo()
8790 assert(CurDir.is<const OMPExecutableDirective *>() && in generateInfoForCapture()
8792 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>(); in generateInfoForCapture()
9405 static const OMPExecutableDirective *
9406 getNestedDistributeDirective(ASTContext &Ctx, const OMPExecutableDirective &D) { in getNestedDistributeDirective()
9414 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()
9427 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()
9866 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitTargetNumIterationsCall()
9872 const OMPExecutableDirective *TD = &D; in emitTargetNumIterationsCall()
9894 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitTargetCall()
10207 isa<OMPExecutableDirective>(S) && in scanForTargetRegionsFunctions()
10209 cast<OMPExecutableDirective>(S)->getDirectiveKind()); in scanForTargetRegionsFunctions()
10212 const auto &E = *cast<OMPExecutableDirective>(S); in scanForTargetRegionsFunctions()
10331 if (const auto *E = dyn_cast<OMPExecutableDirective>(S)) { in scanForTargetRegionsFunctions()
10546 CodeGenFunction &CGF, const OMPExecutableDirective &D) const { in adjustTargetSpecificDataForLambdas()
10684 const OMPExecutableDirective &D, in emitTeamsCall()
10738 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataCalls()
10892 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataStandAloneCall()
11962 const OMPExecutableDirective &S, in tryToDisableInnerAnalysis()
12041 CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal) in LastprivateConditionalRAII()
12073 CodeGenFunction &CGF, const OMPExecutableDirective &S) in LastprivateConditionalRAII()
12093 CodeGenFunction &CGF, const OMPExecutableDirective &S) { in disable()
12350 CodeGenFunction &CGF, const OMPExecutableDirective &D, in checkAndEmitSharedLastprivateConditional()
12419 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, in emitParallelOutlinedFunction()
12425 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, in emitTeamsOutlinedFunction()
12431 const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, in emitTaskOutlinedFunction()
12571 const OMPExecutableDirective &D, in emitTaskCall()
12639 const OMPExecutableDirective &D, StringRef ParentName, in emitTargetOutlinedFunction()
12646 CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitTargetCall()
12668 const OMPExecutableDirective &D, in emitTeamsCall()
12683 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataCalls()
12689 CodeGenFunction &CGF, const OMPExecutableDirective &D, const Expr *IfCond, in emitTargetDataStandAloneCall()