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

Public Attributes

StringRef Format
 
uint64_t Opcode
 
int32_t NumOperands
 
MatchClassKind OperandKinds [5]
 

Detailed Description

Definition at line 515 of file SystemZAsmParser.cpp.

Member Data Documentation

StringRef InsnMatchEntry::Format

Definition at line 516 of file SystemZAsmParser.cpp.

Referenced by CompareInsn::operator()().

int32_t InsnMatchEntry::NumOperands

Definition at line 518 of file SystemZAsmParser.cpp.

uint64_t InsnMatchEntry::Opcode

Definition at line 517 of file SystemZAsmParser.cpp.

MatchClassKind InsnMatchEntry::OperandKinds[5]

Definition at line 519 of file SystemZAsmParser.cpp.


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