Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DBuiltinDialect.cpp124 auto &blobInterface = addInterface<BuiltinBlobManagerInterface>(); in initialize() local
125 addInterface<BuiltinOpAsmDialectInterface>(blobInterface); in initialize()
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp393 auto &blobInterface = addInterface<TestResourceBlobManagerInterface>(); in registerInterfaces() local
394 addInterface<TestOpAsmInterface>(blobInterface); in registerInterfaces()