HomeSort by: relevance | last modified time | path
    Searched refs:isOpenMPLoopDirective (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h 178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp 436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 811 isOpenMPLoopDirective(D.getDirectiveKind()) &&
836 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) &&
851 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
865 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
877 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
886 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) &&
901 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND))
910 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir);
CGOpenMPRuntime.cpp 2819 isOpenMPLoopDirective(DKind)
2856 : isOpenMPLoopDirective(DKind)
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 2477 if (isOpenMPLoopDirective(DKind))
2559 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 416 assert(isOpenMPLoopDirective(getCurrentDirective()) &&
422 assert(isOpenMPLoopDirective(getCurrentDirective()) &&
428 assert(isOpenMPLoopDirective(getCurrentDirective()) &&
2292 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective()))
2298 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) {
2335 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) {
8468 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) {
8627 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars");
TreeTransform.h 8452 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) &&
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 919 return isOpenMPLoopDirective(D->getDirectiveKind());

Completed in 76 milliseconds