LLVM  8.0.1
Public Attributes | List of all members
InsnMatchEntry Struct Reference
Collaboration diagram for InsnMatchEntry:
Collaboration graph
[legend]

Public Attributes

StringRef Format
 
uint64_t Opcode
 
int32_t NumOperands
 
MatchClassKind OperandKinds [5]
 

Detailed Description

Definition at line 562 of file SystemZAsmParser.cpp.

Member Data Documentation

◆ Format

StringRef InsnMatchEntry::Format

Definition at line 563 of file SystemZAsmParser.cpp.

Referenced by CompareInsn::operator()(), and printMCExpr().

◆ NumOperands

int32_t InsnMatchEntry::NumOperands

Definition at line 565 of file SystemZAsmParser.cpp.

Referenced by printMCExpr().

◆ Opcode

uint64_t InsnMatchEntry::Opcode

Definition at line 564 of file SystemZAsmParser.cpp.

Referenced by printMCExpr().

◆ OperandKinds

MatchClassKind InsnMatchEntry::OperandKinds[5]

Definition at line 566 of file SystemZAsmParser.cpp.

Referenced by printMCExpr().


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