Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1163 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) || in getArraysOffset()
1195 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setIsLastIterVariable()
1203 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setLowerBoundVariable()
1211 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setUpperBoundVariable()
1219 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setStrideVariable()
1227 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setEnsureUpperBound()
1235 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextLowerBound()
1243 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextUpperBound()
1251 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNumIterations()
1354 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getIsLastIterVariable()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h250 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp580 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp583 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in getTaskgroupReductionRef()
1087 assert(Parent && isOpenMPWorksharingDirective(Parent->Directive)); in addDoacrossDependClause()
1093 if (isOpenMPWorksharingDirective(StackElem.Directive)) { in getDoacrossDependClauses()
1595 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in addTaskgroupReductionData()
1620 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in addTaskgroupReductionData()
2623 isOpenMPWorksharingDirective(K)) && in isOpenMPPrivateDecl()
2835 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses()
3955 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
4051 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitMemberExpr()
4231 if (isOpenMPWorksharingDirective(DKind)) in handleDeclareVariantConstructTrait()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1317 isOpenMPWorksharingDirective(D.getDirectiveKind()); in EmitOMPReductionClauseInit()
1455 isOpenMPWorksharingDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()
2546 isOpenMPWorksharingDirective(S.getDirectiveKind()) || in emitOMPSimdRegion()
H A DCGOpenMPRuntime.cpp2623 assert((isOpenMPWorksharingDirective(DKind) || (DKind == OMPD_loop)) && in emitForStaticInit()