LLVM API Documentation

llvm::TargetOperandInfo Class Reference

#include <TargetInstrInfo.h>

Collaboration diagram for llvm::TargetOperandInfo:

Collaboration graph
[legend]
List of all members.

Public Attributes

unsigned short RegClass
unsigned short Flags

Detailed Description

TargetOperandInfo - This holds information about one operand of a machine instruction, indicating the register class for register operands, etc.

Definition at line 91 of file TargetInstrInfo.h.


Member Data Documentation

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

Definition at line 96 of file TargetInstrInfo.h.

Referenced by getInstrOperandRegClass().


The documentation for this class was generated from the following file: