Home
last modified time | relevance | path

Searched refs:shouldMaterializeInto (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DFoldInterfaces.h43 virtual bool shouldMaterializeInto(Region *region) const { return false; } in shouldMaterializeInto() function
/external/llvm-project/mlir/lib/Transforms/Utils/
DFoldUtils.cpp39 if (LLVM_UNLIKELY(interface && interface->shouldMaterializeInto(region))) in getInsertionRegion()
/external/llvm-project/mlir/docs/
DCanonicalization.md54 via the `shouldMaterializeInto` method on the `DialectFoldInterface`.
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp89 bool shouldMaterializeInto(Region *region) const final { in shouldMaterializeInto() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc88 bool shouldMaterializeInto(Region *region) const final { in shouldMaterializeInto() function
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc294 bool shouldMaterializeInto(Region *region) const final { in shouldMaterializeInto() function