Searched refs:isOpenMPParallelDirective (Results 1 – 6 of 6) sorted by relevance
262 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
631 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective() function in clang
552 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()563 if (isOpenMPParallelDirective(DKind)) in hasNestedSPMDDirective()569 return isOpenMPParallelDirective(DKind); in hasNestedSPMDDirective()2807 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
113 isOpenMPParallelDirective(Kind); in EmitPreInitStmt()1433 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()4978 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPTaskBasedDirective()5670 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()5802 !isOpenMPParallelDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
6035 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in getNumTeamsExprForTargetDirective()6193 if (isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreads()6350 if (Dir && isOpenMPParallelDirective(Dir->getDirectiveKind())) { in getNumThreadsExprForTargetDirective()
1383 if ((isOpenMPParallelDirective(DVar.DKind) && in getDSA()2823 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses()3912 return isOpenMPParallelDirective(K) || in VisitDeclRefExpr()4008 return isOpenMPParallelDirective(K) || in VisitMemberExpr()4187 if (isOpenMPParallelDirective(DKind)) in handleDeclareVariantConstructTrait()6846 if (isOpenMPParallelDirective(Kind) && in ActOnOpenMPExecutableDirective()6861 if (isOpenMPParallelDirective(Kind)) in ActOnOpenMPExecutableDirective()18559 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPFirstprivateClause()18837 !isOpenMPParallelDirective(CurrDir) && in ActOnOpenMPLastprivateClause()19640 !isOpenMPParallelDirective(CurrDir) && in actOnOMPReductionKindClause()[all …]