|
LLVM 22.0.0git
|
#include "llvm/CodeGen/RegisterPressure.h"
Public Member Functions | |
| VRegMaskOrUnit (VirtRegOrUnit VRegOrUnit, LaneBitmask LaneMask) | |
Public Attributes | |
| VirtRegOrUnit | VRegOrUnit |
| LaneBitmask | LaneMask |
Definition at line 39 of file RegisterPressure.h.
|
inline |
Definition at line 43 of file RegisterPressure.h.
References LaneMask, and VRegOrUnit.
| LaneBitmask llvm::VRegMaskOrUnit::LaneMask |
Definition at line 41 of file RegisterPressure.h.
Referenced by addRegLanes(), llvm::RegPressureTracker::discoverLiveInOrOut(), llvm::RegPressureTracker::initLiveThru(), llvm::LiveRegSet::insert(), removeRegLanes(), and VRegMaskOrUnit().
| VirtRegOrUnit llvm::VRegMaskOrUnit::VRegOrUnit |
Definition at line 40 of file RegisterPressure.h.
Referenced by addRegLanes(), llvm::RegPressureTracker::discoverLiveInOrOut(), llvm::LiveRegSet::erase(), llvm::RegPressureTracker::initLiveThru(), llvm::LiveRegSet::insert(), removeRegLanes(), and VRegMaskOrUnit().