struct ForwardedRegister

Declaration

struct ForwardedRegister { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/CodeGen/CallingConvLower.h:165

Member Variables

public llvm::Register VReg
public llvm::MCPhysReg PReg
public llvm::MVT VT

Method Overview

Methods

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

Declared at: llvm/include/llvm/CodeGen/CallingConvLower.h:166

Parameters

llvm::Register VReg
llvm::MCPhysReg PReg
llvm::MVT VT