LLVM 20.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
UnaryOpc_match (unsigned Opc, const Opnd_P &Op, std::optional< SDNodeFlags > Flgs=std::nullopt) | |
template<typename MatchContext > | |
bool | match (const MatchContext &Ctx, SDValue N) |
Public Attributes | |
unsigned | Opcode |
Opnd_P | Opnd |
std::optional< SDNodeFlags > | Flags |
Definition at line 689 of file SDPatternMatch.h.
|
inline |
Definition at line 693 of file SDPatternMatch.h.
|
inline |
Definition at line 698 of file SDPatternMatch.h.
References assert(), llvm::SDPatternMatch::EffectiveOperands< ExcludeChain >::FirstIndex, llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Flags, llvm::SDNodeFlags::intersectWith(), 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.
std::optional<SDNodeFlags> llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Flags |
Definition at line 692 of file SDPatternMatch.h.
Referenced by llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::match().
unsigned llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Opcode |
Definition at line 690 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 691 of file SDPatternMatch.h.
Referenced by llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::match().