LLVM API Documentation

Public Member Functions | Public Attributes
llvm::TargetLowering::ArgListEntry Struct Reference

#include <TargetLowering.h>

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

List of all members.

Public Member Functions

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

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
uint16_t Alignment

Detailed Description

Definition at line 2151 of file TargetLowering.h.


Constructor & Destructor Documentation

Definition at line 2164 of file TargetLowering.h.


Member Function Documentation


Member Data Documentation

Definition at line 2162 of file TargetLowering.h.

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

Definition at line 2159 of file TargetLowering.h.

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

Definition at line 2160 of file TargetLowering.h.

Referenced by setAttributes().

Definition at line 2156 of file TargetLowering.h.

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

Definition at line 2158 of file TargetLowering.h.

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


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