Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h463 if (isOpenMPLoopBoundSharingDirective(Kind)) in getArraysOffset()
556 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevLowerBoundVariable()
561 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevUpperBoundVariable()
566 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setDistInc()
571 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setPrevEnsureUpperBound()
576 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedLowerBoundVariable()
581 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedUpperBoundVariable()
586 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedEnsureUpperBound()
591 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedInit()
596 assert(isOpenMPLoopBoundSharingDirective(getDirectiveKind()) && in setCombinedCond()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h253 bool isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp95 isOpenMPLoopBoundSharingDirective(Kind)) && in EmitPreInitStmt()
2014 if (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())) in EmitOMPDistributeOuterLoop()
2028 OuterLoopArgs.EUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2032 OuterLoopArgs.Init = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2035 OuterLoopArgs.Cond = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
2339 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPWorksharingLoop()
3324 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
3329 (isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
3386 isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()); in EmitOMPDistributeLoop()
3401 EmitIgnoredExpr(isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp4131 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
4139 if (isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp910 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective() function in clang
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5375 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
5434 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
5456 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
5463 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
5506 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
5537 if (isOpenMPLoopBoundSharingDirective(DKind)) { in checkOpenMPLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1915 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()
H A DASTReaderStmt.cpp1946 if (isOpenMPLoopBoundSharingDirective(D->getDirectiveKind())) { in VisitOMPLoopDirective()