LLVM 20.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
UnaryOp_match (const SrcTy &LHS) | |
template<typename OpTy > | |
bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
SrcTy | L |
Definition at line 553 of file MIPatternMatch.h.
|
inline |
Definition at line 556 of file MIPatternMatch.h.
|
inline |
Definition at line 558 of file MIPatternMatch.h.
References llvm::MachineInstr::getNumOperands(), llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >::L, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), and MRI.
SrcTy llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >::L |
Definition at line 554 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >::match().