Halide
Halide::Internal::IRMatcher::WildConstUInt< 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
 
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
 
constexpr static IRNodeType min_node_type = IRNodeType::UIntImm
 
constexpr static IRNodeType max_node_type = IRNodeType::UIntImm
 
constexpr static bool canonical = true
 
constexpr static bool foldable = true
 

Detailed Description

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

Definition at line 301 of file IRMatch.h.

Member Function Documentation

◆ match()

◆ make()

◆ make_folded_const()

template<int i>
HALIDE_ALWAYS_INLINE void Halide::Internal::IRMatcher::WildConstUInt< i >::make_folded_const ( halide_scalar_value_t val,
halide_type_t ty,
MatcherState state 
) const
inlinenoexcept

Definition at line 342 of file IRMatch.h.

Member Data Documentation

◆ binds

template<int i>
constexpr static uint32_t Halide::Internal::IRMatcher::WildConstUInt< i >::binds = 1 << i
staticconstexpr

Definition at line 304 of file IRMatch.h.

Referenced by Halide::Internal::IRMatcher::WildConstUInt< i >::match().

◆ min_node_type

template<int i>
constexpr static IRNodeType Halide::Internal::IRMatcher::WildConstUInt< i >::min_node_type = IRNodeType::UIntImm
staticconstexpr

Definition at line 306 of file IRMatch.h.

◆ max_node_type

template<int i>
constexpr static IRNodeType Halide::Internal::IRMatcher::WildConstUInt< i >::max_node_type = IRNodeType::UIntImm
staticconstexpr

Definition at line 307 of file IRMatch.h.

◆ canonical

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

Definition at line 308 of file IRMatch.h.

◆ foldable

template<int i>
constexpr static bool Halide::Internal::IRMatcher::WildConstUInt< i >::foldable = true
staticconstexpr

Definition at line 339 of file IRMatch.h.


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