Searched refs:M1 (Results 1 - 25 of 36) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1927 unsigned M1 = N->getMaskElt(4) / 4; local
1936 if ((M0 > 3 && M1 == 1 && M2 == 2 && M3 == 3) ||
1937 (M0 < 4 && M1 == 5 && M2 == 6 && M3 == 7)) {
1944 if ((M1 > 3 && M0 == 0 && M2 == 2 && M3 == 3) ||
1945 (M1 < 4 && M0 == 4 && M2 == 6 && M3 == 7)) {
1946 ShiftElts = IsLE ? LittleEndianShifts[M1 & 0x3] : BigEndianShifts[M1 & 0x3];
1948 Swap = M1 < 4;
1952 if ((M2 > 3 && M0 == 0 && M1 == 1 && M3 == 3) ||
1953 (M2 < 4 && M0 == 4 && M1
2004 unsigned M1 = N->getMaskElt(4) / 4; local
2103 unsigned M1 = N->getMaskElt(8) / 8; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5448 int M1 = Mask[i + 1];
5451 if (M0 == SM_SentinelUndef && M1 == SM_SentinelUndef) {
5458 if (M0 == SM_SentinelUndef && M1 >= 0 && (M1 % 2) == 1) {
5459 WidenedMask[i / 2] = M1 / 2;
5462 if (M1 == SM_SentinelUndef && M0 >= 0 && (M0 % 2) == 0) {
5468 if (M0 == SM_SentinelZero || M1 == SM_SentinelZero) {
5470 (M1 == SM_SentinelZero || M1 == SM_SentinelUndef)) {
5479 if (M0 != SM_SentinelUndef && (M0 % 2) == 0 && (M0 + 1) == M1) {
[all...]
H A DX86ISelDAGToDAG.cpp3366 SDValue M1 = Mask.getOperand(1);
3368 if (!checkOneUse(M1))
3370 return matchShiftAmt(M1, Bitwidth);
/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/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
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 DSemaCUDA.cpp229 [&](const Pair &M1, const Pair &M2) { return GetCFP(M1) < GetCFP(M2); }));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp243 /// SplitStaticCtorDtor - A module was recently split into two parts, M1/M2, and
244 /// M1 has all of the global variables. If M2 contains any functions that are
247 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, argument
249 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
289 new GlobalVariable(*M1, M1Init->getType(), false,
294 assert(GV && "Not a clone of M1?");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp839 if (const MDNode *M1 = dyn_cast<MDNode>(M->getOperand(i)))
840 if (MD.insert(M1))
841 Queue.push_back(M1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2117 llvm::sort(TypeIds, [&](Metadata *M1, Metadata *M2) {
2118 return TypeIdInfo[M1].UniqueId < TypeIdInfo[M2].UniqueId;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp303 .Case("m1", Hexagon::M1)
3074 case 'a': // M0-M1
H A DHexagonISelDAGToDAG.cpp791 SDValue M1 = CurDAG->getTargetConstant(0x03, dl, MVT::i32); local
793 M0, N->getOperand(2), M1);
1127 uint32_t M1 = countTrailingOnes(Mask >> TZ); local
1130 if (TZ + M1 + LZ != 32)
H A DHexagonGenInsert.cpp1105 unsigned M0 = BaseOrd[MaxIF.SrcR], M1 = BaseOrd[MaxIF.InsR];
1110 if (M1 > R1)
1112 if (M1 == R1) {
H A DHexagonConstPropagation.cpp3042 APInt M1; local
3043 if (constToInt(LS1.Value, M1) && !~M1)
3047 APInt M1; local
3048 if (constToInt(LS2.Value, M1) && !~M1)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp651 /* 4 */ P3_0, C5, M0, M1,
709 Register = Hexagon::M1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1068 const MCOperand &M1 = MI.getOperand(OpIdx + 1); local
1071 unsigned Qm = CTX.getRegisterInfo()->getEncodingValue(M1.getReg());
1088 const MCOperand &M1 = MI.getOperand(OpIdx + 1);
1091 int32_t Imm = M1.getImm();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1882 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) {
1883 return M0->InsertPos < M1->InsertPos;
/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/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp445 if (const MDNode *M1 = Call1->getMetadata(LLVMContext::MD_tbaa))
447 if (!Aliases(M1, M2))
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/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp505 ProgramState::GenericDataMap M1 = St->getGDM(); local
506 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data);
508 if (M1 == M2)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2486 OpenMPScheduleClauseModifier M1; member in struct:__anon427::ScheduleKindModifiersTy
2489 OpenMPScheduleClauseModifier M1,
2491 : Kind(Kind), M1(M1), M2(M2) {}
2585 ScheduleKind.M1 = C->getFirstScheduleModifier();
2684 ScheduleKind.M1 == OMPC_SCHEDULE_MODIFIER_monotonic ||
2488 ScheduleKindModifiersTy(OpenMPScheduleClauseKind Kind, OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2) argument
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/clang/include/clang/Sema/
H A DSema.h10278 OpenMPScheduleClauseModifier M1, OpenMPScheduleClauseModifier M2,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h200 OpenMPScheduleClauseModifier M1 = OMPC_SCHEDULE_MODIFIER_unknown; member in struct:clang::final

Completed in 871 milliseconds

12