Home
last modified time | relevance | path

Searched refs:isOpenMPTaskLoopDirective (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1071 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) || in getArraysOffset()
1104 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1111 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1118 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1125 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
1132 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1139 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1146 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1153 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
1255 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp473 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
570 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1231 !isOpenMPTaskLoopDirective(DVar.DKind)) || in getDSA()
2321 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) { in isOpenMPPrivateDecl()
3455 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
6190 isOpenMPTaskLoopDirective(Kind) && in ActOnOpenMPExecutableDirective()
8645 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPIterationSpace()
9073 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
9115 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9216 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9227 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9258 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind) || in checkOpenMPLoop()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1326 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
3516 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
3631 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
3832 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
4236 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
4533 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp1054 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
2480 isOpenMPTaskLoopDirective(S.getDirectiveKind())) { in emitOMPSimdRegion()
6825 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3827 !isOpenMPTaskLoopDirective(DKind)) && in ParseOpenMPVarList()