Searched refs:M2 (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8984 Constant *M1, *M2; local
8987 !match(Op2, m_ShuffleVector(m_Value(S2Op1), m_Undef(), m_Constant(M2))))
9002 !ShuffleVectorInst::isExtractSubvectorMask(M2, NumElements, M2Start) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10830 int M2 = TargetMask[i + 1];
10832 Undef2 &= (SM_SentinelUndef == M2);
10834 Zero2 &= isUndefOrZero(M2);
15204 auto MatchMasks = [](ArrayRef<int> M1, ArrayRef<int> M2) {
15205 assert(M1.size() == M2.size() && "Unexpected mask size");
15207 if (M1[i] >= 0 && M2[i] >= 0 && M1[i] != M2[i])
15641 auto MatchMasks = [NumSubLaneElts](ArrayRef<int> M1, ArrayRef<int> M2) {
15643 if (M1[i] < 0 || M2[i] < 0)
15645 if (M1[i] != M2[
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1640 OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2,
1645 M1, M2, Kind, ChunkSize, StartLoc, LParenLoc, M1Loc, M2Loc, KindLoc,
1639 RebuildOMPScheduleClause( OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2, OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation M1Loc, SourceLocation M2Loc, SourceLocation KindLoc, SourceLocation CommaLoc, SourceLocation EndLoc) argument
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure12952 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10278 OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2,

Completed in 434 milliseconds

12