|
Halide 20.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 Halide::Internal::Not::a, Halide::Internal::IRMatcher::NotOp< A >::a, Halide::Internal::IRMatcher::cast(), Halide::Expr::get(), and Halide::Internal::Not.
|
inlinenoexcept |
Definition at line 1632 of file IRMatch.h.
References Halide::Internal::IRMatcher::NotOp< A >::a, Halide::Internal::IRMatcher::cast(), and Halide::Internal::IRMatcher::unwrap().
|
inline |
Definition at line 1637 of file IRMatch.h.
References Halide::Internal::IRMatcher::NotOp< A >::a, Halide::Internal::IRMatcher::cast(), and Halide::Internal::Not::make().
|
inlinenoexcept |
Definition at line 1644 of file IRMatch.h.
References Halide::Internal::IRMatcher::NotOp< A >::a, and Halide::Internal::IRMatcher::cast().
Definition at line 1614 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::NotOp< A >::make(), Halide::Internal::IRMatcher::NotOp< A >::make_folded_const(), Halide::Internal::IRMatcher::NotOp< A >::match(), Halide::Internal::IRMatcher::NotOp< A >::match(), and Halide::Internal::IRMatcher::operator<<().
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |