LLVM 23.0.0git
llvm::MCCFIInstruction::VectorRegisterMaskFields Struct Reference

Held in ExtraFields when OpLLVMVectorRegisterMask. More...

#include "llvm/MC/MCDwarf.h"

Public Attributes

unsigned Register
unsigned SpillRegister
unsigned SpillRegisterLaneSizeInBits
unsigned MaskRegister
unsigned MaskRegisterSizeInBits

Detailed Description

Held in ExtraFields when OpLLVMVectorRegisterMask.

Definition at line 590 of file MCDwarf.h.

Member Data Documentation

◆ MaskRegister

unsigned llvm::MCCFIInstruction::VectorRegisterMaskFields::MaskRegister

Definition at line 594 of file MCDwarf.h.

◆ MaskRegisterSizeInBits

unsigned llvm::MCCFIInstruction::VectorRegisterMaskFields::MaskRegisterSizeInBits

Definition at line 595 of file MCDwarf.h.

Referenced by printCFI().

◆ Register

unsigned llvm::MCCFIInstruction::VectorRegisterMaskFields::Register

Definition at line 591 of file MCDwarf.h.

◆ SpillRegister

unsigned llvm::MCCFIInstruction::VectorRegisterMaskFields::SpillRegister

Definition at line 592 of file MCDwarf.h.

◆ SpillRegisterLaneSizeInBits

unsigned llvm::MCCFIInstruction::VectorRegisterMaskFields::SpillRegisterLaneSizeInBits

Definition at line 593 of file MCDwarf.h.

Referenced by printCFI().


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