/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 576 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() argument 604 isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) isOpenMPWorksharingDirective() argument 621 isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) isOpenMPTaskLoopDirective() argument 631 isOpenMPParallelDirective(OpenMPDirectiveKind DKind) isOpenMPParallelDirective() argument 651 isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind) isOpenMPTargetExecutionDirective() argument 662 isOpenMPTargetDataManagementDirective(OpenMPDirectiveKind DKind) isOpenMPTargetDataManagementDirective() argument 667 isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) isOpenMPNestingTeamsDirective() argument 675 isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) isOpenMPTeamsDirective() argument 684 isOpenMPSimdDirective(OpenMPDirectiveKind DKind) isOpenMPSimdDirective() argument 749 isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) isOpenMPLoopTransformationDirective() argument 753 isOpenMPCombinedParallelADirective(OpenMPDirectiveKind DKind) isOpenMPCombinedParallelADirective() argument 761 needsTaskBasedThreadLimit(OpenMPDirectiveKind DKind) needsTaskBasedThreadLimit() argument 770 getOpenMPCaptureRegions(SmallVectorImpl<OpenMPDirectiveKind> & CaptureRegions,OpenMPDirectiveKind DKind) getOpenMPCaptureRegions() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 102 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); getOpenMPDirectiveKindEx() local 196 OpenMPDirectiveKindExWrapper DKind = parseOpenMPDirectiveKind() local 1635 ParseOpenMPClauses(OpenMPDirectiveKind DKind,SmallVectorImpl<OMPClause * > & Clauses,SourceLocation Loc) ParseOpenMPClauses() argument 1676 ParseOpenMPAssumesDirective(OpenMPDirectiveKind DKind,SourceLocation Loc) ParseOpenMPAssumesDirective() argument 1961 skipUntilPragmaOpenMPEnd(OpenMPDirectiveKind DKind) skipUntilPragmaOpenMPEnd() argument 2051 OpenMPDirectiveKind DKind; ParseOpenMPDeclarativeDirectiveWithExtDecl() local 2508 OpenMPDirectiveKind DKind = parseOpenMPDirectiveKind(*this); ParseOpenMPDeclarativeOrExecutableDirective() local 3104 ParseOpenMPUsesAllocatorClause(OpenMPDirectiveKind DKind) ParseOpenMPUsesAllocatorClause() argument 3175 ParseOpenMPClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,bool FirstClause) ParseOpenMPClause() argument 3860 ParseOpenMPSingleExprWithArgClause(OpenMPDirectiveKind DKind,OpenMPClauseKind Kind,bool ParseOnly) ParseOpenMPSingleExprWithArgClause() argument 4429 ParseOpenMPVarList(OpenMPDirectiveKind DKind,OpenMPClauseKind Kind,SmallVectorImpl<Expr * > & Vars,Sema::OpenMPVarListDataTy & Data) ParseOpenMPVarList() argument 4936 ParseOpenMPVarListClause(OpenMPDirectiveKind DKind,OpenMPClauseKind Kind,bool ParseOnly) ParseOpenMPVarListClause() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 74 OpenMPDirectiveKind DKind = OMPD_unknown; global() member 397 push(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) push() argument 1240 isImplicitTaskingRegion(OpenMPDirectiveKind DKind) isImplicitTaskingRegion() argument 1244 isImplicitOrExplicitTaskingRegion(OpenMPDirectiveKind DKind) isImplicitOrExplicitTaskingRegion() argument 2554 OpenMPDirectiveKind DKind = DSAStack->getDirective(Level); isOpenMPPrivateDecl() local 2776 StartOpenMPDSABlock(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) StartOpenMPDSABlock() argument 3491 ActOnOpenMPAssumesDirective(SourceLocation Loc,OpenMPDirectiveKind DKind,ArrayRef<std::string> Assumptions,bool SkippedClauses) ActOnOpenMPAssumesDirective() argument 3788 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); VisitDeclRefExpr() local 3953 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); VisitMemberExpr() local 4180 handleDeclareVariantConstructTrait(DSAStackTy * Stack,OpenMPDirectiveKind DKind,bool ScopeEntry) handleDeclareVariantConstructTrait() argument 4196 ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind,Scope * CurScope) ActOnOpenMPRegionStart() argument 4635 getOpenMPCaptureLevels(OpenMPDirectiveKind DKind) getOpenMPCaptureLevels() argument 4719 OpenMPDirectiveKind DKind = OMPD_unknown; global() member in __anon265630162d11::CaptureRegionUnwinderRAII 4723 CaptureRegionUnwinderRAII(Sema & S,bool & ErrorFound,OpenMPDirectiveKind DKind) CaptureRegionUnwinderRAII() argument 9280 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPLoopInitialization() local 9351 checkOpenMPIterationSpace(OpenMPDirectiveKind DKind,Stmt * S,Sema & SemaRef,DSAStackTy & DSA,unsigned CurrentNestedLoopCount,unsigned NestedLoopCount,unsigned TotalNestedLoopCount,Expr * CollapseLoopCountExpr,Expr * OrderedLoopCountExpr,Sema::VarsWithInheritedDSAType & VarsWithImplicitDSA,llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces,llvm::MapVector<const Expr *,DeclRefExpr * > & Captures) checkOpenMPIterationSpace() argument 9741 checkOpenMPLoop(OpenMPDirectiveKind DKind,Expr * CollapseLoopCountExpr,Expr * OrderedLoopCountExpr,Stmt * AStmt,Sema & SemaRef,DSAStackTy & DSA,Sema::VarsWithInheritedDSAType & VarsWithImplicitDSA,OMPLoopBasedDirective::HelperExprs & Built) checkOpenMPLoop() argument 15602 getOpenMPCaptureRegionForClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,unsigned OpenMPVersion,OpenMPDirectiveKind NameModifier=OMPD_unknown) getOpenMPCaptureRegionForClause() argument 16562 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPIfClause() local 16594 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPFinalClause() local 16656 isNonNegativeIntegerValue(Expr * & ValExpr,Sema & SemaRef,OpenMPClauseKind CKind,bool StrictlyPositive,bool BuildCapture=false,OpenMPDirectiveKind DKind=OMPD_unknown,OpenMPDirectiveKind * CaptureRegion=nullptr,Stmt ** HelperValStmt=nullptr) isNonNegativeIntegerValue() argument 16708 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNumThreadsClause() local 18023 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNovariantsClause() local 18054 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNocontextClause() local 18076 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPFilterClause() local 21212 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPDeviceClause() local 21371 OpenMPDirectiveKind DKind = OMPD_unknown; global() member in __anon265630166111::MapBaseChecker 21669 MapBaseChecker(Sema & SemaRef,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,OMPClauseMappableExprCommon::MappableExprComponentList & Components,bool NoDiagnose,SourceLocation & ELoc,SourceRange & ERange) MapBaseChecker() argument 21684 checkMapClauseExpressionBase(Sema & SemaRef,Expr * E,OMPClauseMappableExprCommon::MappableExprComponentList & CurComponents,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,bool NoDiagnose) checkMapClauseExpressionBase() argument 22309 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); checkMappableExpressionList() local 22893 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNumTeamsClause() local 22920 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPThreadLimitClause() local 24329 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPXDynCGroupMemClause() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 2606 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument 2649 emitForStaticFinish(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind) emitForStaticFinish() argument 8876 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); getNestedDistributeDirective() local 12009 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument 12029 emitForStaticFinish(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind) emitForStaticFinish() argument [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 549 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); hasNestedSPMDDirective() local
|