LLVM 20.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 146 of file CallingConvLower.h.
Definition at line 147 of file CallingConvLower.h.
MCPhysReg llvm::ForwardedRegister::PReg |
Definition at line 150 of file CallingConvLower.h.
Register llvm::ForwardedRegister::VReg |
Definition at line 149 of file CallingConvLower.h.
MVT llvm::ForwardedRegister::VT |
Definition at line 151 of file CallingConvLower.h.