Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1137 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
1144 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
1151 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
1158 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
1165 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
1172 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
1179 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
1186 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
1288 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
1295 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getLowerBoundVariable()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp474 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
571 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1231 !isOpenMPTaskLoopDirective(DVar.DKind)) || in getDSA()
2321 !isOpenMPTaskLoopDirective(CaptureRegions[CapLevel]))) { in isOpenMPPrivateDecl()
3455 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
6205 isOpenMPTaskLoopDirective(Kind) && in ActOnOpenMPExecutableDirective()
8651 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPIterationSpace()
9097 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
9139 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9240 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9251 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
9282 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind) || in checkOpenMPLoop()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1330 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
3521 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
3636 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
3837 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
4242 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
4540 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp1062 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
2485 isOpenMPTaskLoopDirective(S.getDirectiveKind())) { in emitOMPSimdRegion()
6858 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3836 !isOpenMPTaskLoopDirective(DKind)) && in ParseOpenMPVarList()