Searched refs:M1 (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12112 static bool checkScheduleModifiers(Sema &S, OpenMPScheduleClauseModifier M1,
12115 if (M1 == OMPC_SCHEDULE_MODIFIER_unknown && M1Loc.isValid()) {
12135 OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2,
12139 if (checkScheduleModifiers(*this, M1, M2, M1Loc, M2Loc) ||
12140 checkScheduleModifiers(*this, M2, M1, M2Loc, M1Loc))
12145 if ((M1 == M2 && M1 != OMPC_SCHEDULE_MODIFIER_unknown) ||
12146 (M1 == OMPC_SCHEDULE_MODIFIER_monotonic &&
12148 (M1 == OMPC_SCHEDULE_MODIFIER_nonmonotonic &&
12152 << getOpenMPSimpleClauseTypeName(OMPC_schedule, M1);
[all...]
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/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5199 if (auto *M1 = dyn_cast<IntrinsicInst>(Op1))
5200 if (M1->getIntrinsicID() == IID &&
5201 (M1->getOperand(0) == Op0 || M1->getOperand(1) == Op0))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3366 SDValue M1 = Mask.getOperand(1);
3368 if (!checkOneUse(M1))
3370 return matchShiftAmt(M1, Bitwidth);
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c6272 #define catenate_messages(M1, M2) catenate_strings ((M1), (M2), sizeof (M2))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1379 /// \param M1 The first modifier applied to 'schedule' clause.
1387 OpenMPScheduleClauseModifier M1, SourceLocation M1Loc,
1393 Modifiers[FIRST] = M1;
1383 OMPScheduleClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation KLoc, SourceLocation CommaLoc, SourceLocation EndLoc, OpenMPScheduleClauseKind Kind, Expr *ChunkSize, Stmt *HelperChunkSize, OpenMPScheduleClauseModifier M1, SourceLocation M1Loc, OpenMPScheduleClauseModifier M2, SourceLocation M2Loc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3626 OpenMPScheduleClauseModifier M1,
3629 switch (M1) {
3700 CGM, Schedule, ScheduleKind.M1, ScheduleKind.M2)), // Schedule type
3712 OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2,
3746 CGF.Builder.getInt32(addMonoNonMonoModifier(CGF.CGM, Schedule, M1,
3775 ScheduleNum, ScheduleKind.M1, ScheduleKind.M2, Values);
3625 addMonoNonMonoModifier(CodeGenModule &CGM, OpenMPSchedType Schedule, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2) argument
3709 emitForStaticInitCall( CodeGenFunction &CGF, llvm::Value *UpdateLocation, llvm::Value *ThreadId, llvm::FunctionCallee ForStaticInitFunction, OpenMPSchedType Schedule, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2, const CGOpenMPRuntime::StaticRTInput &Values) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5842 int M1 = SV1->getMaskElt(i); local
5846 bool M1Zero = M1 < 0 || (ZeroN10 == (M1 < NumElts));
5850 if ((M0Zero && M1 < 0) || (M1Zero && M0 < 0)) {
5861 assert((M0 >= 0 || M1 >= 0) && "Undef index!");
5867 Mask[i] = M1Zero ? M0 % NumElts : (M1 % NumElts) + NumElts;
19417 // shuffle(shuffle(A, B, M0), C, M1) -> shuffle(A, B, M2)
19418 // shuffle(shuffle(A, B, M0), C, M1) -> shuffle(A, C, M2)
19419 // shuffle(shuffle(A, B, M0), C, M1) -> shuffle(B, C, M2)
19507 // shuffle(shuffle(A, B, M0), C, M1)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp303 .Case("m1", Hexagon::M1)
3074 case 'a': // M0-M1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8984 Constant *M1, *M2; local
8986 if (!match(Op1, m_ShuffleVector(m_Value(S1Op1), m_Undef(), m_Constant(M1))) ||
9001 if (!ShuffleVectorInst::isExtractSubvectorMask(M1, NumElements, M1Start) ||
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10278 OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2,

Completed in 667 milliseconds

12