LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ForwardedRegister Struct Reference

Describes a register that needs to be forwarded from the prologue to a musttail call. More...

#include "llvm/CodeGen/CallingConvLower.h"

Public Member Functions

 ForwardedRegister (Register VReg, MCPhysReg PReg, MVT VT)
 

Public Attributes

Register VReg
 
MCPhysReg PReg
 
MVT VT
 

Detailed Description

Describes a register that needs to be forwarded from the prologue to a musttail call.

Definition at line 146 of file CallingConvLower.h.

Constructor & Destructor Documentation

◆ ForwardedRegister()

llvm::ForwardedRegister::ForwardedRegister ( Register  VReg,
MCPhysReg  PReg,
MVT  VT 
)
inline

Definition at line 147 of file CallingConvLower.h.

Member Data Documentation

◆ PReg

MCPhysReg llvm::ForwardedRegister::PReg

Definition at line 150 of file CallingConvLower.h.

◆ VReg

Register llvm::ForwardedRegister::VReg

Definition at line 149 of file CallingConvLower.h.

◆ VT

MVT llvm::ForwardedRegister::VT

Definition at line 151 of file CallingConvLower.h.


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