Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Expr extract_lane(const Expr &vec, int lane)
Extract the nth lane of a vector.
void deinterleave_vector_test()
Expr extract_odd_lanes(const Expr &a)
Extract the odd-numbered lanes in a vector.
Stmt rewrite_interleavings(const Stmt &s)
Look through a statement for expressions of the form select(ramp % 2 == 0, a, b) and replace them wit...
Expr extract_even_lanes(const Expr &a)
Extract the even-numbered lanes in a vector.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
A fragment of Halide syntax.
A reference-counted handle to a statement node.