Searched refs:VectorBytes (Results 1 – 2 of 2) sorted by relevance
3752 unsigned char Bytes[SystemZ::VectorBytes];3877 if (To == SystemZ::VectorBytes) in matchDoublePermute()4022 SDValue IndexNodes[SystemZ::VectorBytes]; in getGeneralPermuteNode()4041 SmallVector<SDValue, SystemZ::VectorBytes> Ops;4046 SmallVector<int, SystemZ::VectorBytes> Bytes;4151 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode()4158 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()4163 SmallVector<int, SystemZ::VectorBytes> NewBytesMap(SystemZ::VectorBytes); in getNode()4180 Bytes[J] = I * SystemZ::VectorBytes + J; in getNode()4189 if (Bytes[I] >= int(SystemZ::VectorBytes)) in getNode()[all …]
158 const unsigned VectorBytes = VectorBits / 8; variable