LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::TargetLowering::ArgListEntry Struct Reference

#include <TargetLowering.h>

Collaboration diagram for llvm::TargetLowering::ArgListEntry:
[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 isInAlloca: 1
 
bool isReturned: 1
 
bool isSwiftSelf: 1
 
bool isSwiftError: 1
 
uint16_t Alignment
 

Detailed Description

Definition at line 2539 of file TargetLowering.h.

Constructor & Destructor Documentation

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

Definition at line 2554 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 2552 of file TargetLowering.h.

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

bool llvm::TargetLowering::ArgListEntry::isByVal

Definition at line 2547 of file TargetLowering.h.

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

bool llvm::TargetLowering::ArgListEntry::isInAlloca

Definition at line 2548 of file TargetLowering.h.

Referenced by setAttributes().

bool llvm::TargetLowering::ArgListEntry::isInReg
bool llvm::TargetLowering::ArgListEntry::isNest

Definition at line 2546 of file TargetLowering.h.

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

bool llvm::TargetLowering::ArgListEntry::isReturned
bool llvm::TargetLowering::ArgListEntry::isSExt
bool llvm::TargetLowering::ArgListEntry::isSRet
bool llvm::TargetLowering::ArgListEntry::isSwiftError
bool llvm::TargetLowering::ArgListEntry::isSwiftSelf

Definition at line 2550 of file TargetLowering.h.

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

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: