LLVM 20.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
UnaryOpc_match (unsigned Opc, const Opnd_P &Op) | |
template<typename MatchContext > | |
bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
unsigned | Opcode |
Opnd_P | Opnd |
Definition at line 661 of file SDPatternMatch.h.
|
inline |
Definition at line 665 of file SDPatternMatch.h.
|
inline |
Definition at line 668 of file SDPatternMatch.h.
References assert(), llvm::SDPatternMatch::EffectiveOperands< ExcludeChain >::FirstIndex, llvm::SDPatternMatch::m_Opc(), N, llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Opcode, llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Opnd, llvm::SDPatternMatch::sd_context_match(), and llvm::SDPatternMatch::EffectiveOperands< ExcludeChain >::Size.
unsigned llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Opcode |
Definition at line 662 of file SDPatternMatch.h.
Referenced by llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::match().
Opnd_P llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Opnd |
Definition at line 663 of file SDPatternMatch.h.
Referenced by llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::match().