Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DDialectInterface.h105 const DialectInterface *getInterfaceFor(Dialect *dialect) const { in getInterfaceFor() function
163 const InterfaceType *getInterfaceFor(Object *obj) const { in getInterfaceFor() function
DTypes.h207 static typename InterfaceBase::Concept *getInterfaceFor(Type type) { in getInterfaceFor() function
DAttributes.h163 static typename InterfaceBase::Concept *getInterfaceFor(Attribute attr) { in getInterfaceFor() function
DOpDefinition.h1742 static typename InterfaceBase::Concept *getInterfaceFor(Operation *op) { in getInterfaceFor() function
/external/llvm-project/mlir/lib/IR/
DDialect.cpp131 DialectInterfaceCollectionBase::getInterfaceFor(Operation *op) const { in getInterfaceFor() function in DialectInterfaceCollectionBase