Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h217 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp181 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 …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp865 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1685 !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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1122 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()