Searched refs:isOpenMPSimdDirective (Results 1 – 5 of 5) sorted by relevance
217 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
181 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in OMPSimdLexicalScope()931 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()1555 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLinearClause()1683 assert(isOpenMPSimdDirective(S.getDirectiveKind()) && in emitOMPSimdRegion()1837 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in EmitOMPOuterLoop()2136 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in emitInnerParallelForWhenCombined()2344 if (isOpenMPSimdDirective(S.getDirectiveKind())) in EmitOMPWorksharingLoop()2406 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPWorksharingLoop()3347 if (isOpenMPSimdDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()4916 if (isOpenMPSimdDirective(S.getDirectiveKind())) in EmitOMPTaskLoopBasedDirective()[all …]
865 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
1685 !isOpenMPSimdDirective(DSAStack->getCurrentDirective())) in isOpenMPPrivateDecl()2997 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()3067 if (isOpenMPSimdDirective(ParentRegion) && CurrentRegion != OMPD_ordered) { in checkNestingOfRegions()3201 !(isOpenMPSimdDirective(ParentRegion) || in checkNestingOfRegions()4838 isOpenMPSimdDirective(DKind) in checkOpenMPIterationSpace()4841 if (((isOpenMPSimdDirective(DKind) && DVar.CKind != OMPC_unknown && in checkOpenMPIterationSpace()4845 !isOpenMPSimdDirective(DKind) && DVar.CKind != OMPC_unknown && in checkOpenMPIterationSpace()6261 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()11737 isOpenMPSimdDirective(Stack->getCurrentDirective()) && !Info.first) { in FinishOpenMPLinearClause()
1122 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()