Searched refs:MaskRolPair (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 50 struct MaskRolPair { struct 54 bool operator==(const MaskRolPair Other) const { argument 57 bool operator!=(const MaskRolPair Other) const { 73 mutable SmallVector<MaskRolPair,1> CompositionLaneMaskTransform;
|
D | RegisterInfoEmitter.cpp | 784 SmallVector<SmallVector<MaskRolPair, 1>, 4> Sequences; in emitComposeSubRegIndexLaneMask() 786 const SmallVector<MaskRolPair, 1> &IdxSequence in emitComposeSubRegIndexLaneMask() 793 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask() 815 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask() 817 const MaskRolPair &P = Sequence[p]; in emitComposeSubRegIndexLaneMask()
|
D | CodeGenRegisters.cpp | 1480 MaskRolPair MaskRol = { LaneBitmask::getLane(0), (uint8_t)DstBit }; in computeSubRegLaneMasks() 1519 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks() 1535 MaskRolPair P = { LaneBitmask::getAll(), 0 }; in computeSubRegLaneMasks()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 41 struct MaskRolPair { struct 44 bool operator==(const MaskRolPair Other) const { argument 47 bool operator!=(const MaskRolPair Other) const { 63 mutable SmallVector<MaskRolPair,1> CompositionLaneMaskTransform;
|
D | RegisterInfoEmitter.cpp | 725 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()
|
D | CodeGenRegisters.cpp | 1202 MaskRolPair MaskRol = { 1, (uint8_t)DstBit }; in computeSubRegLaneMasks() 1240 MaskRolPair MaskRol = { SrcMask, RotateLeft }; in computeSubRegLaneMasks() 1256 MaskRolPair P = { ~0u, 0 }; in computeSubRegLaneMasks()
|