LLVM  8.0.1
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"

Collaboration diagram for llvm::ForwardedRegister:
Collaboration graph
[legend]

Public Member Functions

 ForwardedRegister (unsigned VReg, MCPhysReg PReg, MVT VT)
 

Public Attributes

unsigned 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 166 of file CallingConvLower.h.

Constructor & Destructor Documentation

◆ ForwardedRegister()

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

Definition at line 167 of file CallingConvLower.h.

Member Data Documentation

◆ PReg

MCPhysReg llvm::ForwardedRegister::PReg

Definition at line 170 of file CallingConvLower.h.

◆ VReg

unsigned llvm::ForwardedRegister::VReg

Definition at line 169 of file CallingConvLower.h.

◆ VT

MVT llvm::ForwardedRegister::VT

Definition at line 171 of file CallingConvLower.h.


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