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 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::IntImm |
static constexpr IRNodeType | max_node_type = IRNodeType::FloatImm |
static constexpr bool | canonical = true |
static constexpr bool | foldable = true |
|
inlinenoexcept |
Definition at line 406 of file IRMatch.h.
References Halide::Internal::Broadcast, Halide::Internal::FloatImm, Halide::Internal::IntImm, Halide::Internal::IRMatcher::WildConst< i >::match(), Halide::Internal::IRMatcher::max_wild, Halide::Internal::IRNode::node_type, and Halide::Internal::UIntImm.
Referenced by Halide::Internal::IRMatcher::WildConst< i >::match(), and Halide::Internal::IRMatcher::WildConst< i >::match().
|
inlinenoexcept |
Definition at line 425 of file IRMatch.h.
References Halide::Internal::IRMatcher::WildConst< i >::match(), and Halide::Internal::IRMatcher::max_wild.
|
inline |
Definition at line 431 of file IRMatch.h.
References Halide::Internal::IRMatcher::MatcherState::get_bound_const(), and Halide::Internal::IRMatcher::make_const_expr().
|
inlinenoexcept |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |