Searched refs:isOpenMPSimdDirective (Results 1 – 5 of 5) sorted by relevance
192 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
684 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
764 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()1479 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLinearClause()1725 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in EmitOMPOuterLoop()2036 if (isOpenMPSimdDirective(S.getDirectiveKind())) in EmitOMPWorksharingLoop()2076 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPWorksharingLoop()2093 S, isOpenMPSimdDirective(S.getDirectiveKind()), in EmitOMPWorksharingLoop()3531 if (isOpenMPSimdDirective(S.getDirectiveKind())) in EmitOMPTaskLoopBasedDirective()3582 S, isOpenMPSimdDirective(S.getDirectiveKind()), in EmitOMPTaskLoopBasedDirective()
1853 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()3113 if (isOpenMPSimdDirective(ParentRegion) && CurrentRegion != OMPD_ordered) { in CheckNestingOfRegions()3241 !(isOpenMPSimdDirective(ParentRegion) || in CheckNestingOfRegions()4693 isOpenMPSimdDirective(DKind) in CheckOpenMPIterationSpace()4696 if (((isOpenMPSimdDirective(DKind) && DVar.CKind != OMPC_unknown && in CheckOpenMPIterationSpace()4700 !isOpenMPSimdDirective(DKind) && DVar.CKind != OMPC_unknown && in CheckOpenMPIterationSpace()5991 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
909 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()