Halide 20.0.0
Halide compiler and libraries
 
Loading...
Searching...
No Matches
Halide::Internal::IRMatcher::IsUInt< A > Struct Template Reference

#include <IRMatch.h>

Classes

struct  pattern_tag
 

Public Member Functions

HALIDE_ALWAYS_INLINE void make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const
 

Public Attributes

a
 
uint8_t bits
 
uint16_t lanes
 

Static Public Attributes

static constexpr uint32_t binds = bindings<A>::mask
 
static constexpr IRNodeType min_node_type = IRNodeType::UIntImm
 
static constexpr IRNodeType max_node_type = IRNodeType::UIntImm
 
static constexpr bool canonical = true
 
static constexpr bool foldable = true
 

Detailed Description

template<typename A>
struct Halide::Internal::IRMatcher::IsUInt< A >

Definition at line 2501 of file IRMatch.h.

Member Function Documentation

◆ make_folded_const()

Member Data Documentation

◆ a

template<typename A>
A Halide::Internal::IRMatcher::IsUInt< A >::a

Definition at line 2503 of file IRMatch.h.

Referenced by make_folded_const(), and Halide::Internal::IRMatcher::operator<<().

◆ bits

template<typename A>
uint8_t Halide::Internal::IRMatcher::IsUInt< A >::bits

Definition at line 2504 of file IRMatch.h.

Referenced by make_folded_const(), and Halide::Internal::IRMatcher::operator<<().

◆ lanes

template<typename A>
uint16_t Halide::Internal::IRMatcher::IsUInt< A >::lanes

Definition at line 2505 of file IRMatch.h.

Referenced by make_folded_const(), and Halide::Internal::IRMatcher::operator<<().

◆ binds

template<typename A>
uint32_t Halide::Internal::IRMatcher::IsUInt< A >::binds = bindings<A>::mask
staticconstexpr

Definition at line 2507 of file IRMatch.h.

◆ min_node_type

template<typename A>
IRNodeType Halide::Internal::IRMatcher::IsUInt< A >::min_node_type = IRNodeType::UIntImm
staticconstexpr

Definition at line 2510 of file IRMatch.h.

◆ max_node_type

template<typename A>
IRNodeType Halide::Internal::IRMatcher::IsUInt< A >::max_node_type = IRNodeType::UIntImm
staticconstexpr

Definition at line 2511 of file IRMatch.h.

◆ canonical

template<typename A>
bool Halide::Internal::IRMatcher::IsUInt< A >::canonical = true
staticconstexpr

Definition at line 2512 of file IRMatch.h.

◆ foldable

template<typename A>
bool Halide::Internal::IRMatcher::IsUInt< A >::foldable = true
staticconstexpr

Definition at line 2514 of file IRMatch.h.


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