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

Describe properties that are true of each instruction in the target description file. This captures information about side effects, register use and many other things. There is one instance of this struct for each target instruction class, and the MachineInstr class points to this struct directly to describe itself.

Created with MrDocs