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> | |
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 |
|
inlinenoexcept |
Definition at line 254 of file IRMatch.h.
References Halide::Internal::IRMatcher::WildConstInt< i >::binds, 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 |
Definition at line 226 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::WildConstInt< i >::match(), and Halide::Internal::IRMatcher::WildConstInt< i >::match().
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |