Searched refs:LMask (Results 1 – 2 of 2) sorted by relevance
10508 static void addAArch64VectorName(T VLEN, StringRef LMask, StringRef Prefix, in addAArch64VectorName() argument10514 Out << Prefix << ISA << LMask << VLEN; in addAArch64VectorName()
41877 SmallVector<int, 16> LMask; in isHorizontalBinOp() local41878 GetShuffle(LHS, A, B, LMask); in isHorizontalBinOp()41887 unsigned NumShuffles = (LMask.empty() ? 0 : 1) + (RMask.empty() ? 0 : 1); in isHorizontalBinOp()41891 if (LMask.empty()) { in isHorizontalBinOp()41894 LMask.push_back(i); in isHorizontalBinOp()41926 int LIdx = LMask[i + j], RIdx = RMask[i + j]; in isHorizontalBinOp()