MCRegUnitMaskIterator enumerates a list of register units and their associated lane masks for Reg. The register units are in ascending numerical order.
Synopsis
Declared in <llvm/MC/MCRegisterInfo.h>
class MCRegUnitMaskIterator;
Member Functions
Name |
Description |
|
Constructs an iterator that traverses the register units and their associated LaneMasks in Reg. |
Returns true if this iterator is not yet at the end. |
|
Returns a (RegUnit, LaneMask) pair. |
|
Moves to the next position. |
Created with MrDocs