Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1163 if (isOpenMPWorksharingDirective(Kind) || isOpenMPTaskLoopDirective(Kind) || in getArraysOffset()
1197 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1205 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1213 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1221 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
1229 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1237 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1245 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1253 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
1356 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h256 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp597 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
673 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1389 !isOpenMPTaskLoopDirective(DVar.DKind)) || in getDSA()
2568 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) { in isOpenMPPrivateDecl()
3773 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
6624 isOpenMPTaskLoopDirective(Kind) && in ActOnOpenMPExecutableDirective()
9260 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPIterationSpace()
9770 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
9812 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9915 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9927 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9959 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind) || in checkOpenMPLoop()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1307 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
2950 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
3065 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
3266 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
3665 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
3961 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp1081 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
2547 isOpenMPTaskLoopDirective(S.getDirectiveKind())) { in emitOMPSimdRegion()
7665 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4535 !isOpenMPTaskLoopDirective(DKind)) && in ParseOpenMPVarList()