LLVM
15.0.0git
|
Structure that collects some common arguments that get passed around between the functions for call lowering. More...
#include "Target/PowerPC/PPCISelLowering.h"
Public Member Functions | |
CallFlags (CallingConv::ID CC, bool IsTailCall, bool IsVarArg, bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge) | |
Public Attributes | |
const CallingConv::ID | CallConv |
const bool | IsTailCall: 1 |
const bool | IsVarArg: 1 |
const bool | IsPatchPoint: 1 |
const bool | IsIndirect: 1 |
const bool | HasNest: 1 |
const bool | NoMerge: 1 |
Structure that collects some common arguments that get passed around between the functions for call lowering.
Definition at line 1161 of file PPCISelLowering.h.
|
inline |
Definition at line 1170 of file PPCISelLowering.h.
const CallingConv::ID llvm::PPCTargetLowering::CallFlags::CallConv |
Definition at line 1162 of file PPCISelLowering.h.
Referenced by buildCallOperands().
const bool llvm::PPCTargetLowering::CallFlags::HasNest |
Definition at line 1167 of file PPCISelLowering.h.
Referenced by buildCallOperands().
const bool llvm::PPCTargetLowering::CallFlags::IsIndirect |
Definition at line 1166 of file PPCISelLowering.h.
Referenced by buildCallOperands(), and getCallOpcode().
const bool llvm::PPCTargetLowering::CallFlags::IsPatchPoint |
Definition at line 1165 of file PPCISelLowering.h.
Referenced by buildCallOperands().
const bool llvm::PPCTargetLowering::CallFlags::IsTailCall |
Definition at line 1163 of file PPCISelLowering.h.
Referenced by buildCallOperands(), and getCallOpcode().
const bool llvm::PPCTargetLowering::CallFlags::IsVarArg |
Definition at line 1164 of file PPCISelLowering.h.
Referenced by buildCallOperands().
const bool llvm::PPCTargetLowering::CallFlags::NoMerge |
Definition at line 1168 of file PPCISelLowering.h.