| LLVM 22.0.0git
    | 
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
| 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. | |
Definition at line 228 of file CallLowering.h.
| 
 | inline | 
Definition at line 229 of file CallLowering.h.
References llvm::CallLowering::ValueAssigner::ValueAssigner().