LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SDPatternMatch::SDShuffle_match< T0, T1, T2 > Struct Template Reference

Matching while capturing mask. More...

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 SDShuffle_match (const T0 &Op1, const T1 &Op2, const T2 &Mask)
 
template<typename MatchContext >
bool match (const MatchContext &Ctx, SDValue N)
 

Public Attributes

T0 Op1
 
T1 Op2
 
T2 Mask
 

Detailed Description

template<typename T0, typename T1, typename T2>
struct llvm::SDPatternMatch::SDShuffle_match< T0, T1, T2 >

Matching while capturing mask.

Definition at line 559 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ SDShuffle_match()

template<typename T0 , typename T1 , typename T2 >
llvm::SDPatternMatch::SDShuffle_match< T0, T1, T2 >::SDShuffle_match ( const T0 &  Op1,
const T1 Op2,
const T2 &  Mask 
)
inline

Definition at line 564 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

template<typename T0 , typename T1 , typename T2 >
template<typename MatchContext >
bool llvm::SDPatternMatch::SDShuffle_match< T0, T1, T2 >::match ( const MatchContext &  Ctx,
SDValue  N 
)
inline

Member Data Documentation

◆ Mask

template<typename T0 , typename T1 , typename T2 >
T2 llvm::SDPatternMatch::SDShuffle_match< T0, T1, T2 >::Mask

◆ Op1

template<typename T0 , typename T1 , typename T2 >
T0 llvm::SDPatternMatch::SDShuffle_match< T0, T1, T2 >::Op1

◆ Op2

template<typename T0 , typename T1 , typename T2 >
T1 llvm::SDPatternMatch::SDShuffle_match< T0, T1, T2 >::Op2

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