LLVM 22.0.0git
llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain > Struct Template Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 TernaryOpc_match (unsigned Opc, const T0_P &Op0, const T1_P &Op1, const T2_P &Op2)
template<typename MatchContext>
bool match (const MatchContext &Ctx, SDValue N)

Public Attributes

unsigned Opcode
T0_P Op0
T1_P Op1
T2_P Op2

Detailed Description

template<typename T0_P, typename T1_P, typename T2_P, bool Commutable = false, bool ExcludeChain = false>
struct llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain >

Definition at line 510 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ TernaryOpc_match()

template<typename T0_P, typename T1_P, typename T2_P, bool Commutable = false, bool ExcludeChain = false>
llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain >::TernaryOpc_match ( unsigned Opc,
const T0_P & Op0,
const T1_P & Op1,
const T2_P & Op2 )
inline

Definition at line 516 of file SDPatternMatch.h.

References Op0, Op1, Op2, Opc, and Opcode.

Member Function Documentation

◆ match()

template<typename T0_P, typename T1_P, typename T2_P, bool Commutable = false, bool ExcludeChain = false>
template<typename MatchContext>
bool llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain >::match ( const MatchContext & Ctx,
SDValue N )
inline

Member Data Documentation

◆ Op0

template<typename T0_P, typename T1_P, typename T2_P, bool Commutable = false, bool ExcludeChain = false>
T0_P llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain >::Op0

Definition at line 512 of file SDPatternMatch.h.

Referenced by match(), and TernaryOpc_match().

◆ Op1

template<typename T0_P, typename T1_P, typename T2_P, bool Commutable = false, bool ExcludeChain = false>
T1_P llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain >::Op1

Definition at line 513 of file SDPatternMatch.h.

Referenced by match(), and TernaryOpc_match().

◆ Op2

template<typename T0_P, typename T1_P, typename T2_P, bool Commutable = false, bool ExcludeChain = false>
T2_P llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain >::Op2

Definition at line 514 of file SDPatternMatch.h.

Referenced by match(), and TernaryOpc_match().

◆ Opcode

template<typename T0_P, typename T1_P, typename T2_P, bool Commutable = false, bool ExcludeChain = false>
unsigned llvm::SDPatternMatch::TernaryOpc_match< T0_P, T1_P, T2_P, Commutable, ExcludeChain >::Opcode

Definition at line 511 of file SDPatternMatch.h.

Referenced by match(), and TernaryOpc_match().


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