Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DFoldInterfaces.h44 virtual bool shouldMaterializeInto(Region *region) const { return false; } in shouldMaterializeInto() function
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp38 if (LLVM_UNLIKELY(interface && interface->shouldMaterializeInto(region))) in getInsertionRegion()
/llvm-project-15.0.7/mlir/docs/
H A DCanonicalization.md54 via the `shouldMaterializeInto` method on the `DialectFoldInterface`.
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp226 bool shouldMaterializeInto(Region *region) const final { in shouldMaterializeInto() function