Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1178 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setIsLastIterVariable()
1186 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setLowerBoundVariable()
1194 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setUpperBoundVariable()
1202 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setStrideVariable()
1210 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setEnsureUpperBound()
1218 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextLowerBound()
1226 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNextUpperBound()
1234 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in setNumIterations()
1337 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getIsLastIterVariable()
1345 assert((isOpenMPWorksharingDirective(getDirectiveKind()) || in getLowerBoundVariable()
[all …]
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h199 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp752 assert(isOpenMPWorksharingDirective(D.getDirectiveKind()) && in hasStaticScheduling()
778 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
792 if (isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
806 isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
818 if (isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
828 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
842 if (isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
851 return isOpenMPWorksharingDirective(DKind) && in hasNestedLightweightDirective()
H A DCGStmtOpenMP.cpp1296 isOpenMPWorksharingDirective(D.getDirectiveKind()); in EmitOMPReductionClauseInit()
1433 isOpenMPWorksharingDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()
2511 isOpenMPWorksharingDirective(S.getDirectiveKind()) || in emitOMPSimdRegion()
H A DCGOpenMPRuntime.cpp2788 assert(isOpenMPWorksharingDirective(DKind) && in emitForStaticInit()
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp508 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective() function in clang
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp2749 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses()
4109 if (isOpenMPWorksharingDirective(DKind)) in handleDeclareVariantConstructTrait()
5069 isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
5084 isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
9770 Expr *RHS = (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()
9782 (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()
9814 (isOpenMPWorksharingDirective(DKind) || in checkOpenMPLoop()
17935 if ((isOpenMPWorksharingDirective(CurrDir) || in ActOnOpenMPFirstprivateClause()
18214 if (isOpenMPWorksharingDirective(CurrDir) && in ActOnOpenMPLastprivateClause()
19003 if (isOpenMPWorksharingDirective(CurrDir) && in actOnOMPReductionKindClause()
[all …]