Searched defs:getInterfaceFor (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | DialectInterface.h | 110 const DialectInterface *getInterfaceFor(Dialect *dialect) const { getInterfaceFor() function |
H A D | Types.h | 287 static typename InterfaceBase::Concept *getInterfaceFor(Type type) { getInterfaceFor() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | Dialect.cpp | 143 DialectInterfaceCollectionBase::getInterfaceFor(Operation *op) const { getInterfaceFor() function in DialectInterfaceCollectionBase |