|
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> | |
| HALIDE_ALWAYS_INLINE bool | match (const NotOp< A2 > &op, MatcherState &state) const noexcept |
| HALIDE_ALWAYS_INLINE Expr | make (MatcherState &state, halide_type_t type_hint) const |
| template<typename A1 = A> | |
| HALIDE_ALWAYS_INLINE void | make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const noexcept |
Public Attributes | |
| A | a |
Static Public Attributes | |
| static constexpr uint32_t | binds = bindings<A>::mask |
| static constexpr IRNodeType | min_node_type = IRNodeType::Not |
| static constexpr IRNodeType | max_node_type = IRNodeType::Not |
| static constexpr bool | canonical = A::canonical |
| static constexpr bool | foldable = A::foldable |
|
inlinenoexcept |
Definition at line 1623 of file IRMatch.h.
References a, Halide::Internal::Not::a, Halide::Expr::get(), HALIDE_ALWAYS_INLINE, match(), and Halide::Internal::Not.
|
inlinenoexcept |
Definition at line 1632 of file IRMatch.h.
References a, HALIDE_ALWAYS_INLINE, match(), and Halide::Internal::IRMatcher::unwrap().
|
inline |
Definition at line 1637 of file IRMatch.h.
References a, and Halide::Internal::Not::make().
|
inlinenoexcept |
Definition at line 1644 of file IRMatch.h.
References a, and HALIDE_ALWAYS_INLINE.
| A Halide::Internal::IRMatcher::NotOp< A >::a |
Definition at line 1614 of file IRMatch.h.
Referenced by make(), make_folded_const(), match(), match(), and Halide::Internal::IRMatcher::operator<<().
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |