Lines Matching refs:hook
14 like to provide the ability for transformations to opaquely hook into dialects
19 canonicalizations via a hook on our operations (`getCanonicalizationPatterns`).
49 hook into.
64 /// This hook checks to see if the given callable operation is legal to inline
65 /// into the given call. For Toy this hook can simply return true, as the Toy
72 /// This hook checks to see if the given operation is legal to inline into the
73 /// given region. For Toy this hook can simply return true, as all Toy
80 /// This hook cheks if the given 'src' region can be inlined into the 'dest'
88 /// This hook is called when a terminator operation has been inlined. The only
245 such as folding identity casts and verification. We hook into this interface by
266 With a proper cast operation, we can now override the necessary hook on the