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 ()

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 1903 of file TargetLowering.h.


Constructor & Destructor Documentation

llvm::TargetLowering::ArgListEntry::ArgListEntry ( ) [inline]

Definition at line 1915 of file TargetLowering.h.


Member Data Documentation

Definition at line 1913 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo().

Definition at line 1911 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo().

Definition at line 1908 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo().

Definition at line 1910 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo().

Definition at line 1912 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo().

Definition at line 1909 of file TargetLowering.h.

Referenced by llvm::SelectionDAGBuilder::LowerCallTo().


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