struct LiveRegSet::IndexMaskPair

Declaration

struct LiveRegSet::IndexMaskPair { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/RegisterPressure.h:262

Member Variables

public unsigned int Index
public llvm::LaneBitmask LaneMask

Method Overview

Methods

IndexMaskPair(unsigned int Index,
              llvm::LaneBitmask LaneMask)

Declared at: llvm/include/llvm/CodeGen/RegisterPressure.h:266

Parameters

unsigned int Index
llvm::LaneBitmask LaneMask

unsigned int getSparseSetIndex() const

Declared at: llvm/include/llvm/CodeGen/RegisterPressure.h:269