Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenRegisters.h41 struct MaskRolPair { struct
44 bool operator==(const MaskRolPair Other) const { argument
47 bool operator!=(const MaskRolPair Other) const {
63 mutable SmallVector<MaskRolPair,1> CompositionLaneMaskTransform;
DRegisterInfoEmitter.cpp725 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask()
727 const SmallVector<MaskRolPair, 1> &IdxSequence in emitComposeSubRegIndexLaneMask()
734 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
756 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
758 const MaskRolPair &P = Sequence[p]; in emitComposeSubRegIndexLaneMask()
DCodeGenRegisters.cpp1202 MaskRolPair MaskRol = { 1, (uint8_t)DstBit }; in computeSubRegLaneMasks()
1240 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
1256 MaskRolPair P = { ~0u, 0 }; in computeSubRegLaneMasks()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.h51 struct MaskRolPair { struct
55 bool operator==(const MaskRolPair Other) const { argument
58 bool operator!=(const MaskRolPair Other) const {
74 mutable SmallVector<MaskRolPair,1> CompositionLaneMaskTransform;
DRegisterInfoEmitter.cpp731 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask()
733 const SmallVector<MaskRolPair, 1> &IdxSequence in emitComposeSubRegIndexLaneMask()
740 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
762 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask()
764 const MaskRolPair &P = Sequence[p]; in emitComposeSubRegIndexLaneMask()
DCodeGenRegisters.cpp1398 MaskRolPair MaskRol = { LaneBitmask::getLane(0), (uint8_t)DstBit }; in computeSubRegLaneMasks()
1437 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks()
1453 MaskRolPair P = { LaneBitmask::getAll(), 0 }; in computeSubRegLaneMasks()