Home
last modified time | relevance | path

Searched defs:DKind (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp597 DKind == OMPD_sections || DKind == OMPD_section || in isOpenMPTaskLoopDirective() argument
576 isOpenMPLoopDirective(OpenMPDirectiveKind DKind) isOpenMPLoopDirective() argument
580 isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) isOpenMPWorksharingDirective() argument
602 isOpenMPParallelDirective(OpenMPDirectiveKind DKind) isOpenMPParallelDirective() argument
609 isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind) isOpenMPTargetExecutionDirective() argument
614 isOpenMPTargetDataManagementDirective(OpenMPDirectiveKind DKind) isOpenMPTargetDataManagementDirective() argument
619 isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) isOpenMPNestingTeamsDirective() argument
626 isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) isOpenMPTeamsDirective() argument
631 isOpenMPSimdDirective(OpenMPDirectiveKind DKind) isOpenMPSimdDirective() argument
686 isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) isOpenMPLoopTransformationDirective() argument
690 isOpenMPCombinedParallelADirective(OpenMPDirectiveKind DKind) isOpenMPCombinedParallelADirective() argument
698 needsTaskBasedThreadLimit(OpenMPDirectiveKind DKind) needsTaskBasedThreadLimit() argument
705 isOpenMPExecutableDirective(OpenMPDirectiveKind DKind) isOpenMPExecutableDirective() argument
712 isOpenMPCapturingDirective(OpenMPDirectiveKind DKind) isOpenMPCapturingDirective() argument
746 getOpenMPCaptureRegions(SmallVectorImpl<OpenMPDirectiveKind> & CaptureRegions,OpenMPDirectiveKind DKind) getOpenMPCaptureRegions() argument
[all...]
/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp104 OpenMPDirectiveKindExWrapper DKind = getOpenMPDirectiveKind(S); in getOpenMPDirectiveKindEx() local
198 OpenMPDirectiveKindExWrapper DKind = in parseOpenMPDirectiveKind() local
1646 void Parser::ParseOpenMPClauses(OpenMPDirectiveKind DKind, in ParseOpenMPClauses() argument
1685 ParseOpenMPAssumesDirective(OpenMPDirectiveKind DKind,SourceLocation Loc) ParseOpenMPAssumesDirective() argument
1971 skipUntilPragmaOpenMPEnd(OpenMPDirectiveKind DKind) skipUntilPragmaOpenMPEnd() argument
2061 OpenMPDirectiveKind DKind; ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2398 ParseOpenMPExecutableDirective(ParsedStmtContext StmtCtx,OpenMPDirectiveKind DKind,SourceLocation Loc,bool ReadDirectiveWithinMetadirective) ParseOpenMPExecutableDirective() argument
2625 OpenMPDirectiveKind DKind = parseOpenMPDirectiveKind(*this); ParseOpenMPDeclarativeOrExecutableDirective() local
3006 ParseOpenMPUsesAllocatorClause(OpenMPDirectiveKind DKind) ParseOpenMPUsesAllocatorClause() argument
3077 ParseOpenMPClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,bool FirstClause) ParseOpenMPClause() argument
3764 ParseOpenMPSingleExprWithArgClause(OpenMPDirectiveKind DKind,OpenMPClauseKind Kind,bool ParseOnly) ParseOpenMPSingleExprWithArgClause() argument
4370 ParseOpenMPVarList(OpenMPDirectiveKind DKind,OpenMPClauseKind Kind,SmallVectorImpl<Expr * > & Vars,SemaOpenMP::OpenMPVarListDataTy & Data) ParseOpenMPVarList() argument
4879 ParseOpenMPVarListClause(OpenMPDirectiveKind DKind,OpenMPClauseKind Kind,bool ParseOnly) ParseOpenMPVarListClause() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp78 OpenMPDirectiveKind DKind = OMPD_unknown; member
401 push(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) push() argument
1244 isImplicitTaskingRegion(OpenMPDirectiveKind DKind) isImplicitTaskingRegion() argument
1248 isImplicitOrExplicitTaskingRegion(OpenMPDirectiveKind DKind) isImplicitOrExplicitTaskingRegion() argument
2562 OpenMPDirectiveKind DKind = DSAStack->getDirective(Level); isOpenMPPrivateDecl() local
2786 StartOpenMPDSABlock(OpenMPDirectiveKind DKind,const DeclarationNameInfo & DirName,Scope * CurScope,SourceLocation Loc) StartOpenMPDSABlock() argument
3529 ActOnOpenMPAssumesDirective(SourceLocation Loc,OpenMPDirectiveKind DKind,ArrayRef<std::string> Assumptions,bool SkippedClauses) ActOnOpenMPAssumesDirective() argument
3829 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); VisitDeclRefExpr() local
3994 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); VisitMemberExpr() local
4221 handleDeclareVariantConstructTrait(DSAStackTy * Stack,OpenMPDirectiveKind DKind,bool ScopeEntry) handleDeclareVariantConstructTrait() argument
4343 processCapturedRegions(Sema & SemaRef,OpenMPDirectiveKind DKind,Scope * CurScope,SourceLocation Loc) processCapturedRegions() argument
4398 ActOnOpenMPRegionStart(OpenMPDirectiveKind DKind,Scope * CurScope) ActOnOpenMPRegionStart() argument
4423 getOpenMPCaptureLevels(OpenMPDirectiveKind DKind) getOpenMPCaptureLevels() argument
4507 OpenMPDirectiveKind DKind = OMPD_unknown; global() member in __anona1d9ac772e11::CaptureRegionUnwinderRAII
4511 CaptureRegionUnwinderRAII(Sema & S,bool & ErrorFound,OpenMPDirectiveKind DKind) CaptureRegionUnwinderRAII() argument
7669 setBranchProtectedScope(Sema & SemaRef,OpenMPDirectiveKind DKind,Stmt * AStmt) setBranchProtectedScope() argument
9082 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPLoopInitialization() local
9153 checkOpenMPIterationSpace(OpenMPDirectiveKind DKind,Stmt * S,Sema & SemaRef,DSAStackTy & DSA,unsigned CurrentNestedLoopCount,unsigned NestedLoopCount,unsigned TotalNestedLoopCount,Expr * CollapseLoopCountExpr,Expr * OrderedLoopCountExpr,SemaOpenMP::VarsWithInheritedDSAType & VarsWithImplicitDSA,llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces,llvm::MapVector<const Expr *,DeclRefExpr * > & Captures) checkOpenMPIterationSpace() argument
9573 checkOpenMPLoop(OpenMPDirectiveKind DKind,Expr * CollapseLoopCountExpr,Expr * OrderedLoopCountExpr,Stmt * AStmt,Sema & SemaRef,DSAStackTy & DSA,SemaOpenMP::VarsWithInheritedDSAType & VarsWithImplicitDSA,OMPLoopBasedDirective::HelperExprs & Built) checkOpenMPLoop() argument
10439 checkSectionsDirective(Sema & SemaRef,OpenMPDirectiveKind DKind,Stmt * AStmt,DSAStackTy * Stack) checkSectionsDirective() argument
14816 getOpenMPCaptureRegionForClause(OpenMPDirectiveKind DKind,OpenMPClauseKind CKind,unsigned OpenMPVersion,OpenMPDirectiveKind NameModifier=OMPD_unknown) getOpenMPCaptureRegionForClause() argument
15778 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPIfClause() local
15811 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPFinalClause() local
15875 isNonNegativeIntegerValue(Expr * & ValExpr,Sema & SemaRef,OpenMPClauseKind CKind,bool StrictlyPositive,bool BuildCapture=false,OpenMPDirectiveKind DKind=OMPD_unknown,OpenMPDirectiveKind * CaptureRegion=nullptr,Stmt ** HelperValStmt=nullptr) isNonNegativeIntegerValue() argument
15927 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNumThreadsClause() local
17299 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNovariantsClause() local
17331 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNocontextClause() local
17354 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPFilterClause() local
20517 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPDeviceClause() local
20677 OpenMPDirectiveKind DKind = OMPD_unknown; global() member in __anona1d9ac776a11::MapBaseChecker
20975 MapBaseChecker(Sema & SemaRef,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,OMPClauseMappableExprCommon::MappableExprComponentList & Components,bool NoDiagnose,SourceLocation & ELoc,SourceRange & ERange) MapBaseChecker() argument
20990 checkMapClauseExpressionBase(Sema & SemaRef,Expr * E,OMPClauseMappableExprCommon::MappableExprComponentList & CurComponents,OpenMPClauseKind CKind,OpenMPDirectiveKind DKind,bool NoDiagnose) checkMapClauseExpressionBase() argument
21615 OpenMPDirectiveKind DKind = DSAS->getCurrentDirective(); checkMappableExpressionList() local
22205 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPNumTeamsClause() local
22233 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPThreadLimitClause() local
23667 OpenMPDirectiveKind DKind = DSAStack->getCurrentDirective(); ActOnOpenMPXDynCGroupMemClause() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp524 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective() local
H A DCGOpenMPRuntime.cpp2617 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument
2660 emitForStaticFinish(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind) emitForStaticFinish() argument
8925 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); getNestedDistributeDirective() local
12033 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument
12053 emitForStaticFinish(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind) emitForStaticFinish() argument
[all...]