Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DPass.cpp207 RegisterAGBase::RegisterAGBase(StringRef Name, const void *InterfaceID, in RegisterAGBase() argument
209 : PassInfo(Name, InterfaceID) { in RegisterAGBase()
210 PassRegistry::getPassRegistry()->registerAnalysisGroup(InterfaceID, PassID, in RegisterAGBase()
H A DPassRegistry.cpp72 void PassRegistry::registerAnalysisGroup(const void *InterfaceID, in registerAnalysisGroup() argument
76 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup()
/llvm-project-15.0.7/llvm/include/llvm/
H A DPassRegistry.h75 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
H A DPassSupport.h125 RegisterAGBase(StringRef Name, const void *InterfaceID,
/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp53 : Pattern(interfaceID.getAsOpaquePointer(), RootKind::InterfaceID, in Pattern()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h80 InterfaceID, enumerator
102 if (rootKind == RootKind::InterfaceID) in getRootInterfaceID()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp4075 serialization::GlobalDeclID InterfaceID; member in __anon84cc0b6a0511::ObjCCategoriesVisitor
4121 serialization::GlobalDeclID InterfaceID, in ObjCCategoriesVisitor() argument
4124 InterfaceID(InterfaceID), PreviousGeneration(PreviousGeneration) { in ObjCCategoriesVisitor()
4144 DeclID LocalID = Reader.mapGlobalIDToModuleFileGlobalID(M, InterfaceID); in operator ()()
4160 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()