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 |
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 noexcept |
Static Public Attributes | |
static constexpr uint32_t | binds = 1 << i |
static constexpr IRNodeType | min_node_type = IRNodeType::UIntImm |
static constexpr IRNodeType | max_node_type = IRNodeType::UIntImm |
static constexpr bool | canonical = true |
static constexpr bool | foldable = true |
|
inlinenoexcept |
|
inline |
Definition at line 320 of file IRMatch.h.
References Halide::Internal::IRMatcher::MatcherState::get_bound_const(), and Halide::Internal::IRMatcher::make_const_expr().
|
inlinenoexcept |
|
staticconstexpr |
Definition at line 292 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::WildConstUInt< i >::match().
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |