LLVM API Documentation

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

#include <TargetLowering.h>

Collaboration diagram for llvm::TargetLowering::ArgListEntry:
Collaboration graph
[legend]

Public Member Functions

 ArgListEntry ()
 
void setAttributes (ImmutableCallSite *CS, unsigned AttrIdx)
 Set CallLoweringInfo attribute flags based on a call instruction and called function attributes. More...
 

Public Attributes

SDValue Node
 
TypeTy
 
bool isSExt: 1
 
bool isZExt: 1
 
bool isInReg: 1
 
bool isSRet: 1
 
bool isNest: 1
 
bool isByVal: 1
 
bool isReturned: 1
 
uint16_t Alignment
 

Detailed Description

Definition at line 1925 of file TargetLowering.h.

Constructor & Destructor Documentation

llvm::TargetLowering::ArgListEntry::ArgListEntry ( )
inline

Definition at line 1937 of file TargetLowering.h.

Member Function Documentation

void TargetLowering::ArgListEntry::setAttributes ( ImmutableCallSite CS,
unsigned  AttrIdx 
)

Member Data Documentation

uint16_t llvm::TargetLowering::ArgListEntry::Alignment

Definition at line 1935 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo(), and setAttributes().

bool llvm::TargetLowering::ArgListEntry::isByVal

Definition at line 1933 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo(), and setAttributes().

bool llvm::TargetLowering::ArgListEntry::isInReg

Definition at line 1930 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo(), and setAttributes().

bool llvm::TargetLowering::ArgListEntry::isNest

Definition at line 1932 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo(), and setAttributes().

bool llvm::TargetLowering::ArgListEntry::isReturned
bool llvm::TargetLowering::ArgListEntry::isSExt
bool llvm::TargetLowering::ArgListEntry::isSRet
bool llvm::TargetLowering::ArgListEntry::isZExt
SDValue llvm::TargetLowering::ArgListEntry::Node
Type* llvm::TargetLowering::ArgListEntry::Ty

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