Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp240 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in OMPSimdLexicalScope()
1052 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()
2301 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLinearClause()
2366 isOpenMPSimdDirective(D.getDirectiveKind()))) && in EmitOMPSimdInit()
2454 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in emitCommonSimdLoop()
2475 assert(isOpenMPSimdDirective(S.getDirectiveKind()) && in emitOMPSimdRegion()
2985 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in emitInnerParallelForWhenCombined()
3273 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPWorksharingLoop()
5134 if (isOpenMPSimdDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5260 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntime.cpp6653 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6877 if (isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreads()
7058 !isOpenMPSimdDirective(Dir->getDirectiveKind())) { in emitNumThreadsForTargetDirective()
7063 if (Dir && isOpenMPSimdDirective(Dir->getDirectiveKind())) in emitNumThreadsForTargetDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp527 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp551 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in getTaskgroupReductionRef()
1438 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
1464 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
2347 !isOpenMPSimdDirective(DSAStack->getCurrentDirective())) in isOpenMPPrivateDecl()
2377 !isOpenMPSimdDirective(K)); in isOpenMPPrivateDecl()
2564 isOpenMPSimdDirective(CurDir)) in checkReductionClauses()
4668 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
4819 !(isOpenMPSimdDirective(ParentRegion) || in checkNestingOfRegions()
8515 isOpenMPSimdDirective(DKind) in ActOnOpenMPLoopInitialization()
10360 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2483 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()