Home
last modified time | relevance | path

Searched defs:interfaceID (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialect.h160 const DialectInterface *getRegisteredInterface(TypeID interfaceID) { in getRegisteredInterface()
172 virtual void *getRegisteredInterfaceForOp(TypeID interfaceID, in getRegisteredInterfaceForOp()
H A DDialectInterface.h65 TypeID interfaceID; variable
H A DTypeSupport.h68 bool hasInterface(TypeID interfaceID) const { in hasInterface()
H A DAttributeSupport.h72 bool hasInterface(TypeID interfaceID) const { in hasInterface()
H A DOperationSupport.h176 bool hasInterface(TypeID interfaceID) const { in hasInterface()
187 bool mightHaveInterface(TypeID interfaceID) const { in mightHaveInterface()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DFrozenRewritePatternSet.cpp106 if (Optional<TypeID> interfaceID = pat->getRootInterfaceID()) { in FrozenRewritePatternSet() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp50 Pattern::Pattern(MatchInterfaceOpTypeTag tag, TypeID interfaceID, in Pattern()