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 = 0 |
static constexpr IRNodeType | min_node_type = IRNodeType::Call |
static constexpr IRNodeType | max_node_type = IRNodeType::Call |
static constexpr bool | canonical = true |
static constexpr bool | foldable = true |
|
inlinenoexcept |
Definition at line 2285 of file IRMatch.h.
References Halide::Internal::Call::_node_type, Halide::Internal::Call::is_intrinsic(), and Halide::Internal::Call::signed_integer_overflow.
|
inline |
Definition at line 2294 of file IRMatch.h.
References halide_type_t::lanes, Halide::Internal::IRMatcher::make_const_special_expr(), and Halide::Internal::IRMatcher::MatcherState::signed_integer_overflow.
|
inlinenoexcept |
Definition at line 2302 of file IRMatch.h.
References Halide::Internal::IRMatcher::MatcherState::signed_integer_overflow.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |