Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1136 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setIsLastIterVariable()
1143 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setLowerBoundVariable()
1150 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setUpperBoundVariable()
1157 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setStrideVariable()
1164 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setEnsureUpperBound()
1171 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextLowerBound()
1178 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextUpperBound()
1185 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNumIterations()
1287 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getIsLastIterVariable()
1294 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getLowerBoundVariable()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp753 assert(isOpenMPWorksharingDirective(D.getDirectiveKind()) && in hasStaticScheduling()
779 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
793 if (isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
807 isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
819 if (isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
829 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
843 if (isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
852 return isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
H A DCGStmtOpenMP.cpp1312 isOpenMPWorksharingDirective(D.getDirectiveKind()); in EmitOMPReductionClauseInit()
1449 isOpenMPWorksharingDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()
2484 isOpenMPWorksharingDirective(S.getDirectiveKind()) || in emitOMPSimdRegion()
H A DCGOpenMPRuntime.cpp2821 assert(isOpenMPWorksharingDirective(DKind) && in emitForStaticInit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp459 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2563 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses()
4789 isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
4802 isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
9239 Expr *RHS = (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()
9250 (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()
9281 (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()
15869 if ((isOpenMPWorksharingDirective(CurrDir) || in ActOnOpenMPFirstprivateClause()
15904 isOpenMPWorksharingDirective(K) || in ActOnOpenMPFirstprivateClause()
16143 if (isOpenMPWorksharingDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
16932 if (isOpenMPWorksharingDirective(CurrDir) && in actOnOMPReductionKindClause()
[all …]