LLVM API Documentation

llvm::TargetOperandInfo Class Reference

#include <TargetInstrInfo.h>

Collaboration diagram for llvm::TargetOperandInfo:

Collaboration graph
[legend]
List of all members.

Public Attributes

const TargetRegisterClassRegClass

Detailed Description

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

Definition at line 84 of file TargetInstrInfo.h.


Member Data Documentation

const TargetRegisterClass* llvm::TargetOperandInfo::RegClass

RegClass - This specifies the register class of the operand if the operand is a register. If not, this contains null.

Definition at line 88 of file TargetInstrInfo.h.

Referenced by CreateVirtualRegisters().


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