#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> | |
HALIDE_ALWAYS_INLINE bool | match (const WidenOp< A2 > &op, MatcherState &state) const noexcept |
HALIDE_ALWAYS_INLINE Expr | make (MatcherState &state, halide_type_t type_hint) const |
Public Attributes | |
A | a |
Static Public Attributes | |
static constexpr uint32_t | binds = bindings<A>::mask |
static constexpr IRNodeType | min_node_type = IRNodeType::Cast |
static constexpr IRNodeType | max_node_type = IRNodeType::Cast |
static constexpr bool | canonical = A::canonical |
static constexpr bool | foldable = false |
|
inlinenoexcept |
Definition at line 2097 of file IRMatch.h.
References Halide::Internal::Cast::_node_type, a, Halide::Expr::get(), HALIDE_ALWAYS_INLINE, match(), Halide::Expr::type(), Halide::Internal::Cast::value, and Halide::Type::widen().
|
inlinenoexcept |
Definition at line 2106 of file IRMatch.h.
References a, HALIDE_ALWAYS_INLINE, match(), and Halide::Internal::IRMatcher::unwrap().
|
inline |
Definition at line 2111 of file IRMatch.h.
References a, Halide::Internal::IRMatcher::cast(), Halide::Internal::Type, Halide::Expr::type(), and Halide::Type::widen().
A Halide::Internal::IRMatcher::WidenOp< A >::a |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |