Searched refs:isOpenMPParallelDirective (Results 1 – 6 of 6) sorted by relevance
255 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
604 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
561 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()572 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()578 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()2863 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
113 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()1439 isOpenMPParallelDirective(D.getDirectiveKind()) || in EmitOMPReductionClauseFinal()3783 if (isOpenMPParallelDirective(S.getDirectiveKind())) { in emitScanBasedDirective()3828 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()3831 if (!isOpenMPParallelDirective(S.getDirectiveKind())) in emitWorksharingDirective()4951 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()5636 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()5768 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
6207 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()6352 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()
1363 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()2799 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()3887 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()3983 return isOpenMPParallelDirective(K) || in VisitMemberExpr()4162 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()6695 if (isOpenMPParallelDirective(Kind) && in ActOnOpenMPExecutableDirective()6710 if (isOpenMPParallelDirective(Kind)) in ActOnOpenMPExecutableDirective()18220 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()18498 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()19287 !isOpenMPParallelDirective(CurrDir) && in actOnOMPReductionKindClause()[all …]