LLVM 23.0.0git
llvm::yaml::FixedMachineStackObject Struct Reference

Serializable representation of the fixed stack object from the MachineFrameInfo class. More...

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Types

enum  ObjectType { DefaultType , SpillSlot }

Public Member Functions

bool operator== (const FixedMachineStackObject &Other) const

Public Attributes

UnsignedValue ID
ObjectType Type = DefaultType
int64_t Offset = 0
uint64_t Size = 0
MaybeAlign Alignment = std::nullopt
TargetStackID::Value StackID
bool IsImmutable = false
bool IsAliased = false
StringValue CalleeSavedRegister
bool CalleeSavedRestored = true
StringValue DebugVar
StringValue DebugExpr
StringValue DebugLoc

Detailed Description

Serializable representation of the fixed stack object from the MachineFrameInfo class.

Definition at line 349 of file MIRYamlMapping.h.

Member Enumeration Documentation

◆ ObjectType

Enumerator
DefaultType 
SpillSlot 

Definition at line 350 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::FixedMachineStackObject::operator== ( const FixedMachineStackObject & Other) const
inline

Member Data Documentation

◆ Alignment

MaybeAlign llvm::yaml::FixedMachineStackObject::Alignment = std::nullopt

Definition at line 355 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().

◆ CalleeSavedRegister

StringValue llvm::yaml::FixedMachineStackObject::CalleeSavedRegister

Definition at line 359 of file MIRYamlMapping.h.

Referenced by operator==().

◆ CalleeSavedRestored

bool llvm::yaml::FixedMachineStackObject::CalleeSavedRestored = true

Definition at line 360 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugExpr

StringValue llvm::yaml::FixedMachineStackObject::DebugExpr

Definition at line 362 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugLoc

StringValue llvm::yaml::FixedMachineStackObject::DebugLoc

Definition at line 363 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugVar

StringValue llvm::yaml::FixedMachineStackObject::DebugVar

Definition at line 361 of file MIRYamlMapping.h.

Referenced by operator==().

◆ ID

UnsignedValue llvm::yaml::FixedMachineStackObject::ID

Definition at line 351 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().

◆ IsAliased

bool llvm::yaml::FixedMachineStackObject::IsAliased = false

Definition at line 358 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().

◆ IsImmutable

bool llvm::yaml::FixedMachineStackObject::IsImmutable = false

Definition at line 357 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().

◆ Offset

int64_t llvm::yaml::FixedMachineStackObject::Offset = 0

Definition at line 353 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().

◆ Size

uint64_t llvm::yaml::FixedMachineStackObject::Size = 0

Definition at line 354 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().

◆ StackID

TargetStackID::Value llvm::yaml::FixedMachineStackObject::StackID

Definition at line 356 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().

◆ Type

ObjectType llvm::yaml::FixedMachineStackObject::Type = DefaultType

Definition at line 352 of file MIRYamlMapping.h.

Referenced by convertStackObjects(), and operator==().


The documentation for this struct was generated from the following file: