Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3780 struct GeneralShuffle { struct
3781 GeneralShuffle(EVT vt) : VT(vt) {} in GeneralShuffle() function
3787 SmallVector<SDValue, SystemZ::VectorBytes> Ops;
3792 SmallVector<int, SystemZ::VectorBytes> Bytes;
3795 EVT VT;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4879 struct GeneralShuffle { struct
4880 GeneralShuffle(EVT vt) : VT(vt), UnpackFromEltSize(UINT_MAX) {} in GeneralShuffle() argument
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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4452 struct GeneralShuffle { struct
4453 GeneralShuffle(EVT vt) : VT(vt) {} in GeneralShuffle() function
4459 SmallVector<SDValue, SystemZ::VectorBytes> Ops;
4464 SmallVector<int, SystemZ::VectorBytes> Bytes;
4467 EVT VT;