Home
last modified time | relevance | path

Searched refs:hasOperationInterfaceFallback (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DDialect.h75 bool hasOperationInterfaceFallback() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DDialect.cpp89 bool Dialect::hasOperationInterfaceFallback() const { in hasOperationInterfaceFallback() function in Dialect
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.td23 let hasOperationInterfaceFallback = 1;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DDialectGen.cpp217 if (dialect.hasOperationInterfaceFallback()) in emitDialectDecl()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectBase.td74 bit hasOperationInterfaceFallback = 0;
/llvm-project-15.0.7/mlir/docs/
H A DDefiningDialects.md240 interface, the query will fallback to the dialect itself. The `hasOperationInterfaceFallback`