LLVM API Documentation
#include <TargetLowering.h>
Collaboration diagram for llvm::TargetLowering::ValueTypeActionImpl:
Public Member Functions | |
ValueTypeActionImpl () | |
ValueTypeActionImpl (const ValueTypeActionImpl &RHS) | |
LegalizeAction | getTypeAction (MVT::ValueType VT) const |
void | setTypeAction (MVT::ValueType VT, LegalizeAction Action) |
Definition at line 129 of file TargetLowering.h.
llvm::TargetLowering::ValueTypeActionImpl::ValueTypeActionImpl | ( | ) | [inline] |
Definition at line 135 of file TargetLowering.h.
llvm::TargetLowering::ValueTypeActionImpl::ValueTypeActionImpl | ( | const ValueTypeActionImpl & | RHS | ) | [inline] |
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] |