Halide 19.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
Halide::Internal::IRMatcher::WildConstInt< 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
 
template<uint32_t bound>
HALIDE_ALWAYS_INLINE bool match (int64_t value, 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
 

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::IntImm
 
static constexpr bool canonical = true
 
static constexpr bool foldable = true
 

Detailed Description

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

Definition at line 223 of file IRMatch.h.

Member Function Documentation

◆ match() [1/2]

◆ match() [2/2]

◆ make()

◆ make_folded_const()

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

Member Data Documentation

◆ binds

◆ min_node_type

template<int i>
IRNodeType Halide::Internal::IRMatcher::WildConstInt< i >::min_node_type = IRNodeType::IntImm
staticconstexpr

Definition at line 228 of file IRMatch.h.

◆ max_node_type

template<int i>
IRNodeType Halide::Internal::IRMatcher::WildConstInt< i >::max_node_type = IRNodeType::IntImm
staticconstexpr

Definition at line 229 of file IRMatch.h.

◆ canonical

template<int i>
bool Halide::Internal::IRMatcher::WildConstInt< i >::canonical = true
staticconstexpr

Definition at line 230 of file IRMatch.h.

◆ foldable

template<int i>
bool Halide::Internal::IRMatcher::WildConstInt< i >::foldable = true
staticconstexpr

Definition at line 274 of file IRMatch.h.


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