Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp10508 static void addAArch64VectorName(T VLEN, StringRef LMask, StringRef Prefix, in addAArch64VectorName() argument
10514 Out << Prefix << ISA << LMask << VLEN; in addAArch64VectorName()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp41877 SmallVector<int, 16> LMask; in isHorizontalBinOp() local
41878 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()