Halide
Halide::Internal::IRMatcher::RampOp< A, B, C > 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 , typename B2 , typename C2 >
HALIDE_ALWAYS_INLINE bool match (const RampOp< A2, B2, C2 > &op, MatcherState &state) const noexcept
 
HALIDE_ALWAYS_INLINE Expr make (MatcherState &state, halide_type_t type_hint) const
 

Public Attributes

a
 
b
 
lanes
 

Static Public Attributes

constexpr static uint32_t binds = bindings<A>::mask | bindings<B>::mask | bindings<C>::mask
 
constexpr static IRNodeType min_node_type = IRNodeType::Ramp
 
constexpr static IRNodeType max_node_type = IRNodeType::Ramp
 
constexpr static bool canonical = A::canonical && B::canonical && C::canonical
 
constexpr static bool foldable = false
 

Detailed Description

template<typename A, typename B, typename C>
struct Halide::Internal::IRMatcher::RampOp< A, B, C >

Definition at line 1810 of file IRMatch.h.

Member Function Documentation

◆ match() [1/2]

◆ match() [2/2]

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

◆ make()

Member Data Documentation

◆ a

◆ b

◆ lanes

◆ binds

template<typename A , typename B , typename C >
constexpr static uint32_t Halide::Internal::IRMatcher::RampOp< A, B, C >::binds = bindings<A>::mask | bindings<B>::mask | bindings<C>::mask
staticconstexpr

Definition at line 1816 of file IRMatch.h.

◆ min_node_type

template<typename A , typename B , typename C >
constexpr static IRNodeType Halide::Internal::IRMatcher::RampOp< A, B, C >::min_node_type = IRNodeType::Ramp
staticconstexpr

Definition at line 1818 of file IRMatch.h.

◆ max_node_type

template<typename A , typename B , typename C >
constexpr static IRNodeType Halide::Internal::IRMatcher::RampOp< A, B, C >::max_node_type = IRNodeType::Ramp
staticconstexpr

Definition at line 1819 of file IRMatch.h.

◆ canonical

template<typename A , typename B , typename C >
constexpr static bool Halide::Internal::IRMatcher::RampOp< A, B, C >::canonical = A::canonical && B::canonical && C::canonical
staticconstexpr

Definition at line 1821 of file IRMatch.h.

◆ foldable

template<typename A , typename B , typename C >
constexpr static bool Halide::Internal::IRMatcher::RampOp< A, B, C >::foldable = false
staticconstexpr

Definition at line 1858 of file IRMatch.h.


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