Searched refs:isUZPMask (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp158 static bool isUZPMask(ArrayRef<int> M, unsigned NumElts, function
249 if (!isUZPMask(ShuffleMask, NumElts, WhichResult))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7298 static bool isUZPMask(ArrayRef<int> M, EVT VT, unsigned &WhichResult) { function
7343 /// isUZP_v_undef_Mask - Special case of isUZPMask for canonical form of
7757 if (isUZPMask(ShuffleMask, VT, WhichResult)) {
8819 isTRNMask(M, VT, DummyUnsigned) || isUZPMask(M, VT, DummyUnsigned) ||

Completed in 157 milliseconds