Searched defs:GeneralShuffle (Results 1 – 1 of 1) sorted by relevance
4590 struct GeneralShuffle { struct4591 GeneralShuffle(EVT vt) : VT(vt), UnpackFromEltSize(UINT_MAX) {} in GeneralShuffle() argument4596 bool unpackWasPrepared() { return UnpackFromEltSize <= 4; } in unpackWasPrepared()4600 SmallVector<SDValue, SystemZ::VectorBytes> Ops;4605 SmallVector<int, SystemZ::VectorBytes> Bytes;4608 EVT VT;4611 unsigned UnpackFromEltSize;