Home
last modified time | relevance | path

Searched defs:GeneralShuffle (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5281 struct GeneralShuffle { struct
5282 GeneralShuffle(EVT vt) : VT(vt), UnpackFromEltSize(UINT_MAX) {} in GeneralShuffle() argument
5287 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;