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.h1148 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) || in getArraysOffset()
1180 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setIsLastIterVariable()
1188 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setLowerBoundVariable()
1196 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setUpperBoundVariable()
1204 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setStrideVariable()
1212 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setEnsureUpperBound()
1220 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextLowerBound()
1228 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextUpperBound()
1236 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNumIterations()
1339 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getIsLastIterVariable()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h275 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp614 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp580 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in getTaskgroupReductionRef()
1067 assert(Parent && isOpenMPWorksharingDirective(Parent->Directive)); in addDoacrossDependClause()
1073 if (isOpenMPWorksharingDirective(StackElem.Directive)) { in getDoacrossDependClauses()
1571 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in addTaskgroupReductionData()
1596 isOpenMPWorksharingDirective(getTopOfStack().Directive)) && in addTaskgroupReductionData()
2599 isOpenMPWorksharingDirective(K)) && in isOpenMPPrivateDecl()
2811 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses()
3963 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitDeclRefExpr()
4058 isOpenMPWorksharingDirective(K) || isOpenMPTeamsDirective(K); in VisitMemberExpr()
4226 if (isOpenMPWorksharingDirective(DKind)) in handleDeclareVariantConstructTrait()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1355 Data.IsWorksharingReduction = isOpenMPWorksharingDirective(EKind); in EmitOMPReductionClauseInit()
1496 *this, D.getBeginLoc(), isOpenMPWorksharingDirective(EKind)); in EmitOMPReductionClauseFinal()
2673 isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in emitOMPSimdRegion()
H A DCGOpenMPRuntime.cpp2601 assert((isOpenMPWorksharingDirective(DKind) || (DKind == OMPD_loop)) && in emitForStaticInit()