Home
last modified time | relevance | path

Searched refs:isOpenMPSimdDirective (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h192 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp684 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp764 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()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1853 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()
/external/clang/lib/Parse/
DParseOpenMP.cpp909 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()