Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialect.h184 void addInterface(std::unique_ptr<DialectInterface> interface);
190 0, (addInterface(std::make_unique<Args>(this)), 0)...}; in addInterfaces()
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp97 void Dialect::addInterface(std::unique_ptr<DialectInterface> interface) { in addInterface() function in Dialect