Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h322 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp277 if (!isOpenMPSimdDirective(getEffectiveDirectiveKind(S))) in OMPSimdLexicalScope()
1110 if (isOpenMPSimdDirective(EKind)) { in EmitOMPLastprivateClauseInit()
2413 if (isOpenMPSimdDirective(EKind)) { in EmitOMPLinearClause()
2553 (getLangOpts().OpenMPSimd && isOpenMPSimdDirective(EKind))) && in EmitOMPSimdInit()
2641 if (isOpenMPSimdDirective(EKind)) { in emitCommonSimdLoop()
3054 if (!isOpenMPSimdDirective(EKind)) { in EmitOMPOuterLoop()
3368 if (!isOpenMPSimdDirective(EKind)) { in emitInnerParallelForWhenCombined()
3384 CGF, S, isOpenMPSimdDirective(EKind) ? OMPD_for_simd : OMPD_for, in emitInnerParallelForWhenCombined()
3589 if (isOpenMPSimdDirective(EKind)) { in EmitOMPWorksharingLoop()
3655 if (isOpenMPSimdDirective(EKind)) { in EmitOMPWorksharingLoop()
[all …]
H A DCGOpenMPRuntime.cpp6532 if (isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreads()
6616 } else if (Dir && isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreadsExprForTargetDirective()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp665 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp581 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in getTaskgroupReductionRef()
1572 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
1597 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
2570 !isOpenMPSimdDirective(DSAStack->getCurrentDirective())) in isOpenMPPrivateDecl()
2600 !isOpenMPSimdDirective(K)); in isOpenMPPrivateDecl()
2812 isOpenMPSimdDirective(CurDir)) in checkReductionClauses()
4228 if (isOpenMPSimdDirective(DKind)) in handleDeclareVariantConstructTrait()
4690 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()
4816 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
4973 !(isOpenMPSimdDirective(ParentRegion) || in checkNestingOfRegions()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2320 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPExecutableDirective()