Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1181 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1189 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1197 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1205 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
1213 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1221 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1229 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1237 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
1340 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
1348 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getLowerBoundVariable()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h249 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/openbsd/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp594 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
708 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp1364 !isOpenMPTaskLoopDirective(DVar.DKind)) || in getDSA()
2536 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) { in isOpenMPPrivateDecl()
3707 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
6696 isOpenMPTaskLoopDirective(Kind) && in ActOnOpenMPExecutableDirective()
9271 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPIterationSpace()
9710 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
9752 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9855 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9867 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9899 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind) || in checkOpenMPLoop()
[all …]
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1305 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
3137 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
3252 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
3453 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
3853 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
4148 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp1058 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
2520 isOpenMPTaskLoopDirective(S.getDirectiveKind())) { in emitOMPSimdRegion()
7513 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4421 !isOpenMPTaskLoopDirective(DKind)) && in ParseOpenMPVarList()