Searched defs:GeneralShuffle (Results 1 – 1 of 1) sorted by relevance
5281 struct GeneralShuffle { struct5282 GeneralShuffle(EVT vt) : VT(vt), UnpackFromEltSize(UINT_MAX) {} in GeneralShuffle() argument5287 bool unpackWasPrepared() { return UnpackFromEltSize <= 4; } in unpackWasPrepared()5291 SmallVector<SDValue, SystemZ::VectorBytes> Ops;5296 SmallVector<int, SystemZ::VectorBytes> Bytes;5299 EVT VT;5302 unsigned UnpackFromEltSize;