Home
last modified time | relevance | path

Searched defs:ToyInlinerInterface (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp33 struct ToyInlinerInterface : public DialectInlinerInterface { struct
41 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline()
47 bool isLegalToInline(Operation *, Region *, bool, in isLegalToInline()
53 bool isLegalToInline(Region *, Region *, bool, in isLegalToInline()
64 void handleTerminator(Operation *op, in handleTerminator()
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
41 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline()
47 bool isLegalToInline(Operation *, Region *, bool, in isLegalToInline()
53 bool isLegalToInline(Region *, Region *, bool, in isLegalToInline()
64 void handleTerminator(Operation *op, in handleTerminator()
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
41 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline()
47 bool isLegalToInline(Operation *, Region *, bool, in isLegalToInline()
53 bool isLegalToInline(Region *, Region *, bool, in isLegalToInline()
64 void handleTerminator(Operation *op, in handleTerminator()
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
42 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline()
48 bool isLegalToInline(Operation *, Region *, bool, in isLegalToInline()
54 bool isLegalToInline(Region *, Region *, bool, in isLegalToInline()
65 void handleTerminator(Operation *op, in handleTerminator()
81 Operation *materializeCallConversion(OpBuilder &builder, Value input, in materializeCallConversion()