Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h147 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp630 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/external/llvm-project/clang/lib/Basic/
DOpenMPKinds.cpp430 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp805 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()
830 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
845 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
859 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
871 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
880 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && in hasNestedLightweightDirective()
895 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) in hasNestedLightweightDirective()
904 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()
DCGOpenMPRuntime.cpp2766 isOpenMPLoopDirective(DKind) in emitForStaticInit()
2803 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
/external/clang/lib/Parse/
DParseOpenMP.cpp907 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp415 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
421 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
427 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
2277 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
2283 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()
2320 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
7731 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
7886 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp2338 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp4586 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
4722 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in CheckOpenMPIterationSpace()