Map from opcode to pattern list by binary search.

Synopsis

Declared in <llvm/MC/MCInstPrinter.h>

struct PatternsForOpcode;

Data Members

Name

Description

NumPatterns

Number of consecutive alias patterns for Opcode.

Opcode

Opcode whose alias patterns begin at PatternStart.

PatternStart

Index of the first alias pattern for Opcode in the pattern table.

Created with MrDocs