LLVM 22.0.0git
|
#include "Target/AMDGPU/SIMachineFunctionInfo.h"
Public Attributes | |
SmallVector< MCPhysReg, 32 > | Lanes |
bool | FullyAllocated = false |
bool | IsDead = false |
Definition at line 537 of file SIMachineFunctionInfo.h.
bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::FullyAllocated = false |
Definition at line 539 of file SIMachineFunctionInfo.h.
bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::IsDead = false |
Definition at line 540 of file SIMachineFunctionInfo.h.
SmallVector<MCPhysReg, 32> llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::Lanes |
Definition at line 538 of file SIMachineFunctionInfo.h.