Home
last modified time | relevance | path

Searched refs:isOpenMPLoopDirective (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h193 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp753 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()
778 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
793 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
807 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
819 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
828 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
843 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
852 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
H A DCGOpenMPRuntime.cpp2791 isOpenMPLoopDirective(DKind) in emitForStaticInit()
2833 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp480 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2850 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
2939 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPDeclarativeOrExecutableDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp437 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
443 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
449 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
2460 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
2466 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()
2518 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
9006 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
9169 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
H A DTreeTransform.h8581 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h953 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()