Home
last modified time | relevance | path

Searched refs:ToyInlinerInterface (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp33 struct ToyInlinerInterface : public DialectInlinerInterface { struct
98 addInterfaces<ToyInlinerInterface>(); in initialize() argument
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp33 struct ToyInlinerInterface : public DialectInlinerInterface { struct
98 addInterfaces<ToyInlinerInterface>(); in initialize() argument
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp33 struct ToyInlinerInterface : public DialectInlinerInterface { struct
98 addInterfaces<ToyInlinerInterface>(); in initialize() argument
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp34 struct ToyInlinerInterface : public DialectInlinerInterface { struct
627 addInterfaces<ToyInlinerInterface>(); in initialize()
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-4.md61 struct ToyInlinerInterface : public DialectInlinerInterface {
127 addInterfaces<ToyInlinerInterface>();
267 ToyInlinerInterface to insert it for us when necessary:
270 struct ToyInlinerInterface : public DialectInlinerInterface {