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

#include "Target/AMDGPU/SIMachineFunctionInfo.h"

Collaboration diagram for llvm::SIMachineFunctionInfo::VGPRSpillToAGPR:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 467 of file SIMachineFunctionInfo.h.

Member Data Documentation

◆ FullyAllocated

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

Definition at line 469 of file SIMachineFunctionInfo.h.

◆ IsDead

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

Definition at line 470 of file SIMachineFunctionInfo.h.

◆ Lanes

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

Definition at line 468 of file SIMachineFunctionInfo.h.


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