LLVM 19.0.0git
Public Member Functions | List of all members
llvm::CallLowering::IncomingValueAssigner Struct Reference

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

Inheritance diagram for llvm::CallLowering::IncomingValueAssigner:
Inheritance graph
[legend]

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).
 
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 222 of file CallLowering.h.

Constructor & Destructor Documentation

◆ IncomingValueAssigner()

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

Definition at line 223 of file CallLowering.h.


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