|
LLVM 24.0.0git
|
Matches a GIntrinsic with a specific intrinsic ID and optionally, matchers for its leading arguments. More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| GIntrinsic_match (const OpMatchers &...Ops) | |
| template<typename OpTy> | |
| bool | match (const MachineRegisterInfo &MRI, OpTy &&Op) |
Public Attributes | |
| std::tuple< OpMatchers... > | Operands |
Matches a GIntrinsic with a specific intrinsic ID and optionally, matchers for its leading arguments.
Definition at line 662 of file MIPatternMatch.h.
|
inline |
Definition at line 665 of file MIPatternMatch.h.
References AbstractManglingParser< Derived, Alloc >::Ops, and Operands.
|
inline |
Definition at line 668 of file MIPatternMatch.h.
References llvm::dyn_cast(), llvm::MIPatternMatch::m_MInstr(), and llvm::MIPatternMatch::mi_match().
| std::tuple<OpMatchers...> llvm::MIPatternMatch::GIntrinsic_match< IntrID, OpMatchers >::Operands |
Definition at line 663 of file MIPatternMatch.h.
Referenced by GIntrinsic_match().