LLVM
15.0.0git
|
Structure used to represent pair of argument number after call lowering and register used to transfer that argument. More...
#include "llvm/CodeGen/MachineFunction.h"
Public Member Functions | |
ArgRegPair (Register R, unsigned Arg) | |
Public Attributes | |
Register | Reg |
uint16_t | ArgNo |
Structure used to represent pair of argument number after call lowering and register used to transfer that argument.
For now we support only cases when argument is transferred through one register.
Definition at line 415 of file MachineFunction.h.
|
inline |
Definition at line 418 of file MachineFunction.h.
uint16_t llvm::MachineFunction::ArgRegPair::ArgNo |
Definition at line 417 of file MachineFunction.h.
Register llvm::MachineFunction::ArgRegPair::Reg |
Definition at line 416 of file MachineFunction.h.