| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Multilib.cpp | 153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() argument 154 return Either({M1, M2}); in Either() 157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument 159 return Either({M1, M2, M3}); in Either() 162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument 164 return Either({M1, M2, M3, M4}); in Either() 167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument 170 return Either({M1, M2, M3, M4, M5}); in Either()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | Multilib.h | 119 MultilibSet &Either(const Multilib &M1, const Multilib &M2); 120 MultilibSet &Either(const Multilib &M1, const Multilib &M2, 122 MultilibSet &Either(const Multilib &M1, const Multilib &M2, 124 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
|
| /NextBSD/contrib/gcc/ |
| HD | lambda-mat.c | 600 lambda_matrix M1, M2, M3, I; in lambda_matrix_project_to_null() local 606 M1 = lambda_matrix_new (colsize, colsize); in lambda_matrix_project_to_null() 607 lambda_matrix_transpose (B, M1, rowsize, colsize); in lambda_matrix_project_to_null() 611 lambda_matrix_mult (B, M1, M2, rowsize, colsize, rowsize); in lambda_matrix_project_to_null() 618 lambda_matrix_mult (M1, M3, M2, colsize, rowsize, rowsize); in lambda_matrix_project_to_null() 621 lambda_matrix_mult (M2, B, M1, colsize, rowsize, colsize); in lambda_matrix_project_to_null() 622 lambda_matrix_negate (M1, M1, colsize, colsize); in lambda_matrix_project_to_null() 627 lambda_matrix_add_mc (I, determinant, M1, 1, M2, colsize, colsize); in lambda_matrix_project_to_null()
|
| /NextBSD/crypto/openssl/crypto/md5/asm/ |
| HD | md5-ia64.S | 126 #define M1 in9 macro 544 G(D, A, B, C, M1) \ 545 COMPUTE(D, A, 9, M1, RotateM1) \ 554 H(D, A, B, C, M1) \ 555 COMPUTE(D, A, 11, M1, RotateM1) \ 564 I(D, A, B, C, M1) \ 565 COMPUTE(D, A, 10, M1, RotateM1) \ 677 mov M0 = M1 688 mov M1 = M6 720 mov Y = M1 [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonRegisterInfo.td | 116 // C6 and C7 can also be M0 and M1, but register names must be unique, even 119 def M1 : Mx<1, "m1">, DwarfRegNum<[73]>; 135 def C7 : Rc<7, "c7", [], [M1]>, DwarfRegNum<[73]>; 185 def ModRegs : RegisterClass<"Hexagon", [i32], 32, (add M0, M1)>; 191 M0, M1, C6, C7, CS0, CS1, UPCL, UPCH, 202 M0, M1,
|
| HD | HexagonGenInsert.cpp | 1071 unsigned M0 = BaseOrd[MaxIF.SrcR], M1 = BaseOrd[MaxIF.InsR]; in pruneCoveredSets() local 1076 if (M1 > R1) in pruneCoveredSets() 1078 if (M1 == R1) { in pruneCoveredSets()
|
| /NextBSD/contrib/llvm/tools/bugpoint/ |
| HD | Miscompilation.cpp | 217 static Module *TestMergedProgram(const BugDriver &BD, Module *M1, Module *M2, in TestMergedProgram() argument 222 M1 = CloneModule(M1); in TestMergedProgram() 225 if (Linker::LinkModules(M1, M2)) in TestMergedProgram() 230 Broken = BD.diffProgram(M1, "", "", false, &Error); in TestMergedProgram() 233 delete M1; in TestMergedProgram() 236 return M1; in TestMergedProgram()
|
| HD | ExtractFunction.cpp | 217 static void SplitStaticCtorDtor(const char *GlobalName, Module *M1, Module *M2, in SplitStaticCtorDtor() argument 219 GlobalVariable *GV = M1->getNamedGlobal(GlobalName); in SplitStaticCtorDtor() 256 new GlobalVariable(*M1, M1Init->getType(), false, in SplitStaticCtorDtor()
|
| /NextBSD/share/examples/printing/ |
| HD | hpdf | 53 dvilj2p -M1 -q -e- dfhp$$.dvi
|
| /NextBSD/crypto/openssl/crypto/ec/asm/ |
| HD | ecp_nistz256-x86_64.pl | 1369 my ($M1,$T2a,$T2b,$TMP2,$M2,$T2a,$T2b,$TMP2)=map("%xmm$_",(8..15)); 1560 my ($M1,$T1a,$T1b,$T1c,$TMP1)=map("%ymm$_",(10..14)); 1594 vmovdqa .LTwo(%rip), $M1 1611 vpcmpeqd $INDEX, $M1, $TMP1 1614 vpaddd $TWO, $M1, $M1 1662 my ($M1,$T1a,$T1b,$TMP1)=map("%ymm$_",(8..11)); 1698 vmovdqa .LTwo(%rip), $M1 1718 vpcmpeqd $INDEX, $M1, $TMP1 1722 vpaddd $THREE, $M1, $M1
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | TypeBasedAliasAnalysis.cpp | 538 if (const MDNode *M1 = in getModRefInfo() local 542 if (!Aliases(M1, M2)) in getModRefInfo()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineMulDivRem.cpp | 589 Value *M1 = ConstantExpr::getFMul(C1, C); in visitFMul() local 590 Value *M0 = isNormalFp(cast<Constant>(M1)) ? in visitFMul() 593 if (M0 && M1) { in visitFMul() 595 std::swap(M0, M1); in visitFMul() 598 ? BinaryOperator::CreateFAdd(M0, M1) in visitFMul() 599 : BinaryOperator::CreateFSub(M0, M1); in visitFMul()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | ProgramState.cpp | 485 ProgramState::GenericDataMap M1 = St->getGDM(); in addGDM() local 486 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data); in addGDM() 488 if (M1 == M2) in addGDM()
|
| /NextBSD/share/syscons/fonts/ |
| HD | koi8-u-8x14.fnt | 48 M1!%$$415JE6J5:I5JE6J5:I5JMUWW7?==]UWW7?==]UW```.&QL8&!@8&!@8
|
| HD | koi8-r-8x14.fnt | 48 M1!%$$415JE6J5:I5JE6J5:I5JMUWW7?==]UWW7?==]UW```.&QL8&!@8&!@8
|
| HD | cp866u-8x14.fnt | 58 M1!%$5:I5JE6J5:I5JE6J5:K==]UWW7?==]UWW7?==Q@8&!@8&!@8&!@8&!@8
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | InlineFunction.cpp | 315 if (const MDNode *M1 = dyn_cast<MDNode>(M->getOperand(i))) in CloneAliasScopeMetadata() local 316 if (MD.insert(M1)) in CloneAliasScopeMetadata() 317 Queue.push_back(M1); in CloneAliasScopeMetadata()
|
| /NextBSD/contrib/groff/src/preproc/pic/ |
| HD | common.cpp | 111 position M1 = position(rho * cos(phi1), rho * sin(phi1)) + M; in ellipse_arc() local 113 double dist1 = hypot(z1 - M1) / sqrt(z1 * z1); in ellipse_arc()
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | mips-opc.c | 111 #define M1 INSN_10000 macro 800 {"mfpc", "t,P", 0x4000c801, 0xffe0ffc1, LCD|WR_t|RD_C0, 0, M1|N5 }, 801 {"mfps", "t,P", 0x4000c800, 0xffe0ffc1, LCD|WR_t|RD_C0, 0, M1|N5 }, 885 {"mtpc", "t,P", 0x4080c801, 0xffe0ffc1, COD|RD_t|WR_C0, 0, M1|N5 }, 886 {"mtps", "t,P", 0x4080c800, 0xffe0ffc1, COD|RD_t|WR_C0, 0, M1|N5 },
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | sysex | 199 >>3 byte 0x19 M1
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | cirrus.md | 441 case 1: return \"stm%?ia\\t%m0, %M1\\t%@ double\";
|
| HD | fpa.md | 565 case 1: return \"stm%?ia\\t%m0, %M1\\t%@ double\";
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | sync.md | 558 lwarx %3,%y0\n\trlwinm %2,%3,0,%m1,%M1\n\tstwcx. %2,%y0\n\tbne- $-12
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMLoadStoreOptimizer.cpp | 1715 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti() argument 1716 return M0->InsertPos < M1->InsertPos; in LoadStoreMultipleOpti()
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/Disassembler/ |
| HD | HexagonDisassembler.cpp | 182 Register = Hexagon::M1; in DecodeModRegsRegisterClass()
|