LLVM: llvm::CallLowering::IncomingValueAssigner Struct Reference (original) (raw)

#include "[llvm/CodeGen/GlobalISel/CallLowering.h](CallLowering%5F8h%5Fsource.html)"

Inheritance diagram for llvm::CallLowering::IncomingValueAssigner:

Public Member Functions
IncomingValueAssigner (CCAssignFn *AssignFn_, CCAssignFn *AssignFnVarArg_=nullptr)
Public Member Functions inherited from llvm::CallLowering::ValueAssigner
ValueAssigner (bool IsIncoming, CCAssignFn *AssignFn_, CCAssignFn *AssignFnVarArg_=nullptr)
virtual ~ValueAssigner ()=default
bool isIncomingArgumentHandler () const
Returns true if the handler is dealing with incoming arguments, i.e.
virtual bool assignArg (unsigned ValNo, EVT OrigVT, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, const ArgInfo &Info, ISD::ArgFlagsTy Flags, CCState &State)
Wrap call to (typically tablegenerated CCAssignFn).
CCAssignFn * getAssignFn (bool IsVarArg) const
Select the appropriate assignment function depending on whether this is a variadic call.
Additional Inherited Members
Public Attributes inherited from llvm::CallLowering::ValueAssigner
CCAssignFn * AssignFn
Assignment function to use for a general call.
CCAssignFn * AssignFnVarArg
Assignment function to use for a variadic call.
uint64_t StackSize = 0
The size of the currently allocated portion of the stack.

Detailed Description

Definition at line 230 of file CallLowering.h.

Constructor & Destructor Documentation

llvm::CallLowering::IncomingValueAssigner::IncomingValueAssigner ( CCAssignFn * AssignFn_, CCAssignFn * AssignFnVarArg_ = nullptr ) inline

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