LLVM 19.0.0git
Public Attributes | List of all members
llvm::SIMachineFunctionInfo::VGPRSpillToAGPR Struct Reference

#include "Target/AMDGPU/SIMachineFunctionInfo.h"

Public Attributes

SmallVector< MCPhysReg, 32 > Lanes
 
bool FullyAllocated = false
 
bool IsDead = false
 

Detailed Description

Definition at line 490 of file SIMachineFunctionInfo.h.

Member Data Documentation

◆ FullyAllocated

bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::FullyAllocated = false

Definition at line 492 of file SIMachineFunctionInfo.h.

◆ IsDead

bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::IsDead = false

Definition at line 493 of file SIMachineFunctionInfo.h.

◆ Lanes

SmallVector<MCPhysReg, 32> llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::Lanes

Definition at line 491 of file SIMachineFunctionInfo.h.


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