LLVM 20.0.0git
|
#include "Target/AMDGPU/SIMachineFunctionInfo.h"
Public Attributes | |
SmallVector< MCPhysReg, 32 > | Lanes |
bool | FullyAllocated = false |
bool | IsDead = false |
Definition at line 490 of file SIMachineFunctionInfo.h.
bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::FullyAllocated = false |
Definition at line 492 of file SIMachineFunctionInfo.h.
bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::IsDead = false |
Definition at line 493 of file SIMachineFunctionInfo.h.
SmallVector<MCPhysReg, 32> llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::Lanes |
Definition at line 491 of file SIMachineFunctionInfo.h.