Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4879 struct GeneralShuffle { struct
4880 GeneralShuffle(EVT vt) : VT(vt), UnpackFromEltSize(UINT_MAX) {} in GeneralShuffle() function
4885 bool unpackWasPrepared() { return UnpackFromEltSize <= 4; } in unpackWasPrepared()
4889 SmallVector<SDValue, SystemZ::VectorBytes> Ops;
4894 SmallVector<int, SystemZ::VectorBytes> Bytes;
4897 EVT VT;
4900 unsigned UnpackFromEltSize;