Halide
Halide::Internal::IRMatcher::Wild< i > Struct Template Reference

#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
 

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 = false
 

Detailed Description

template<int i>
struct Halide::Internal::IRMatcher::Wild< i >

Definition at line 466 of file IRMatch.h.

Member Function Documentation

◆ match()

template<int i>
template<uint32_t bound>
HALIDE_ALWAYS_INLINE bool Halide::Internal::IRMatcher::Wild< i >::match ( const BaseExprNode e,
MatcherState state 
) const
inlinenoexcept

Definition at line 476 of file IRMatch.h.

◆ make()

template<int i>
HALIDE_ALWAYS_INLINE Expr Halide::Internal::IRMatcher::Wild< i >::make ( MatcherState state,
halide_type_t  type_hint 
) const
inline

Definition at line 485 of file IRMatch.h.

Member Data Documentation

◆ binds

template<int i>
constexpr static uint32_t Halide::Internal::IRMatcher::Wild< i >::binds = 1 << (i + 16)
staticconstexpr

Definition at line 469 of file IRMatch.h.

Referenced by Halide::Internal::IRMatcher::Wild< 5 >::match().

◆ min_node_type

template<int i>
constexpr static IRNodeType Halide::Internal::IRMatcher::Wild< i >::min_node_type = IRNodeType::IntImm
staticconstexpr

Definition at line 471 of file IRMatch.h.

◆ max_node_type

template<int i>
constexpr static IRNodeType Halide::Internal::IRMatcher::Wild< i >::max_node_type = StrongestExprNodeType
staticconstexpr

Definition at line 472 of file IRMatch.h.

◆ canonical

template<int i>
constexpr static bool Halide::Internal::IRMatcher::Wild< i >::canonical = true
staticconstexpr

Definition at line 473 of file IRMatch.h.

◆ foldable

template<int i>
constexpr static bool Halide::Internal::IRMatcher::Wild< i >::foldable = false
staticconstexpr

Definition at line 489 of file IRMatch.h.


The documentation for this struct was generated from the following file: