Halide
12.0.1
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 | |
constexpr static uint32_t | binds = 1 << (i + 16) |
constexpr static IRNodeType | min_node_type = IRNodeType::IntImm |
constexpr static IRNodeType | max_node_type = StrongestExprNodeType |
constexpr static bool | canonical = true |
constexpr static bool | foldable = true |
|
inlinenoexcept |
Definition at line 476 of file IRMatch.h.
References Halide::Internal::IRMatcher::Wild< i >::binds, and Halide::Internal::IRMatcher::equal().
|
inline |
Definition at line 485 of file IRMatch.h.
References Halide::Internal::IRMatcher::MatcherState::get_binding().
|
inlinenoexcept |
Definition at line 491 of file IRMatch.h.
References Halide::Internal::FloatImm, Halide::Internal::IntImm, and Halide::Internal::UIntImm.
|
staticconstexpr |
Definition at line 469 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::Wild< i >::match().
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |