LLVM: llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable (original) (raw)

#include "[llvm/CodeGen/GlobalISel/MIPatternMatch.h](MIPatternMatch%5F8h%5Fsource.html)"

Public Attributes
Pred_P P
LHS_P L
RHS_P R

Detailed Description

template<typename Pred_P, typename LHS_P, typename RHS_P, unsigned Opcode, bool Commutable = false>
struct llvm::MIPatternMatch::CompareOp_match< Pred_P, LHS_P, RHS_P, Opcode, Commutable >

Definition at line 768 of file MIPatternMatch.h.

Constructor & Destructor Documentation

template<typename Pred_P, typename LHS_P, typename RHS_P, unsigned Opcode, bool Commutable = false>

Member Function Documentation

match()

template<typename Pred_P, typename LHS_P, typename RHS_P, unsigned Opcode, bool Commutable = false>

template

Definition at line 777 of file MIPatternMatch.h.

References llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), llvm::CmpInst::getSwappedPredicate(), L, LHS, llvm::MIPatternMatch::m_MInstr(), llvm::MIPatternMatch::mi_match(), MRI, P, R, and RHS.

Member Data Documentation

L

template<typename Pred_P, typename LHS_P, typename RHS_P, unsigned Opcode, bool Commutable = false>

P

template<typename Pred_P, typename LHS_P, typename RHS_P, unsigned Opcode, bool Commutable = false>

R

template<typename Pred_P, typename LHS_P, typename RHS_P, unsigned Opcode, bool Commutable = false>


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