Searched refs:isOpenMPParallelDirective (Results 1 – 6 of 6) sorted by relevance
211 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
579 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()590 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()596 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()777 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()805 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()827 if (isOpenMPParallelDirective(DKind) && in hasNestedLightweightDirective()3215 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
112 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()1436 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()3725 if (isOpenMPParallelDirective(S.getDirectiveKind())) { in emitScanBasedDirective()3770 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()3773 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()4898 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()5572 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()5704 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
6585 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()6730 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
533 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
1332 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()2748 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()3836 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()3932 return isOpenMPParallelDirective(K) || in VisitMemberExpr()4107 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()6619 if (isOpenMPParallelDirective(Kind) && in ActOnOpenMPExecutableDirective()6634 if (isOpenMPParallelDirective(Kind)) in ActOnOpenMPExecutableDirective()17937 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()18215 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()19004 !isOpenMPParallelDirective(CurrDir) && in actOnOMPReductionKindClause()[all …]