Home
last modified time | relevance | path

Searched defs:getInterfaceFor (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectInterface.h106 const DialectInterface *getInterfaceFor(Dialect *dialect) const { in getInterfaceFor() function
164 const InterfaceType *getInterfaceFor(Object *obj) const { in getInterfaceFor() function
H A DTypes.h222 static typename InterfaceBase::Concept *getInterfaceFor(Type type) { in getInterfaceFor() function
H A DAttributes.h234 static typename InterfaceBase::Concept *getInterfaceFor(Attribute attr) { in getInterfaceFor() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp131 DialectInterfaceCollectionBase::getInterfaceFor(Operation *op) const { in getInterfaceFor() function in DialectInterfaceCollectionBase