Home
last modified time | relevance | path

Searched refs:UnpackLow (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5867 : VT(vt), UnpackFromEltSize(UINT_MAX), UnpackLow(false) {} in GeneralShuffle()
5889 bool UnpackLow; member
6110 UnpackLow = true; in tryPrepareForUnpack()
6125 if (UnpackLow) { in tryPrepareForUnpack()
6134 if (!UnpackLow) { in tryPrepareForUnpack()
6164 return DAG.getNode(UnpackLow ? SystemZISD::UNPACKL_LOW in insertUnpackIfPrepared()