Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp632 if (const auto *NestedDir = in hasNestedSPMDDirective() local
634 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()
640 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
830 if (const auto *NestedDir = in hasNestedLightweightDirective() local
832 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedLightweightDirective()
837 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
842 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
855 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
887 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
892 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
[all …]
H A DCGOpenMPRuntime.cpp6615 if (const auto *NestedDir = in emitNumTeamsForTargetDirective() local
6617 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in emitNumTeamsForTargetDirective()
6618 if (NestedDir->hasClausesOfKind<OMPNumTeamsClause>()) { in emitNumTeamsForTargetDirective()
6622 NestedDir->getSingleClause<OMPNumTeamsClause>()->getNumTeams(); in emitNumTeamsForTargetDirective()
6631 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in emitNumTeamsForTargetDirective()
6632 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) in emitNumTeamsForTargetDirective()
9551 if (const auto *NestedDir = in getNestedDistributeDirective() local
9553 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in getNestedDistributeDirective()
9557 return NestedDir; in getNestedDistributeDirective()
9559 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
[all …]