Home
last modified time | relevance | path

Searched refs:ChildStmt (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp624 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() local
627 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective()
638 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
640 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective()
822 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective() local
825 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedLightweightDirective()
840 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
842 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedLightweightDirective()
853 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedLightweightDirective()
855 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedLightweightDirective()
[all …]
DCGOpenMPRuntime.cpp6566 const Stmt *ChildStmt = in emitNumTeamsForTargetDirective() local
6569 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in emitNumTeamsForTargetDirective()
9410 const Stmt *ChildStmt = in getNestedDistributeDirective() local
9414 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()
9425 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
9427 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()