Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h532 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getCapturedStmt()
541 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getInnermostCapturedStmt()
550 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } in getDirectiveKind() function
919 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()
993 &Data->getChildren()[getArraysOffset(getDirectiveKind())]); in getCounters()
1000 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getPrivateCounters()
1008 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getInits()
1016 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getUpdates()
1024 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinals()
1032 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentCounters()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp106 OpenMPDirectiveKind Kind = S.getDirectiveKind(); in EmitPreInitStmt()
122 OpenMPDirectiveKind Kind = S.getDirectiveKind(); in EmitPreInitStmt()
238 if (!isOpenMPSimdDirective(S.getDirectiveKind())) in OMPSimdLexicalScope()
789 isOpenMPTargetExecutionDirective(D.getDirectiveKind()); in EmitOMPFirstprivateClause()
800 getOpenMPCaptureRegions(CaptureRegions, D.getDirectiveKind()); in EmitOMPFirstprivateClause()
1044 if (isOpenMPSimdDirective(D.getDirectiveKind())) { in EmitOMPLastprivateClauseInit()
1054 if (isOpenMPTaskLoopDirective(D.getDirectiveKind()) && in EmitOMPLastprivateClauseInit()
1304 isOpenMPWorksharingDirective(D.getDirectiveKind()); in EmitOMPReductionClauseInit()
1308 switch (D.getDirectiveKind()) { in EmitOMPReductionClauseInit()
1441 isOpenMPWorksharingDirective(D.getDirectiveKind())); in EmitOMPReductionClauseFinal()
[all …]
H A DCGOpenMPRuntimeGPU.cpp375 getOpenMPCaptureRegions(CaptureRegions, D->getDirectiveKind()); in VisitOMPExecutableDirective()
383 isOpenMPDistributeDirective(D->getDirectiveKind())); in VisitOMPExecutableDirective()
634 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()
635 switch (D.getDirectiveKind()) { in hasNestedSPMDDirective()
647 DKind = NND->getDirectiveKind(); in hasNestedSPMDDirective()
729 OpenMPDirectiveKind DirectiveKind = D.getDirectiveKind(); in supportsSPMDExecutionMode()
810 assert(isOpenMPWorksharingDirective(D.getDirectiveKind()) && in hasStaticScheduling()
811 isOpenMPLoopDirective(D.getDirectiveKind()) && in hasStaticScheduling()
832 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedLightweightDirective()
833 switch (D.getDirectiveKind()) { in hasNestedLightweightDirective()
[all …]
H A DCGOpenMPRuntime.cpp93 OpenMPDirectiveKind getDirectiveKind() const { return Kind; } in getDirectiveKind() function in __anonad2d34460111::CGOpenMPRegionInfo
1326 isOpenMPTaskLoopDirective(D.getDirectiveKind()) ? OMPD_taskloop in emitTaskOutlinedFunction()
2602 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitBarrierCall()
3832 OpenMPDirectiveKind Kind = isOpenMPTaskLoopDirective(D.getDirectiveKind()) in emitPrivatesInit()
3839 isOpenMPTargetDataManagementDirective(D.getDirectiveKind()) || in emitPrivatesInit()
3840 isOpenMPTargetExecutionDirective(D.getDirectiveKind()); in emitPrivatesInit()
4236 if (isOpenMPTaskLoopDirective(D.getDirectiveKind())) { in emitTaskInit()
4239 CGM, D.getDirectiveKind(), KmpInt32Ty, KmpRoutineEntryPtrQTy)); in emitTaskInit()
4243 assert((D.getDirectiveKind() == OMPD_task || in emitTaskInit()
4244 isOpenMPTargetExecutionDirective(D.getDirectiveKind()) || in emitTaskInit()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8438 getDerived().getSema().ActOnOpenMPRegionStart(D->getDirectiveKind(), in TransformOMPExecutableDirective()
8444 if (D->getDirectiveKind() == OMPD_atomic || in TransformOMPExecutableDirective()
8445 D->getDirectiveKind() == OMPD_critical || in TransformOMPExecutableDirective()
8446 D->getDirectiveKind() == OMPD_section || in TransformOMPExecutableDirective()
8447 D->getDirectiveKind() == OMPD_master) in TransformOMPExecutableDirective()
8452 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
8468 if (D->getDirectiveKind() == OMPD_critical) { in TransformOMPExecutableDirective()
8473 if (D->getDirectiveKind() == OMPD_cancellation_point) { in TransformOMPExecutableDirective()
8475 } else if (D->getDirectiveKind() == OMPD_cancel) { in TransformOMPExecutableDirective()
8480 D->getDirectiveKind(), DirName, CancelRegion, TClauses, in TransformOMPExecutableDirective()
[all …]
H A DSemaOpenMP.cpp3429 if (S->getDirectiveKind() == OMPD_atomic || in VisitSubCaptures()
3430 S->getDirectiveKind() == OMPD_critical || in VisitSubCaptures()
3431 S->getDirectiveKind() == OMPD_section || in VisitSubCaptures()
3432 S->getDirectiveKind() == OMPD_master || in VisitSubCaptures()
3433 S->getDirectiveKind() == OMPD_masked || in VisitSubCaptures()
3434 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
3454 if (isOpenMPTaskingDirective(S->getDirectiveKind()) && in VisitSubCaptures()
3455 !isOpenMPTaskLoopDirective(S->getDirectiveKind())) { in VisitSubCaptures()
11129 if (!OED || !isOpenMPTeamsDirective(OED->getDirectiveKind()) || in ActOnOpenMPTargetDirective()
11141 OMPTeamsFound = OED && isOpenMPTeamsDirective(OED->getDirectiveKind()); in ActOnOpenMPTargetDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7994 Node.getDirectiveKind(), CKind, in AST_MATCHER_P()