LLVM
8.0.1
|
InputArg - This struct carries flags and type information about a single incoming (formal) argument or incoming (from the perspective of the caller) return value virtual register. More...
#include "llvm/CodeGen/TargetCallingConv.h"
Public Member Functions | |
InputArg ()=default | |
InputArg (ArgFlagsTy flags, EVT vt, EVT argvt, bool used, unsigned origIdx, unsigned partOffs) | |
bool | isOrigArg () const |
unsigned | getOrigArgIndex () const |
Public Attributes | |
ArgFlagsTy | Flags |
MVT | VT = MVT::Other |
EVT | ArgVT |
bool | Used = false |
unsigned | OrigArgIndex |
Index original Function's argument. More... | |
unsigned | PartOffset |
Offset in bytes of current input value relative to the beginning of original argument. More... | |
Static Public Attributes | |
static const unsigned | NoArgIndex = UINT_MAX |
Sentinel value for implicit machine-level input arguments. More... | |
InputArg - This struct carries flags and type information about a single incoming (formal) argument or incoming (from the perspective of the caller) return value virtual register.
Definition at line 137 of file TargetCallingConv.h.
|
default |
|
inline |
Definition at line 154 of file TargetCallingConv.h.
References llvm::EVT::getSimpleVT().
|
inline |
Definition at line 165 of file TargetCallingConv.h.
References assert().
Referenced by llvm::R600TargetLowering::LowerFormalArguments(), llvm::SITargetLowering::LowerFormalArguments(), and processShaderInputArgs().
|
inline |
Definition at line 161 of file TargetCallingConv.h.
Referenced by llvm::SITargetLowering::LowerFormalArguments().
EVT llvm::ISD::InputArg::ArgVT |
Definition at line 140 of file TargetCallingConv.h.
Referenced by llvm::FastISel::lowerCallTo(), and llvm::TargetLowering::LowerCallTo().
ArgFlagsTy llvm::ISD::InputArg::Flags |
Definition at line 138 of file TargetCallingConv.h.
Referenced by areCallingConvEligibleForTCO_64SVR4(), llvm::SITargetLowering::isTypeDesirableForOp(), llvm::FastISel::lowerCallTo(), llvm::TargetLowering::LowerCallTo(), llvm::SITargetLowering::LowerFormalArguments(), processShaderInputArgs(), and tryToElideArgumentCopy().
Sentinel value for implicit machine-level input arguments.
Definition at line 146 of file TargetCallingConv.h.
Referenced by tryToElideArgumentCopy().
unsigned llvm::ISD::InputArg::OrigArgIndex |
Index original Function's argument.
Definition at line 144 of file TargetCallingConv.h.
unsigned llvm::ISD::InputArg::PartOffset |
Offset in bytes of current input value relative to the beginning of original argument.
E.g. if argument was splitted into four 32 bit registers, we got 4 InputArgs with PartOffsets 0, 4, 8 and 12.
Definition at line 151 of file TargetCallingConv.h.
Definition at line 141 of file TargetCallingConv.h.
Referenced by llvm::FastISel::lowerCallTo(), llvm::TargetLowering::LowerCallTo(), and processShaderInputArgs().
MVT llvm::ISD::InputArg::VT = MVT::Other |
Definition at line 139 of file TargetCallingConv.h.
Referenced by llvm::FastISel::lowerCallTo(), llvm::TargetLowering::LowerCallTo(), llvm::R600TargetLowering::LowerFormalArguments(), llvm::SITargetLowering::LowerFormalArguments(), and processShaderInputArgs().