|
Halide 21.0.0
Halide compiler and libraries
|
#include <IRMatch.h>
Classes | |
| struct | pattern_tag |
Public Member Functions | |
| template<uint32_t bound> | |
| HALIDE_ALWAYS_INLINE bool | match (const BaseExprNode &e, MatcherState &state) const noexcept |
| template<uint32_t bound, typename A2, typename B2, typename C2> | |
| HALIDE_ALWAYS_INLINE bool | match (const RampOp< A2, B2, C2 > &op, MatcherState &state) const noexcept |
| HALIDE_ALWAYS_INLINE Expr | make (MatcherState &state, halide_type_t type_hint) const |
Public Attributes | |
| A | a |
| B | b |
| C | lanes |
Static Public Attributes | |
| static constexpr uint32_t | binds = bindings<A>::mask | bindings<B>::mask | bindings<C>::mask |
| static constexpr IRNodeType | min_node_type = IRNodeType::Ramp |
| static constexpr IRNodeType | max_node_type = IRNodeType::Ramp |
| static constexpr bool | canonical = A::canonical && B::canonical && C::canonical |
| static constexpr bool | foldable = false |
|
inlinenoexcept |
Definition at line 1821 of file IRMatch.h.
References Halide::Internal::Ramp::_node_type, a, b, Halide::Internal::Ramp::base, Halide::Expr::get(), HALIDE_ALWAYS_INLINE, lanes, Halide::Internal::Ramp::lanes, Halide::Internal::IRMatcher::bindings< T >::mask, match(), and Halide::Internal::Ramp::stride.
|
inlinenoexcept |
Definition at line 1836 of file IRMatch.h.
References a, b, HALIDE_ALWAYS_INLINE, lanes, Halide::Internal::IRMatcher::bindings< T >::mask, match(), and Halide::Internal::IRMatcher::unwrap().
|
inline |
Definition at line 1843 of file IRMatch.h.
References a, b, halide_scalar_value_t::i64, lanes, halide_type_t::lanes, Halide::Internal::Ramp::make(), Halide::Expr::type(), and halide_scalar_value_t::u.
| A Halide::Internal::IRMatcher::RampOp< A, B, C >::a |
| B Halide::Internal::IRMatcher::RampOp< A, B, C >::b |
| C Halide::Internal::IRMatcher::RampOp< A, B, C >::lanes |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |