Searched defs:TestInlinerInterface (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestDialectInterfaces.cpp | 287 struct TestInlinerInterface : public DialectInlinerInterface { struct 294 bool isLegalToInline(Operation *call, Operation *callable, in isLegalToInline() 299 bool isLegalToInline(Region *, Region *, bool, IRMapping &) const final { in isLegalToInline() 303 bool isLegalToInline(Operation *, Region *, bool, IRMapping &) const final { in isLegalToInline() 307 bool shouldAnalyzeRecursively(Operation *op) const final { in shouldAnalyzeRecursively() 319 void handleTerminator(Operation *op, ValueRange valuesToRepl) const final { in handleTerminator() 336 Operation *materializeCallConversion(OpBuilder &builder, Value input, in materializeCallConversion() 348 Value handleArgument(OpBuilder &builder, Operation *call, Operation *callable, in handleArgument() 357 Value handleResult(OpBuilder &builder, Operation *call, Operation *callable, in handleResult() 365 void processInlinedCallBlocks( in processInlinedCallBlocks()
|