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.h297 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp271 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in OMPSimdLexicalScope()
1071 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()
2365 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLinearClause()
2429 isOpenMPSimdDirective(D.getDirectiveKind()))) && in EmitOMPSimdInit()
2516 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in emitCommonSimdLoop()
2537 assert(isOpenMPSimdDirective(S.getDirectiveKind()) && in emitOMPSimdRegion()
2911 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPOuterLoop()
3222 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in emitInnerParallelForWhenCombined()
3240 isOpenMPSimdDirective(S.getDirectiveKind()) ? OMPD_for_simd : OMPD_for, in emitInnerParallelForWhenCombined()
3446 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPWorksharingLoop()
[all …]
H A DCGOpenMPRuntime.cpp6051 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6286 if (isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreads()
6368 } else if (Dir && isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreadsExprForTargetDirective()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp631 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp584 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in getTaskgroupReductionRef()
1596 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
1621 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
2594 !isOpenMPSimdDirective(DSAStack->getCurrentDirective())) in isOpenMPPrivateDecl()
2624 !isOpenMPSimdDirective(K)); in isOpenMPPrivateDecl()
2836 isOpenMPSimdDirective(CurDir)) in checkReductionClauses()
4233 if (isOpenMPSimdDirective(DKind)) in handleDeclareVariantConstructTrait()
4693 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()
4817 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
4974 !(isOpenMPSimdDirective(ParentRegion) || in checkNestingOfRegions()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2461 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPExecutableDirective()