LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::ISD::ArgFlagsTy Struct Reference

#include <TargetCallingConv.h>

Public Member Functions

 ArgFlagsTy ()
 
bool isZExt () const
 
void setZExt ()
 
bool isSExt () const
 
void setSExt ()
 
bool isInReg () const
 
void setInReg ()
 
bool isSRet () const
 
void setSRet ()
 
bool isByVal () const
 
void setByVal ()
 
bool isNest () const
 
void setNest ()
 
bool isReturned () const
 
void setReturned ()
 
unsigned getByValAlign () const
 
void setByValAlign (unsigned A)
 
bool isSplit () const
 
void setSplit ()
 
unsigned getOrigAlign () const
 
void setOrigAlign (unsigned A)
 
unsigned getByValSize () const
 
void setByValSize (unsigned S)
 
uint64_t getRawBits () const
 getRawBits - Represent the flags as a bunch of bits. More...
 

Detailed Description

Definition at line 24 of file TargetCallingConv.h.

Constructor & Destructor Documentation

llvm::ISD::ArgFlagsTy::ArgFlagsTy ( )
inline

Definition at line 54 of file TargetCallingConv.h.

Member Function Documentation

unsigned llvm::ISD::ArgFlagsTy::getByValAlign ( ) const
inline
unsigned llvm::ISD::ArgFlagsTy::getByValSize ( ) const
inline
unsigned llvm::ISD::ArgFlagsTy::getOrigAlign ( ) const
inline

Definition at line 89 of file TargetCallingConv.h.

Referenced by allocateStack(), and CC_MipsO32().

uint64_t llvm::ISD::ArgFlagsTy::getRawBits ( ) const
inline

getRawBits - Represent the flags as a bunch of bits.

Definition at line 106 of file TargetCallingConv.h.

bool llvm::ISD::ArgFlagsTy::isByVal ( ) const
inline
bool llvm::ISD::ArgFlagsTy::isInReg ( ) const
inline
bool llvm::ISD::ArgFlagsTy::isNest ( ) const
inline

Definition at line 71 of file TargetCallingConv.h.

bool llvm::ISD::ArgFlagsTy::isReturned ( ) const
inline

Definition at line 74 of file TargetCallingConv.h.

bool llvm::ISD::ArgFlagsTy::isSExt ( ) const
inline
bool llvm::ISD::ArgFlagsTy::isSplit ( ) const
inline

Definition at line 86 of file TargetCallingConv.h.

bool llvm::ISD::ArgFlagsTy::isSRet ( ) const
inline
bool llvm::ISD::ArgFlagsTy::isZExt ( ) const
inline
void llvm::ISD::ArgFlagsTy::setByVal ( )
inline

Definition at line 69 of file TargetCallingConv.h.

void llvm::ISD::ArgFlagsTy::setByValAlign ( unsigned  A)
inline

Definition at line 81 of file TargetCallingConv.h.

References llvm::Log2_32().

void llvm::ISD::ArgFlagsTy::setByValSize ( unsigned  S)
inline

Definition at line 101 of file TargetCallingConv.h.

void llvm::ISD::ArgFlagsTy::setInReg ( )
inline

Definition at line 63 of file TargetCallingConv.h.

Referenced by llvm::GetReturnInfo(), and llvm::TargetLowering::LowerCallTo().

void llvm::ISD::ArgFlagsTy::setNest ( )
inline

Definition at line 72 of file TargetCallingConv.h.

void llvm::ISD::ArgFlagsTy::setOrigAlign ( unsigned  A)
inline

Definition at line 93 of file TargetCallingConv.h.

References llvm::Log2_32().

void llvm::ISD::ArgFlagsTy::setReturned ( )
inline

Definition at line 75 of file TargetCallingConv.h.

void llvm::ISD::ArgFlagsTy::setSExt ( )
inline

Definition at line 60 of file TargetCallingConv.h.

Referenced by llvm::GetReturnInfo(), and llvm::TargetLowering::LowerCallTo().

void llvm::ISD::ArgFlagsTy::setSplit ( )
inline
void llvm::ISD::ArgFlagsTy::setSRet ( )
inline

Definition at line 66 of file TargetCallingConv.h.

void llvm::ISD::ArgFlagsTy::setZExt ( )
inline

Definition at line 57 of file TargetCallingConv.h.

Referenced by llvm::GetReturnInfo(), and llvm::TargetLowering::LowerCallTo().


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