Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h501 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable()
508 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable()
515 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable()
522 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable()
529 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound()
536 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound()
543 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound()
550 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations()
819 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable()
827 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getLowerBoundVariable()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h176 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp818 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective() function in clang
907 return Kind == OMPD_task || isOpenMPTaskLoopDirective(Kind); in isOpenMPTaskingDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1411 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
4324 if (isOpenMPTaskLoopDirective(Kind)) { in createKmpTaskTRecordDecl()
4439 if (isOpenMPTaskLoopDirective(Kind)) { in emitProxyTaskFunction()
4633 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
4880 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
4997 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in emitTaskInit()
H A DCGStmtOpenMP.cpp941 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
1693 isOpenMPTaskLoopDirective(S.getDirectiveKind())) { in emitOMPSimdRegion()
4861 assert(isOpenMPTaskLoopDirective(S.getDirectiveKind())); in EmitOMPTaskLoopBasedDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4885 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind)), in checkOpenMPIterationSpace()
5284 if (isOpenMPTaskLoopDirective(DKind)) { in checkOpenMPLoop()
5328 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
5428 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind)) in checkOpenMPLoop()
5437 isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
5451 isOpenMPTaskLoopDirective(DKind) || isOpenMPDistributeDirective(DKind)) in checkOpenMPLoop()
5484 if (isOpenMPWorksharingDirective(DKind) || isOpenMPTaskLoopDirective(DKind) || in checkOpenMPLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1904 isOpenMPTaskLoopDirective(D->getDirectiveKind()) || in VisitOMPLoopDirective()
H A DASTReaderStmt.cpp1935 isOpenMPTaskLoopDirective(D->getDirectiveKind()) || in VisitOMPLoopDirective()