Lines Matching refs:VectorBytes
3342 unsigned char Bytes[SystemZ::VectorBytes];
3421 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()
3427 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()
3429 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()
3430 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()
3459 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()
3467 if (To == SystemZ::VectorBytes) in matchDoublePermute()
3536 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()
3537 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()
3538 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes; in isShlDoublePermute()
3565 SystemZ::VectorBytes / InBytes); in getPermuteNode()
3574 SystemZ::VectorBytes / P.Operand); in getPermuteNode()
3597 SDValue IndexNodes[SystemZ::VectorBytes]; in getGeneralPermuteNode()
3598 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) in getGeneralPermuteNode()
3616 SmallVector<SDValue, SystemZ::VectorBytes> Ops;
3621 SmallVector<int, SystemZ::VectorBytes> Bytes;
3649 unsigned Byte = ((Elem * FromBytesPerElement) % SystemZ::VectorBytes + in add()
3659 SmallVector<int, SystemZ::VectorBytes> OpBytes; in add()
3668 Op = Op.getOperand(unsigned(NewByte) / SystemZ::VectorBytes); in add()
3669 Byte = unsigned(NewByte) % SystemZ::VectorBytes; in add()
3686 unsigned Base = OpNo * SystemZ::VectorBytes + Byte; in add()
3693 assert(Bytes.size() == SystemZ::VectorBytes && "Incomplete vector"); in getNode()
3717 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode()
3718 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) { in getNode()
3719 unsigned OpNo = unsigned(Bytes[J]) / SystemZ::VectorBytes; in getNode()
3720 unsigned Byte = unsigned(Bytes[J]) % SystemZ::VectorBytes; in getNode()
3724 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
3729 SmallVector<int, SystemZ::VectorBytes> NewBytesMap(SystemZ::VectorBytes); in getNode()
3733 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) { in getNode()
3735 assert(unsigned(NewBytesMap[J]) < SystemZ::VectorBytes && in getNode()
3737 Bytes[J] = I * SystemZ::VectorBytes + NewBytesMap[J]; in getNode()
3744 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) in getNode()
3746 Bytes[J] = I * SystemZ::VectorBytes + J; in getNode()
3754 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) in getNode()
3755 if (Bytes[I] >= int(SystemZ::VectorBytes)) in getNode()
3756 Bytes[I] -= (Stride - 1) * SystemZ::VectorBytes; in getNode()
3911 SmallVector<SDValue, SystemZ::VectorBytes> ResidueOps; in tryBuildVectorShuffle()
4016 SmallVector<SDValue, SystemZ::VectorBytes> Constants(NumElements, SDValue()); in buildVector()
4017 SmallVector<bool, SystemZ::VectorBytes> Done(NumElements, false); in buildVector()
4133 SmallVector<SDValue, SystemZ::VectorBytes> Ops(NumElements); in lowerBUILD_VECTOR()
4557 SmallVector<int, SystemZ::VectorBytes> Bytes; in combineExtract()
4729 SystemZ::VectorBytes / ElemBytes / 2); in PerformDAGCombine()