Searched defs:DRD (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 260 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Member)) { in HandleTagDeclDefinition() local
|
H A D | CGOpenMPRuntime.cpp | 591 if (const auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl())) getReductionInit() local 597 emitInitWithReductionInitializer(CodeGenFunction & CGF,const OMPDeclareReductionDecl * DRD,const Expr * InitOp,Address Private,Address Original,QualType Ty) emitInitWithReductionInitializer() argument 658 EmitOMPAggregateInit(CodeGenFunction & CGF,Address DestAddr,QualType Type,bool EmitDeclareReductionInit,const Expr * Init,const OMPDeclareReductionDecl * DRD,Address SrcAddr=Address::invalid ()) EmitOMPAggregateInit() argument 752 emitAggregateInitialization(CodeGenFunction & CGF,unsigned N,Address PrivateAddr,Address SharedAddr,const OMPDeclareReductionDecl * DRD) emitAggregateInitialization() argument 858 const OMPDeclareReductionDecl *DRD = emitInitialization() local 990 const OMPDeclareReductionDecl *DRD = usesReductionInitializer() local 4792 if (const auto *DRD = emitReductionCombiner() local [all...] |
H A D | CodeGenModule.cpp | 3738 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Global)) { EmitGlobal() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 19145 else if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(D)) buildDeclareReductionRef() local 19792 auto *DRD = cast<OMPDeclareReductionDecl>(DRDRef->getDecl()); actOnOMPReductionKindClause() local 22563 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, ActOnOpenMPDeclareReductionDirectiveStart() local 22579 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionCombinerStart() local 22626 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionCombinerEnd() local 22640 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionInitializerStart() local 22688 auto *DRD = cast<OMPDeclareReductionDecl>(D); ActOnOpenMPDeclareReductionInitializerEnd() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 3628 auto DRD = SemaRef.ActOnOpenMPDeclareReductionDirectiveStart( VisitOMPDeclareReductionDecl() local
|
H A D | SemaExpr.cpp | 343 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); DiagnoseUseOfDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 366 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart( ParseOpenMPDeclareReductionDirective() local
|