Halide
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

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

Detailed Description

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

Definition at line 2038 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

◆ make()

Member Data Documentation

◆ t

◆ a

◆ binds

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

Definition at line 2043 of file IRMatch.h.

◆ min_node_type

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

Definition at line 2045 of file IRMatch.h.

◆ max_node_type

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

Definition at line 2046 of file IRMatch.h.

◆ canonical

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

Definition at line 2047 of file IRMatch.h.

◆ foldable

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

Definition at line 2068 of file IRMatch.h.


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