Lines Matching refs:md
16 [next chapter](Ch-6.md) directly target the `LLVM IR` dialect for lowering
18 [TensorType](../../Dialects/Builtin.md/#rankedtensortype) that `Toy` operates on
19 to the [MemRefType](../../Dialects/Builtin.md/#memreftype) that is indexed via
28 for [converting](../../../getting_started/Glossary.md/#conversion) between them.
33 * A [Conversion Target](../../DialectConversion.md/#conversion-target)
38 [legalization](../../../getting_started/Glossary.md/#legalization).
41 [Rewrite Patterns](../../DialectConversion.md/#rewrite-pattern-specification)
43 - This is the set of [patterns](../QuickstartRewrites.md) used to convert
46 * Optionally, a [Type Converter](../../DialectConversion.md/#type-conversion).
94 framework introduced in [chapter 3](Ch-3.md), the
95 [`DialectConversion` framework](../../DialectConversion.md) also uses
96 [RewritePatterns](../QuickstartRewrites.md) to perform the conversion logic.
104 [TensorType](../../Dialects/Builtin.md/#rankedtensortype) currently being
105 operated on to the [MemRefType](../../Dialects/Builtin.md/#memreftype). Let's
204 the first. Defining a base class in [ODS](../../OpDefinitions.md) may
349 optimize. In the [next chapter](Ch-6.md) we will continue the discussion about