LLVM
8.0.1
|
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 72 of file MachineBasicBlock.h.
|
inline |
Definition at line 77 of file MachineBasicBlock.h.
References llvm::Number.
LaneBitmask llvm::MachineBasicBlock::RegisterMaskPair::LaneMask |
Definition at line 75 of file MachineBasicBlock.h.
MCPhysReg llvm::MachineBasicBlock::RegisterMaskPair::PhysReg |
Definition at line 74 of file MachineBasicBlock.h.
Referenced by llvm::MachineBasicBlock::isLiveIn(), llvm::MachineBasicBlock::removeLiveIn(), and llvm::MachineBasicBlock::sortUniqueLiveIns().