Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h297 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp245 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in OMPSimdLexicalScope()
1044 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()
2337 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLinearClause()
2401 isOpenMPSimdDirective(D.getDirectiveKind()))) && in EmitOMPSimdInit()
2489 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in emitCommonSimdLoop()
2510 assert(isOpenMPSimdDirective(S.getDirectiveKind()) && in emitOMPSimdRegion()
3177 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { in emitInnerParallelForWhenCombined()
3467 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPWorksharingLoop()
5669 if (isOpenMPSimdDirective(S.getDirectiveKind()) && in EmitOMPDistributeLoop()
5795 if (isOpenMPSimdDirective(S.getDirectiveKind())) { in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntime.cpp6036 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) { in getNumTeamsExprForTargetDirective()
6271 if (isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreads()
6353 } else if (Dir && isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreadsExprForTargetDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp684 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp579 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in getTaskgroupReductionRef()
1591 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
1616 !isOpenMPSimdDirective(getTopOfStack().Directive))) && in addTaskgroupReductionData()
2585 !isOpenMPSimdDirective(DSAStack->getCurrentDirective())) in isOpenMPPrivateDecl()
2615 !isOpenMPSimdDirective(K)); in isOpenMPPrivateDecl()
2825 isOpenMPSimdDirective(CurDir)) in checkReductionClauses()
4191 if (isOpenMPSimdDirective(DKind)) in handleDeclareVariantConstructTrait()
5024 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
9294 isOpenMPSimdDirective(DKind) in ActOnOpenMPLoopInitialization()
11552 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2875 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()