Halide 19.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 > | |
HALIDE_ALWAYS_INLINE bool | match (const CastOp< A2 > &op, MatcherState &state) const noexcept |
HALIDE_ALWAYS_INLINE Expr | make (MatcherState &state, halide_type_t type_hint) const |
Public Attributes | |
Type | t |
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 2052 of file IRMatch.h.
References Halide::Internal::Cast::_node_type, Halide::Internal::IRMatcher::CastOp< A >::a, Halide::Expr::get(), Halide::Internal::IRMatcher::CastOp< A >::match(), Halide::Internal::IRMatcher::CastOp< A >::t, and Halide::Internal::Cast::value.
Referenced by Halide::Internal::IRMatcher::CastOp< A >::match(), and Halide::Internal::IRMatcher::CastOp< A >::match().
|
inlinenoexcept |
Definition at line 2061 of file IRMatch.h.
References Halide::Internal::IRMatcher::CastOp< A >::a, Halide::Internal::IRMatcher::CastOp< A >::match(), Halide::Internal::IRMatcher::CastOp< A >::t, and Halide::Internal::IRMatcher::unwrap().
|
inline |
Definition at line 2066 of file IRMatch.h.
References Halide::Internal::IRMatcher::CastOp< A >::a, Halide::Internal::IRMatcher::cast(), and Halide::Internal::IRMatcher::CastOp< A >::t.
Type Halide::Internal::IRMatcher::CastOp< A >::t |
Definition at line 2042 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::CastOp< A >::make(), Halide::Internal::IRMatcher::CastOp< A >::match(), Halide::Internal::IRMatcher::CastOp< A >::match(), and Halide::Internal::IRMatcher::operator<<().
A Halide::Internal::IRMatcher::CastOp< A >::a |
Definition at line 2043 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::CastOp< A >::make(), Halide::Internal::IRMatcher::CastOp< A >::match(), Halide::Internal::IRMatcher::CastOp< A >::match(), and Halide::Internal::IRMatcher::operator<<().
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |