Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp811 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()
836 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
851 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
865 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
877 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
886 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
901 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
910 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
H A DCGOpenMPRuntime.cpp2819 isOpenMPLoopDirective(DKind) in emitForStaticInit()
2856 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp2477 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
2559 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPDeclarativeOrExecutableDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp416 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
422 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
428 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
2292 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
2298 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()
2335 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
8468 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
8627 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
H A DTreeTransform.h8452 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h919 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()