LLVM API Documentation
#include <TargetInstrInfo.h>
Collaboration diagram for llvm::TargetOperandInfo:
Public Attributes | |
unsigned short | RegClass |
unsigned short | Flags |
Definition at line 91 of file TargetInstrInfo.h.
unsigned short llvm::TargetOperandInfo::RegClass |
RegClass - This specifies the register class enumeration of the operand if the operand is a register. If not, this contains 0.
Definition at line 95 of file TargetInstrInfo.h.
Referenced by getInstrOperandRegClass().
unsigned short llvm::TargetOperandInfo::Flags |