Data for each alias pattern. Includes feature bits, string, number of operands, and a variadic list of conditions to check.
Declared in <llvm/MC/MCInstPrinter.h>
struct AliasPattern;
| Name | Description |
|---|---|
AliasCondStart | Index of the first condition for this pattern in the condition table. |
AsmStrOffset | Byte offset of this pattern's assembly string in the string table. |
NumConds | Number of consecutive conditions starting at AliasCondStart. |
NumOperands | Number of operands that participate in this alias match. |