#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> | |
HALIDE_ALWAYS_INLINE bool | match (int64_t value, MatcherState &state) const noexcept |
HALIDE_ALWAYS_INLINE Expr | make (MatcherState &state, halide_type_t type_hint) const |
HALIDE_ALWAYS_INLINE void | make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const |
Static Public Attributes | |
static constexpr uint32_t | binds = 1 << i |
static constexpr IRNodeType | min_node_type = IRNodeType::IntImm |
static constexpr IRNodeType | max_node_type = IRNodeType::IntImm |
static constexpr bool | canonical = true |
static constexpr bool | foldable = true |
|
inlinenoexcept |
Definition at line 233 of file IRMatch.h.
References binds, Halide::Internal::Broadcast, HALIDE_ALWAYS_INLINE, halide_scalar_value_t::i64, Halide::Internal::IntImm, Halide::Internal::IRMatcher::max_wild, Halide::Internal::IRNode::node_type, and halide_scalar_value_t::u.
|
inlinenoexcept |
Definition at line 254 of file IRMatch.h.
References binds, HALIDE_ALWAYS_INLINE, halide_scalar_value_t::i64, Halide::Internal::IRMatcher::max_wild, and halide_scalar_value_t::u.
|
inline |
Definition at line 267 of file IRMatch.h.
References Halide::Internal::IRMatcher::MatcherState::get_bound_const(), and Halide::Internal::IRMatcher::make_const_expr().
|
inline |
Definition at line 277 of file IRMatch.h.
References Halide::Internal::IRMatcher::MatcherState::get_bound_const().
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |