Home
last modified time | relevance | path

Searched refs:wouldBeCloned (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/mlir/include/mlir/Transforms/
DInliningUtils.h58 bool wouldBeCloned) const { in isLegalToInline() argument
70 virtual bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline() argument
82 virtual bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline() argument
167 bool wouldBeCloned) const;
168 virtual bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned,
170 virtual bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned,
/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp61 bool wouldBeCloned) const { in isLegalToInline()
63 return handler->isLegalToInline(call, callable, wouldBeCloned); in isLegalToInline()
68 Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline() argument
75 return handler->isLegalToInline(dest, src, wouldBeCloned, valueMapping); in isLegalToInline()
80 Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline() argument
83 return handler->isLegalToInline(op, dest, wouldBeCloned, valueMapping); in isLegalToInline()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.cc112 bool wouldBeCloned) const final { in isLegalToInline()
119 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
129 bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline()
137 return !wouldBeCloned || TensorFlowDialect::CanDuplicate(op); in isLegalToInline()
Dtf_executor.cc66 bool wouldBeCloned) const final { in isLegalToInline()
71 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
Dtf_device.cc66 bool wouldBeCloned) const final { in isLegalToInline()
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgTypes.cpp39 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp44 bool isLegalToInline(Operation *op, Region *region, bool wouldBeCloned, in isLegalToInline()
50 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc65 bool wouldBeCloned) const final { in isLegalToInline()
70 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
78 bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVDialect.cpp61 bool wouldBeCloned) const final { in isLegalToInline()
67 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
78 bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp39 bool wouldBeCloned) const final { in isLegalToInline()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp39 bool wouldBeCloned) const final { in isLegalToInline()
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp39 bool wouldBeCloned) const final { in isLegalToInline()
/external/llvm-project/mlir/lib/Dialect/Shape/IR/
DShape.cpp75 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
83 bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp40 bool wouldBeCloned) const final { in isLegalToInline()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc271 bool wouldBeCloned) const final { in isLegalToInline()
274 bool isLegalToInline(Operation *op, Region *dest, bool wouldBeCloned, in isLegalToInline()
279 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp105 bool wouldBeCloned) const final { in isLegalToInline()
/external/llvm-project/mlir/docs/Tutorials/Toy/
DCh-4.md68 bool wouldBeCloned) const final {
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc3112 bool wouldBeCloned) const final { in isLegalToInline()
3117 bool isLegalToInline(Region* dest, Region* src, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp28 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp44 bool isLegalToInline(Region *dest, Region *src, bool wouldBeCloned, in isLegalToInline()
52 bool isLegalToInline(Operation *op, Region *region, bool wouldBeCloned, in isLegalToInline()
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp50 bool wouldBeCloned) const final { in isLegalToInline()