struct MachineBasicBlock::RegisterMaskPair

Declaration

struct MachineBasicBlock::RegisterMaskPair { /* full declaration omitted */ };

Description

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.

Declared at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:71

Member Variables

public llvm::MCPhysReg PhysReg
public llvm::LaneBitmask LaneMask

Method Overview

Methods

ΒΆRegisterMaskPair(llvm::MCPhysReg PhysReg,
                 llvm::LaneBitmask LaneMask)

Declared at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:76

Parameters

llvm::MCPhysReg PhysReg
llvm::LaneBitmask LaneMask