enum MachineInstr::ExtraInfoInlineKinds
Description
Enumeration of the kinds of inline extra info available. It is important that the `MachineMemOperand` inline kind has a tag value of zero to make it accessible as an `ArrayRef`.
Declared at: llvm/include/llvm/CodeGen/MachineInstr.h:226
Enumerators
Name | Value | Comment |
---|---|---|
EIIK_MMO | 0 | |
EIIK_PreInstrSymbol | 1 | |
EIIK_PostInstrSymbol | 2 | |
EIIK_OutOfLine | 3 |