|
LLVM 22.0.0git
|
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 |
Describes a register that needs to be forwarded from the prologue to a musttail call.
Definition at line 147 of file CallingConvLower.h.
Definition at line 148 of file CallingConvLower.h.
| MCPhysReg llvm::ForwardedRegister::PReg |
Definition at line 151 of file CallingConvLower.h.
Referenced by ForwardedRegister().
| Register llvm::ForwardedRegister::VReg |
Definition at line 150 of file CallingConvLower.h.
Referenced by ForwardedRegister().
| MVT llvm::ForwardedRegister::VT |
Definition at line 152 of file CallingConvLower.h.
Referenced by ForwardedRegister().