Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1147 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) || in getArraysOffset()
1179 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setIsLastIterVariable()
1187 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setLowerBoundVariable()
1195 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setUpperBoundVariable()
1203 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setStrideVariable()
1211 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setEnsureUpperBound()
1219 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextLowerBound()
1227 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextUpperBound()
1235 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNumIterations()
1338 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getIsLastIterVariable()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h243 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp579 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp573 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in getTaskgroupReductionRef()
1060 assert(Parent && isOpenMPWorksharingDirective(Parent->Directive)); in addDoacrossDependClause()
1066 if (isOpenMPWorksharingDirective(StackElem.Directive)) { in getDoacrossDependClauses()
1570 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in addTaskgroupReductionData()
1595 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in addTaskgroupReductionData()
2590 isOpenMPWorksharingDirective(K)) && in isOpenMPPrivateDecl()
2800 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses()
3888 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
3984 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitMemberExpr()
4164 if (isOpenMPWorksharingDirective(DKind)) in handleDeclareVariantConstructTrait()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1298 isOpenMPWorksharingDirective(D.getDirectiveKind()); in EmitOMPReductionClauseInit()
1436 isOpenMPWorksharingDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()
2519 isOpenMPWorksharingDirective(S.getDirectiveKind()) || in emitOMPSimdRegion()
H A DCGOpenMPRuntime.cpp2781 assert(isOpenMPWorksharingDirective(DKind) && in emitForStaticInit()