Lines Matching refs:VectorBytes
3752 unsigned char Bytes[SystemZ::VectorBytes];
3831 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()
3837 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()
3839 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()
3840 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()
3869 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()
3877 if (To == SystemZ::VectorBytes) in matchDoublePermute()
3960 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()
3961 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()
3962 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes; in isShlDoublePermute()
3989 SystemZ::VectorBytes / InBytes); in getPermuteNode()
3998 SystemZ::VectorBytes / P.Operand); in getPermuteNode()
4022 SDValue IndexNodes[SystemZ::VectorBytes]; in getGeneralPermuteNode()
4023 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) in getGeneralPermuteNode()
4041 SmallVector<SDValue, SystemZ::VectorBytes> Ops;
4046 SmallVector<int, SystemZ::VectorBytes> Bytes;
4080 unsigned Byte = ((Elem * FromBytesPerElement) % SystemZ::VectorBytes + in add()
4090 SmallVector<int, SystemZ::VectorBytes> OpBytes; in add()
4100 Op = Op.getOperand(unsigned(NewByte) / SystemZ::VectorBytes); in add()
4101 Byte = unsigned(NewByte) % SystemZ::VectorBytes; in add()
4118 unsigned Base = OpNo * SystemZ::VectorBytes + Byte; in add()
4127 assert(Bytes.size() == SystemZ::VectorBytes && "Incomplete vector"); in getNode()
4151 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode()
4152 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) { in getNode()
4153 unsigned OpNo = unsigned(Bytes[J]) / SystemZ::VectorBytes; in getNode()
4154 unsigned Byte = unsigned(Bytes[J]) % SystemZ::VectorBytes; in getNode()
4158 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
4163 SmallVector<int, SystemZ::VectorBytes> NewBytesMap(SystemZ::VectorBytes); in getNode()
4167 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) { in getNode()
4169 assert(unsigned(NewBytesMap[J]) < SystemZ::VectorBytes && in getNode()
4171 Bytes[J] = I * SystemZ::VectorBytes + NewBytesMap[J]; in getNode()
4178 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) in getNode()
4180 Bytes[J] = I * SystemZ::VectorBytes + J; in getNode()
4188 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) in getNode()
4189 if (Bytes[I] >= int(SystemZ::VectorBytes)) in getNode()
4190 Bytes[I] -= (Stride - 1) * SystemZ::VectorBytes; in getNode()
4349 SmallVector<SDValue, SystemZ::VectorBytes> ResidueOps; in tryBuildVectorShuffle()
4464 SmallVector<SDValue, SystemZ::VectorBytes> Constants(NumElements, SDValue()); in buildVector()
4465 SmallVector<bool, SystemZ::VectorBytes> Done(NumElements, false); in buildVector()
4600 SmallVector<SDValue, SystemZ::VectorBytes> Ops(NumElements); in lowerBUILD_VECTOR()
5136 SmallVector<int, SystemZ::VectorBytes> Bytes; in combineExtract()
5357 SystemZ::VectorBytes / ElemBytes / 2); in combineMERGE()