Home
last modified time | relevance | path

Searched refs:OMPDeclareMapperDecl (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclOpenMP.cpp142 void OMPDeclareMapperDecl::anchor() {} in anchor()
144 OMPDeclareMapperDecl *OMPDeclareMapperDecl::Create( in Create()
147 OMPDeclareMapperDecl *PrevDeclInScope) { in Create()
148 return OMPDeclarativeDirective::createDirective<OMPDeclareMapperDecl>( in Create()
152 OMPDeclareMapperDecl *OMPDeclareMapperDecl::CreateDeserialized(ASTContext &C, in CreateDeserialized()
155 return OMPDeclarativeDirective::createEmptyDirective<OMPDeclareMapperDecl>( in CreateDeserialized()
160 OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() { in getPrevDeclInScope()
161 return cast_or_null<OMPDeclareMapperDecl>( in getPrevDeclInScope()
165 const OMPDeclareMapperDecl *OMPDeclareMapperDecl::getPrevDeclInScope() const { in getPrevDeclInScope()
166 return cast_or_null<OMPDeclareMapperDecl>( in getPrevDeclInScope()
HDDeclPrinter.cpp109 void VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D);
495 isa<OMPDeclareMapperDecl>(*D) || isa<OMPRequiresDecl>(*D) || in VisitDeclContext()
1848 void DeclPrinter::VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D) { in VisitOMPDeclareMapperDecl()
HDMicrosoftMangle.cpp119 isa<OMPDeclareMapperDecl>(DC)) { in getEffectiveDeclContext()
HDItaniumMangle.cpp688 isa<OMPDeclareMapperDecl>(DC)) { in getEffectiveDeclContext()
HDASTContext.cpp12333 else if (isa<OMPDeclareReductionDecl>(D) || isa<OMPDeclareMapperDecl>(D)) in DeclMustBeEmitted()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclOpenMP.h286 class OMPDeclareMapperDecl final : public OMPDeclarativeDirective<ValueDecl>,
302 OMPDeclareMapperDecl(DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareMapperDecl() function
304 OMPDeclareMapperDecl *PrevDeclInScope) in OMPDeclareMapperDecl()
309 void setPrevDeclInScope(OMPDeclareMapperDecl *Prev) { in setPrevDeclInScope()
315 static OMPDeclareMapperDecl *Create(ASTContext &C, DeclContext *DC,
319 OMPDeclareMapperDecl *PrevDeclInScope);
321 static OMPDeclareMapperDecl *CreateDeserialized(ASTContext &C,
363 OMPDeclareMapperDecl *getPrevDeclInScope();
364 const OMPDeclareMapperDecl *getPrevDeclInScope() const;
368 static DeclContext *castToDeclContext(const OMPDeclareMapperDecl *D) { in castToDeclContext()
[all …]
HDGlobalDecl.h88 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); } in GlobalDecl()
HDASTNodeTraverser.h596 void VisitOMPDeclareMapperDecl(const OMPDeclareMapperDecl *D) { in VisitOMPDeclareMapperDecl()
HDRecursiveASTVisitor.h1794 DEF_TRAVERSE_DECL(OMPDeclareMapperDecl, {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.h418 llvm::DenseMap<const OMPDeclareMapperDecl *, llvm::Function *> UDMMap;
422 SmallVector<const OMPDeclareMapperDecl *, 4>>;
727 void emitUserDefinedMapper(const OMPDeclareMapperDecl *D,
732 getOrCreateUserDefinedMapperFunc(const OMPDeclareMapperDecl *D);
HDModuleBuilder.cpp263 } else if (auto *DMD = dyn_cast<OMPDeclareMapperDecl>(Member)) { in HandleTagDeclDefinition()
HDCGDecl.cpp177 return CGM.EmitOMPDeclareMapper(cast<OMPDeclareMapperDecl>(&D), this); in EmitDecl()
2780 void CodeGenModule::EmitOMPDeclareMapper(const OMPDeclareMapperDecl *D, in EmitOMPDeclareMapper()
HDCodeGenModule.h1491 void EmitOMPDeclareMapper(const OMPDeclareMapperDecl *D,
HDCGOpenMPRuntime.cpp6632 const OMPDeclareMapperDecl *>
8237 MappableExprsHandler(const OMPDeclareMapperDecl &Dir, CodeGenFunction &CGF) in MappableExprsHandler()
8360 assert(CurDir.is<const OMPDeclareMapperDecl *>() && in generateAllInfoForMapper()
8362 const auto *CurMapperDir = CurDir.get<const OMPDeclareMapperDecl *>(); in generateAllInfoForMapper()
8916 cast<OMPDeclareMapperDecl>(CombinedInfo.Mappers[I])); in emitOffloadingArrays()
9069 void CGOpenMPRuntime::emitUserDefinedMapper(const OMPDeclareMapperDecl *D, in emitUserDefinedMapper()
9293 cast<OMPDeclareMapperDecl>(Info.Mappers[I])); in emitUserDefinedMapper()
9409 const OMPDeclareMapperDecl *D) { in getOrCreateUserDefinedMapperFunc()
10321 cast<OMPDeclareMapperDecl>(CombinedInfo.Mappers[I])); in emitTargetDataCalls()
HDCodeGenModule.cpp3784 if (auto *DMD = dyn_cast<OMPDeclareMapperDecl>(Global)) { in EmitGlobal()
7135 EmitOMPDeclareMapper(cast<OMPDeclareMapperDecl>(D)); in EmitTopLevelDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp469 void VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D);
3060 void ASTDeclReader::VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D) { in VisitOMPDeclareMapperDecl()
3201 if (isa<OMPThreadPrivateDecl, OMPDeclareReductionDecl, OMPDeclareMapperDecl, in isConsumerInterestedIn()
4115 D = OMPDeclareMapperDecl::CreateDeserialized(Context, ID, NumClauses); in ReadDeclRecord()
HDASTWriterDecl.cpp162 void VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D);
2137 void ASTDeclWriter::VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D) { in VisitOMPDeclareMapperDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp3740 TemplateDeclInstantiator::VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D) { in VisitOMPDeclareMapperDecl()
3761 PrevDeclInScope = cast<OMPDeclareMapperDecl>( in VisitOMPDeclareMapperDecl()
6109 isa<OMPDeclareMapperDecl>(ParentDC))) || in FindInstantiatedDecl()
HDSemaOpenMP.cpp17900 !isa<OMPDeclareMapperDecl>(Underlying)) in argumentDependentLookup()
20813 auto *DMD = cast<OMPDeclareMapperDecl>(D); in buildUserDefinedMapperRef()
21590 OMPDeclareMapperDecl *PrevDMD = nullptr; in ActOnOpenMPDeclareMapperDirective()
21601 llvm::DenseMap<OMPDeclareMapperDecl *, bool> UsedAsPrevious; in ActOnOpenMPDeclareMapperDirective()
21604 auto *PrevDecl = cast<OMPDeclareMapperDecl>(Filter.next()); in ActOnOpenMPDeclareMapperDirective()
21609 if (OMPDeclareMapperDecl *D = PrevDecl->getPrevDeclInScope()) in ActOnOpenMPDeclareMapperDirective()
21626 cast<OMPDeclareMapperDecl>(PrevDeclInScope); in ActOnOpenMPDeclareMapperDirective()
21648 auto *DMD = OMPDeclareMapperDecl::Create(getASTContext(), DC, StartLoc, Name, in ActOnOpenMPDeclareMapperDirective()
HDSemaDecl.cpp7146 isa<OMPDeclareMapperDecl>(DC)) in shouldConsiderLinkage()
7163 isa<OMPDeclareReductionDecl>(DC) || isa<OMPDeclareMapperDecl>(DC)) in shouldConsiderLinkage()