LLVM 22.0.0git
llvm::CallLowering::OutgoingValueAssigner Struct Reference

#include "llvm/CodeGen/GlobalISel/CallLowering.h"

Inheritance diagram for llvm::CallLowering::OutgoingValueAssigner:
[legend]

Public Member Functions

 OutgoingValueAssigner (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).
CCAssignFngetAssignFn (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
CCAssignFnAssignFn
 Assignment function to use for a general call.
CCAssignFnAssignFnVarArg
 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 234 of file CallLowering.h.

Constructor & Destructor Documentation

◆ OutgoingValueAssigner()

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

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