LLVM  8.0.1
Public Member Functions | List of all members
llvm::TargetLoweringBase::ValueTypeActionImpl Class Reference

#include "llvm/CodeGen/TargetLowering.h"

Public Member Functions

 ValueTypeActionImpl ()
 
LegalizeTypeAction getTypeAction (MVT VT) const
 
void setTypeAction (MVT VT, LegalizeTypeAction Action)
 

Detailed Description

Definition at line 655 of file TargetLowering.h.

Constructor & Destructor Documentation

◆ ValueTypeActionImpl()

llvm::TargetLoweringBase::ValueTypeActionImpl::ValueTypeActionImpl ( )
inline

Definition at line 661 of file TargetLowering.h.

References llvm::sys::path::begin(), and llvm::sys::path::end().

Member Function Documentation

◆ getTypeAction()

LegalizeTypeAction llvm::TargetLoweringBase::ValueTypeActionImpl::getTypeAction ( MVT  VT) const
inline

Definition at line 666 of file TargetLowering.h.

References llvm::MVT::SimpleTy.

Referenced by llvm::TargetLoweringBase::setJumpIsExpensive().

◆ setTypeAction()

void llvm::TargetLoweringBase::ValueTypeActionImpl::setTypeAction ( MVT  VT,
LegalizeTypeAction  Action 
)
inline

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