Searched refs:getDirectiveKind (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 969 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof() 1196 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setIsLastIterVariable() 1204 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setLowerBoundVariable() 1212 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setUpperBoundVariable() 1220 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setStrideVariable() 1228 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setEnsureUpperBound() 1236 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextLowerBound() 1244 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNextUpperBound() 1252 isOpenMPTaskLoopDirective(getDirectiveKind()) || in setNumIterations() 1355 isOpenMPTaskLoopDirective(getDirectiveKind()) || in getIsLastIterVariable() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 110 OpenMPDirectiveKind Kind = S.getDirectiveKind(); in EmitPreInitStmt() 126 OpenMPDirectiveKind Kind = S.getDirectiveKind(); in EmitPreInitStmt() 1296 switch (D.getDirectiveKind()) { in EmitOMPReductionClauseInit() 2399 if ((D.getDirectiveKind() == OMPD_simd || in EmitOMPSimdInit() 3812 CGF, S.getDirectiveKind(), HasCancel); in emitWorksharingDirective() 8078 if (D.getDirectiveKind() == OMPD_atomic || in EmitSimpleOMPExecutableDirective() 8079 D.getDirectiveKind() == OMPD_critical || in EmitSimpleOMPExecutableDirective() 8080 D.getDirectiveKind() == OMPD_section || in EmitSimpleOMPExecutableDirective() 8081 D.getDirectiveKind() == OMPD_master || in EmitSimpleOMPExecutableDirective() 8082 D.getDirectiveKind() == OMPD_masked || in EmitSimpleOMPExecutableDirective() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 344 getOpenMPCaptureRegions(CaptureRegions, D->getDirectiveKind()); in VisitOMPExecutableDirective() 352 isOpenMPDistributeDirective(D->getDirectiveKind())); in VisitOMPExecutableDirective() 549 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective() 550 switch (D.getDirectiveKind()) { in hasNestedSPMDDirective() 562 DKind = NND->getDirectiveKind(); in hasNestedSPMDDirective() 644 OpenMPDirectiveKind DirectiveKind = D.getDirectiveKind(); in supportsSPMDExecutionMode() 958 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getDistributeLastprivateVars() 961 if (!isOpenMPDistributeDirective(D.getDirectiveKind())) { in getDistributeLastprivateVars() 983 assert(isOpenMPTeamsDirective(D.getDirectiveKind()) && in getTeamsReductionVars() 3129 isOpenMPLoopBoundSharingDirective(D.getDirectiveKind())) { in createParallelDataSharingWrapper() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 98 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } in getDirectiveKind() function in __anon90c6c1b10111::CGOpenMPRegionInfo 3651 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit() 3658 assert((D.getDirectiveKind() == OMPD_task || in emitTaskInit() 6271 if (isOpenMPSimdDirective(Dir->getDirectiveKind())) in getNumThreads() 6369 if (Dir->getDirectiveKind() == OMPD_distribute) { in getNumThreadsExprForTargetDirective() 8877 switch (D.getDirectiveKind()) { in getNestedDistributeDirective() 8890 DKind = NND->getDirectiveKind(); in getNestedDistributeDirective() 9361 OpenMPDirectiveKind Kind = D.getDirectiveKind(); in emitTargetNumIterationsCall() 9717 switch (E.getDirectiveKind()) { in scanForTargetRegionsFunctions() 10361 switch (D.getDirectiveKind()) { in emitTargetDataStandAloneCall() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8835 getDerived().getSema().ActOnOpenMPRegionStart(D->getDirectiveKind(), in TransformOMPExecutableDirective() 8841 if (D->getDirectiveKind() == OMPD_atomic || in TransformOMPExecutableDirective() 8842 D->getDirectiveKind() == OMPD_critical || in TransformOMPExecutableDirective() 8843 D->getDirectiveKind() == OMPD_section || in TransformOMPExecutableDirective() 8844 D->getDirectiveKind() == OMPD_master) in TransformOMPExecutableDirective() 8849 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective() 8865 if (D->getDirectiveKind() == OMPD_critical) { in TransformOMPExecutableDirective() 8870 if (D->getDirectiveKind() == OMPD_cancellation_point) { in TransformOMPExecutableDirective() 8872 } else if (D->getDirectiveKind() == OMPD_cancel) { in TransformOMPExecutableDirective() 8877 D->getDirectiveKind(), DirName, CancelRegion, TClauses, in TransformOMPExecutableDirective() [all …]
|
| H A D | SemaOpenMP.cpp | 3705 if (S->getDirectiveKind() == OMPD_atomic || in VisitSubCaptures() 3706 S->getDirectiveKind() == OMPD_critical || in VisitSubCaptures() 3707 S->getDirectiveKind() == OMPD_section || in VisitSubCaptures() 3708 S->getDirectiveKind() == OMPD_master || in VisitSubCaptures() 3709 S->getDirectiveKind() == OMPD_masked || in VisitSubCaptures() 3710 S->getDirectiveKind() == OMPD_scope || in VisitSubCaptures() 3711 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures() 3731 if (isOpenMPTaskingDirective(S->getDirectiveKind()) && in VisitSubCaptures() 3732 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures() 13253 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind()) || in ActOnOpenMPTargetDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 8737 Node.getDirectiveKind(), CKind, in AST_MATCHER_P()
|