Home
last modified time | relevance | path

Searched refs:MaskRolPair (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h52 struct MaskRolPair { struct
56 bool operator==(const MaskRolPair Other) const { argument
59 bool operator!=(const MaskRolPair Other) const {
74 mutable SmallVector<MaskRolPair, 1> CompositionLaneMaskTransform;
H A DCodeGenRegisters.cpp1602 MaskRolPair MaskRol = {LaneBitmask::getLane(0), (uint8_t)DstBit}; in computeSubRegLaneMasks()
1641 MaskRolPair MaskRol = {SrcMask, RotateLeft}; in computeSubRegLaneMasks()
1657 MaskRolPair P = {LaneBitmask::getAll(), 0}; in computeSubRegLaneMasks()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp762 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask()
764 const SmallVector<MaskRolPair, 1> &IdxSequence = in emitComposeSubRegIndexLaneMask()
771 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
793 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
795 const MaskRolPair &P = Sequence[p]; in emitComposeSubRegIndexLaneMask()