LLVM API Documentation

llvm::TargetLowering::ValueTypeActionImpl Class Reference

#include <TargetLowering.h>

Collaboration diagram for llvm::TargetLowering::ValueTypeActionImpl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ValueTypeActionImpl ()
 ValueTypeActionImpl (const ValueTypeActionImpl &RHS)
LegalizeAction getTypeAction (MVT::ValueType VT) const
void setTypeAction (MVT::ValueType VT, LegalizeAction Action)

Detailed Description

Definition at line 129 of file TargetLowering.h.


Constructor & Destructor Documentation

llvm::TargetLowering::ValueTypeActionImpl::ValueTypeActionImpl (  )  [inline]

Definition at line 135 of file TargetLowering.h.

llvm::TargetLowering::ValueTypeActionImpl::ValueTypeActionImpl ( const ValueTypeActionImpl RHS  )  [inline]

Definition at line 138 of file TargetLowering.h.

References ValueTypeActions.


Member Function Documentation

LegalizeAction llvm::TargetLowering::ValueTypeActionImpl::getTypeAction ( MVT::ValueType  VT  )  const [inline]

Definition at line 143 of file TargetLowering.h.

Referenced by llvm::TargetLowering::getTypeAction().

void llvm::TargetLowering::ValueTypeActionImpl::setTypeAction ( MVT::ValueType  VT,
LegalizeAction  Action 
) [inline]

Definition at line 146 of file TargetLowering.h.

Referenced by SetValueTypeAction().


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