Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h164 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp944 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()
968 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
980 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
993 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
1004 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
1013 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
1025 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
1032 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
H A DCGOpenMPRuntime.cpp3472 isOpenMPLoopDirective(DKind) in emitForStaticInit()
3508 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp784 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp227 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
233 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
239 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
1668 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
1674 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
4720 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
4867 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1120 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()