LLVM 17.0.0git
|
Pair of physical register and lane mask. More...
#include "llvm/CodeGen/MachineBasicBlock.h"
Public Member Functions | |
RegisterMaskPair (MCPhysReg PhysReg, LaneBitmask LaneMask) | |
Public Attributes | |
MCPhysReg | PhysReg |
LaneBitmask | LaneMask |
Pair of physical register and lane mask.
This is not simply a std::pair typedef because the members should be named clearly as they both have an integer type.
Definition at line 100 of file MachineBasicBlock.h.
|
inline |
Definition at line 105 of file MachineBasicBlock.h.
LaneBitmask llvm::MachineBasicBlock::RegisterMaskPair::LaneMask |
Definition at line 103 of file MachineBasicBlock.h.
MCPhysReg llvm::MachineBasicBlock::RegisterMaskPair::PhysReg |
Definition at line 102 of file MachineBasicBlock.h.
Referenced by llvm::MachineBasicBlock::isLiveIn(), llvm::MachineBasicBlock::removeLiveIn(), and llvm::MachineBasicBlock::sortUniqueLiveIns().