Searched refs:materializations (Results 1 – 8 of 8) sorted by relevance
491 bufferized. These passes will create *materializations* (also sometimes called498 materializations. The pass `finalizing-bufferize` provides a minimal pass that499 only eliminates materializations and issues an error if any unbufferized ops503 eliminate materializations. By adding patterns (just as a partial bufferization505 bufferize ops and eliminate materializations. This has a number of disadvantages623 and materializations between `tensor` and `memref`.627 automatically by the dialect conversion framework as materializations, are670 the ops in the program, leaving behind only the materializations. When possible,
240 materializations are used by the conversion framework to ensure type safety241 during the conversion process. There are several types of materializations
91 during :ref:`instructionselect`, while still avoiding redundant materializations
18 // Test case: Ensure no materializations in the case of 1:1 decomposition.
6 // - bufferization.to_memref / bufferization.to_tensor materializations are
241 MutableArrayRef<MaterializationCallbackFn> materializations,
266 useful for source/target materializations when doing type conversions
3043 MutableArrayRef<MaterializationCallbackFn> materializations, in materializeConversion() argument3045 for (MaterializationCallbackFn &fn : llvm::reverse(materializations)) in materializeConversion()