Halide
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

constexpr static uint32_t binds = 1 << i
 
constexpr static IRNodeType min_node_type = IRNodeType::IntImm
 
constexpr static IRNodeType max_node_type = IRNodeType::IntImm
 
constexpr static bool canonical = true
 
constexpr static bool foldable = true
 

Detailed Description

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

Definition at line 235 of file IRMatch.h.

Member Function Documentation

◆ match() [1/2]

◆ match() [2/2]

template<int i>
template<uint32_t bound>
HALIDE_ALWAYS_INLINE bool Halide::Internal::IRMatcher::WildConstInt< i >::match ( int64_t  value,
MatcherState state 
) const
inlinenoexcept

◆ 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

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

Definition at line 238 of file IRMatch.h.

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

◆ min_node_type

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

Definition at line 240 of file IRMatch.h.

◆ max_node_type

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

Definition at line 241 of file IRMatch.h.

◆ canonical

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

Definition at line 242 of file IRMatch.h.

◆ foldable

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

Definition at line 286 of file IRMatch.h.


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