Searched refs:InterfaceID (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Pass.cpp | 207 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 D | PassRegistry.cpp | 72 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 D | PassRegistry.h | 75 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
|
| H A D | PassSupport.h | 125 RegisterAGBase(StringRef Name, const void *InterfaceID,
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | PatternMatch.cpp | 53 : Pattern(interfaceID.getAsOpaquePointer(), RootKind::InterfaceID, in Pattern()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | PatternMatch.h | 80 InterfaceID, enumerator 102 if (rootKind == RootKind::InterfaceID) in getRootInterfaceID()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 4075 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 ()()
|