LLVM 17.0.0git
|
#include "Target/AMDGPU/SIMachineFunctionInfo.h"
Public Attributes | |
SmallVector< MCPhysReg, 32 > | Lanes |
bool | FullyAllocated = false |
bool | IsDead = false |
Definition at line 467 of file SIMachineFunctionInfo.h.
bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::FullyAllocated = false |
Definition at line 469 of file SIMachineFunctionInfo.h.
bool llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::IsDead = false |
Definition at line 470 of file SIMachineFunctionInfo.h.
SmallVector<MCPhysReg, 32> llvm::SIMachineFunctionInfo::VGPRSpillToAGPR::Lanes |
Definition at line 468 of file SIMachineFunctionInfo.h.