Initialize MCInstrInfo, called by TableGen auto‐generated routines. DO NOT USE.
Synopsis
Declared in <llvm/MC/MCInstrInfo.h>
void
InitMCInstrInfo(
MCInstrDesc const* D,
unsigned int const* NI,
char const* ND,
uint8_t const* DF,
ComplexDeprecationPredicate CDI,
unsigned int NO,
int16_t const* RCHWTables = nullptr,
int16_t NumRegClassByHwMode = 0);
Parameters
Name |
Description |
D |
‐ Array of instruction descriptors. |
NI |
‐ Array of indices into the instruction name string pool. |
ND |
‐ Instruction name string pool data. |
DF |
‐ Per‐opcode deprecated feature IDs, or ‐1 if none. |
CDI |
‐ Optional complex deprecation predicate. |
NO |
‐ Number of opcodes / descriptors. |
RCHWTables |
‐ Optional HwMode register‐class lookup tables. |
NumRegClassByHwMode |
‐ Register‐class entries per HwMode. |
Created with MrDocs