Home
last modified time | relevance | path

Searched defs:addInterface (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DDialect.h200 InterfaceT &addInterface(Args &&...args) { in addInterface() function
/llvm-project/mlir/lib/IR/
H A DDialect.cpp98 void Dialect::addInterface(std::unique_ptr<DialectInterface> interface) { addInterface() function in Dialect