Interface to description of machine instruction set.
Synopsis
Declared in <llvm/MC/MCInstrInfo.h>
class MCInstrInfo;
Type Aliases
Name |
Description |
Function pointer type for complex instruction deprecation checks. |
Member Functions
Name |
Description |
Initialize MCInstrInfo, called by TableGen auto‐generated routines. DO NOT USE. |
|
Return the machine instruction descriptor that corresponds to the specified instruction opcode. |
|
Returns true if a certain instruction is deprecated and if so returns the reason in |
|
Returns the name for the instructions with the given opcode. |
|
Return the number of instruction opcodes described by this info. |
|
Return the register class ID for |
|
Return the register‐class lookup row for the given hardware mode. |
Protected Data Members
Name |
Description |
Number of register‐class entries per hardware mode in the lookup tables. |
|
Flattened [NumHwModes][NumRegClassByHwModes]register‐class lookup tables. |
Derived Classes
Name |
Description |
TargetInstrInfo ‐ Interface to description of machine instruction set |
Created with MrDocs