Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h246 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp244 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in OMPSimdLexicalScope()
1046 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()
2329 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLinearClause()
2393 isOpenMPSimdDirective(D.getDirectiveKind()))) && in EmitOMPSimdInit()
2481 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in emitCommonSimdLoop()
2502 assert(isOpenMPSimdDirective(S.getDirectiveKind()) && in emitOMPSimdRegion()
3119 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in emitInnerParallelForWhenCombined()
3409 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPWorksharingLoop()
5571 if (isOpenMPSimdDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5697 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntime.cpp6586 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6809 if (isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreads()
6990 !isOpenMPSimdDirective(Dir->getDirectiveKind())) { in emitNumThreadsForTargetDirective()
6995 if (Dir && isOpenMPSimdDirective(Dir->getDirectiveKind())) in emitNumThreadsForTargetDirective()
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp585 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp571 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in getTaskgroupReductionRef()
1540 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
1565 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
2529 !isOpenMPSimdDirective(DSAStack->getCurrentDirective())) in isOpenMPPrivateDecl()
2559 !isOpenMPSimdDirective(K)); in isOpenMPPrivateDecl()
2750 isOpenMPSimdDirective(CurDir)) in checkReductionClauses()
4111 if (isOpenMPSimdDirective(DKind)) in handleDeclareVariantConstructTrait()
4945 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
9047 isOpenMPSimdDirective(DKind) in ActOnOpenMPLoopInitialization()
11173 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2852 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()