Home
last modified time | relevance | path

Searched defs:hasPromisedInterface (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DDialect.h251 bool hasPromisedInterface(TypeID interfaceRequestorID, in hasPromisedInterface() function
259 bool hasPromisedInterface() const { in hasPromisedInterface() function
H A DDialectRegistry.h123 bool hasPromisedInterface(Dialect &dialect) { in hasPromisedInterface() function
/llvm-project/mlir/lib/IR/
H A DDialect.cpp166 bool dialect_extension_detail::hasPromisedInterface(Dialect &dialect, hasPromisedInterface() function in dialect_extension_detail