Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp238 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in OMPSimdLexicalScope()
1044 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()
2293 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLinearClause()
2361 isOpenMPSimdDirective(D.getDirectiveKind()))) && in EmitOMPSimdInit()
2449 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in emitCommonSimdLoop()
2470 assert(isOpenMPSimdDirective(S.getDirectiveKind()) && in emitOMPSimdRegion()
2650 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPOuterLoop()
2958 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in emitInnerParallelForWhenCombined()
2976 isOpenMPSimdDirective(S.getDirectiveKind()) ? OMPD_for_simd : OMPD_for, in emitInnerParallelForWhenCombined()
3181 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPWorksharingLoop()
[all …]
H A DCGOpenMPRuntime.cpp6632 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) in emitNumTeamsForTargetDirective()
6808 if (isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreads()
6876 !isOpenMPSimdDirective(Dir->getDirectiveKind())) { in emitNumThreadsForTargetDirective()
6881 if (Dir && isOpenMPSimdDirective(Dir->getDirectiveKind())) in emitNumThreadsForTargetDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp526 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/netbsd-src/external/apache2/llvm/dist/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()
4557 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC && in ActOnOpenMPRegionEnd()
4657 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
4808 !(isOpenMPSimdDirective(ParentRegion) || in checkNestingOfRegions()
8509 isOpenMPSimdDirective(DKind) in ActOnOpenMPLoopInitialization()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2479 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()