Halide 20.0.0
Halide compiler and libraries
 
Loading...
Searching...
No Matches
Halide::Internal::IRMatcher::CastOp< A > 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, typename A2>
HALIDE_ALWAYS_INLINE bool match (const CastOp< A2 > &op, MatcherState &state) const noexcept
 
HALIDE_ALWAYS_INLINE Expr make (MatcherState &state, halide_type_t type_hint) const
 

Public Attributes

Type t
 
a
 

Static Public Attributes

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

Detailed Description

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

Definition at line 2040 of file IRMatch.h.

Member Function Documentation

◆ match() [1/2]

template<typename A>
template<uint32_t bound>
HALIDE_ALWAYS_INLINE bool Halide::Internal::IRMatcher::CastOp< A >::match ( const BaseExprNode & e,
MatcherState & state ) const
inlinenoexcept

◆ match() [2/2]

template<typename A>
template<uint32_t bound, typename A2>
HALIDE_ALWAYS_INLINE bool Halide::Internal::IRMatcher::CastOp< A >::match ( const CastOp< A2 > & op,
MatcherState & state ) const
inlinenoexcept

Definition at line 2061 of file IRMatch.h.

References a, HALIDE_ALWAYS_INLINE, match(), t, and Halide::Internal::IRMatcher::unwrap().

◆ make()

template<typename A>
HALIDE_ALWAYS_INLINE Expr Halide::Internal::IRMatcher::CastOp< A >::make ( MatcherState & state,
halide_type_t type_hint ) const
inline

Definition at line 2066 of file IRMatch.h.

References a, Halide::Internal::IRMatcher::cast(), and t.

Member Data Documentation

◆ t

template<typename A>
Type Halide::Internal::IRMatcher::CastOp< A >::t

Definition at line 2042 of file IRMatch.h.

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

◆ a

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

Definition at line 2043 of file IRMatch.h.

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

◆ binds

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

Definition at line 2045 of file IRMatch.h.

◆ min_node_type

template<typename A>
IRNodeType Halide::Internal::IRMatcher::CastOp< A >::min_node_type = IRNodeType::Cast
staticconstexpr

Definition at line 2047 of file IRMatch.h.

◆ max_node_type

template<typename A>
IRNodeType Halide::Internal::IRMatcher::CastOp< A >::max_node_type = IRNodeType::Cast
staticconstexpr

Definition at line 2048 of file IRMatch.h.

◆ canonical

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

Definition at line 2049 of file IRMatch.h.

◆ foldable

template<typename A>
bool Halide::Internal::IRMatcher::CastOp< A >::foldable = false
staticconstexpr

Definition at line 2070 of file IRMatch.h.


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