Lines Matching refs:VectorBytes

3309   unsigned char Bytes[SystemZ::VectorBytes];
3388 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()
3394 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()
3396 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()
3397 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()
3426 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()
3434 if (To == SystemZ::VectorBytes) in matchDoublePermute()
3503 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()
3504 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()
3505 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes; in isShlDoublePermute()
3532 SystemZ::VectorBytes / InBytes); in getPermuteNode()
3541 SystemZ::VectorBytes / P.Operand); in getPermuteNode()
3564 SDValue IndexNodes[SystemZ::VectorBytes]; in getGeneralPermuteNode()
3565 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) in getGeneralPermuteNode()
3583 SmallVector<SDValue, SystemZ::VectorBytes> Ops;
3588 SmallVector<int, SystemZ::VectorBytes> Bytes;
3616 unsigned Byte = ((Elem * FromBytesPerElement) % SystemZ::VectorBytes + in add()
3626 SmallVector<int, SystemZ::VectorBytes> OpBytes; in add()
3635 Op = Op.getOperand(unsigned(NewByte) / SystemZ::VectorBytes); in add()
3636 Byte = unsigned(NewByte) % SystemZ::VectorBytes; in add()
3653 unsigned Base = OpNo * SystemZ::VectorBytes + Byte; in add()
3660 assert(Bytes.size() == SystemZ::VectorBytes && "Incomplete vector"); in getNode()
3684 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode()
3685 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) { in getNode()
3686 unsigned OpNo = unsigned(Bytes[J]) / SystemZ::VectorBytes; in getNode()
3687 unsigned Byte = unsigned(Bytes[J]) % SystemZ::VectorBytes; in getNode()
3691 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
3696 SmallVector<int, SystemZ::VectorBytes> NewBytesMap(SystemZ::VectorBytes); in getNode()
3700 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) { in getNode()
3702 assert(unsigned(NewBytesMap[J]) < SystemZ::VectorBytes && in getNode()
3704 Bytes[J] = I * SystemZ::VectorBytes + NewBytesMap[J]; in getNode()
3711 for (unsigned J = 0; J < SystemZ::VectorBytes; ++J) in getNode()
3713 Bytes[J] = I * SystemZ::VectorBytes + J; in getNode()
3721 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) in getNode()
3722 if (Bytes[I] >= int(SystemZ::VectorBytes)) in getNode()
3723 Bytes[I] -= (Stride - 1) * SystemZ::VectorBytes; in getNode()
3878 SmallVector<SDValue, SystemZ::VectorBytes> ResidueOps; in tryBuildVectorShuffle()
3983 SmallVector<SDValue, SystemZ::VectorBytes> Constants(NumElements, SDValue()); in buildVector()
3984 SmallVector<bool, SystemZ::VectorBytes> Done(NumElements, false); in buildVector()
4100 SmallVector<SDValue, SystemZ::VectorBytes> Ops(NumElements); in lowerBUILD_VECTOR()
4524 SmallVector<int, SystemZ::VectorBytes> Bytes; in combineExtract()
4696 SystemZ::VectorBytes / ElemBytes / 2); in PerformDAGCombine()