LLVM
8.0.1
|
Enumerations | |
enum | Flag { Variadic = 0, HasOptionalDef, Pseudo, Return, EHScopeReturn, Call, Barrier, Terminator, Branch, IndirectBranch, Compare, MoveImm, MoveReg, Bitcast, Select, DelaySlot, FoldableAsLoad, MayLoad, MayStore, Predicable, NotDuplicable, UnmodeledSideEffects, Commutable, ConvertibleTo3Addr, UsesCustomInserter, HasPostISelHook, Rematerializable, CheapAsAMove, ExtraSrcRegAllocReq, ExtraDefRegAllocReq, RegSequence, ExtractSubreg, InsertSubreg, Convergent, Add, Trap, VariadicOpsAreDefs } |
These should be considered private to the implementation of the MCInstrDesc class. More... | |
enum llvm::MCID::Flag |
These should be considered private to the implementation of the MCInstrDesc class.
Clients should use the predicate methods on MCInstrDesc, not use these directly. These all correspond to bitfields in the MCInstrDesc::Flags field.
Definition at line 118 of file MCInstrDesc.h.