HomeSort by: relevance | last modified time | path
    Searched defs:MM (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 140 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) {
142 return MM;
145 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides);
146 ModuleMacros.InsertNode(MM, InsertPos);
159 [](ModuleMacro *MM) {
160 return MM->NumOverriddenBy != 0;
166 LeafMacros.push_back(MM);
171 return MM;
212 auto *MM = Worklist.pop_back_val();
213 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule()))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendAction.cpp 601 auto &MM = ASTReader->getModuleManager();
602 auto &PrimaryModule = MM.getPrimaryModule();
604 for (serialization::ModuleFile &MF : MM)
CompilerInstance.cpp 1556 ModuleMap &MM = CI.getPreprocessor().getHeaderSearchInfo().getModuleMap();
1558 MM.cacheModuleLoad(*II, MM.findModule(II->getName()));
1852 ModuleMap &MM = getPreprocessor().getHeaderSearchInfo().getModuleMap();
1853 if (auto MaybeModule = MM.getCachedModuleLoad(*Path[0].first)) {
1869 MM.cacheModuleLoad(*Path[0].first, Module);
1878 MM.cacheModuleLoad(*Path[0].first, Module);
  /src/usr.bin/deroff/
deroff.c 82 * -mm (or -ms) causes the corresponding macro's to be interpreted
112 #define MM 1 /* -mm */
117 static char *mactab[] = { "-ms", "-mm", "-me", "-ma" };
296 mac = MM;
829 * Put out a macro line, using ms and mm conventions.
876 * put out words (for the -w option) with ms and mm conventions
1007 * put out words (for the -w option) with ms and mm conventions
1026 * for ms and mm only:
1029 * NE undocumented match to NS (for mm?
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 348 auto *MM = new RPCMMAlloc(Client, Id);
350 if (Error Err = MM->allocateHostBlocks(Request))
353 if (Error Err = MM->allocateTargetBlocks())
356 return std::unique_ptr<RPCMMAlloc>(MM);
  /src/sys/arch/sgimips/dev/
crmfb.c 1705 int MM = 0, NN = 0, PP = 0, ff = 0;
1718 MM = M;
1726 MM = M + 1;
1735 DPRINTF("%d: M %d N %d P %d -> %d\n", f_out, MM, NN, PP, ff);
1737 ret = (MM - 1) | ((NN - 1) << 8) | (P << 14);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 910 NodeList MM;
913 return MM;
917 MM.push_back(M);
920 return MM;
  /src/external/gpl3/binutils/dist/gas/config/
tc-bfin.c 1157 bfin_gen_dsp32mac (int op1, int MM, int mmod, int w1, int P,
1165 ASSIGN (MM);
1190 bfin_gen_dsp32mult (int op1, int MM, int mmod, int w1, int P,
1198 ASSIGN (MM);
2249 | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
2257 int MM = ((iw1 >> DSP32Mac_MM_bits) & DSP32Mac_MM_mask);
2264 if (op1 == 3 && MM)
2303 | 1 | 1 | 0 | 0 |.M.| 0 | 1 |.mmod..........|.MM|.P.|.w1|.op1...|
bfin-defs.h 362 int MM;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bfin.c 1157 bfin_gen_dsp32mac (int op1, int MM, int mmod, int w1, int P,
1165 ASSIGN (MM);
1190 bfin_gen_dsp32mult (int op1, int MM, int mmod, int w1, int P,
1198 ASSIGN (MM);
2249 | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
2257 int MM = ((iw1 >> DSP32Mac_MM_bits) & DSP32Mac_MM_mask);
2264 if (op1 == 3 && MM)
2303 | 1 | 1 | 0 | 0 |.M.| 0 | 1 |.mmod..........|.MM|.P.|.w1|.op1...|
bfin-defs.h 362 int MM;
  /src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c 172 MMO, /* Prefixable MMX/SIMD-Int mm/mem -> mm */
173 MMOIMPL, /* Prefixable MMX/SIMD-Int mm -> mm (mem) */
174 MMO3P, /* Prefixable MMX/SIMD-Int mm -> r32,imm8 */
175 MMOM3, /* Prefixable MMX/SIMD-Int mm -> r32 */
176 MMOS, /* Prefixable MMX/SIMD-Int mm -> mm/mem */
177 MMOMS, /* Prefixable MMX/SIMD-Int mm -> mem */
178 MMOPM, /* MMX/SIMD-Int mm/mem -> mm,imm8 *
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 612 decode_optmode (int mod, int MM, disassemble_info *outf)
614 if (mod == 0 && MM == 0)
619 if (MM && !mod)
625 if (MM)
2939 | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
2945 int MM = ((iw0 >> (DSP32Mac_MM_bits - 16)) & DSP32Mac_MM_mask);
2960 if (op1 == 3 && MM)
2987 if (MM)
2995 /* Clear MM option since it only matters for MAC1, and if we made
2997 MM = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 612 decode_optmode (int mod, int MM, disassemble_info *outf)
614 if (mod == 0 && MM == 0)
619 if (MM && !mod)
625 if (MM)
2939 | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
2945 int MM = ((iw0 >> (DSP32Mac_MM_bits - 16)) & DSP32Mac_MM_mask);
2960 if (op1 == 3 && MM)
2987 if (MM)
2995 /* Clear MM option since it only matters for MAC1, and if we made
2997 MM = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 612 decode_optmode (int mod, int MM, disassemble_info *outf)
614 if (mod == 0 && MM == 0)
619 if (MM && !mod)
625 if (MM)
2939 | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
2945 int MM = ((iw0 >> (DSP32Mac_MM_bits - 16)) & DSP32Mac_MM_mask);
2960 if (op1 == 3 && MM)
2987 if (MM)
2995 /* Clear MM option since it only matters for MAC1, and if we made
2997 MM = 0
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 464 mac_optmode (int mmod, int MM)
486 int i = MM + (mmod << 1);
1340 int MM, bu32 *psat)
1359 if (MM)
1385 if (!MM && (mmod == 0 || mmod == M_T || mmod == M_S2RND || mmod == M_W32))
1401 if (is_macmod_signed (mmod) || MM)
1526 extract_mult (SIM_CPU *cpu, bu64 res, int mmod, int MM,
1536 if (MM)
1540 if (MM)
1559 if (MM)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 612 decode_optmode (int mod, int MM, disassemble_info *outf)
614 if (mod == 0 && MM == 0)
619 if (MM && !mod)
625 if (MM)
2939 | 1 | 1 | 0 | 0 |.M.| 0 | 0 |.mmod..........|.MM|.P.|.w1|.op1...|
2945 int MM = ((iw0 >> (DSP32Mac_MM_bits - 16)) & DSP32Mac_MM_mask);
2960 if (op1 == 3 && MM)
2987 if (MM)
2995 /* Clear MM option since it only matters for MAC1, and if we made
2997 MM = 0
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 464 mac_optmode (int mmod, int MM)
486 int i = MM + (mmod << 1);
1340 int MM, bu32 *psat)
1359 if (MM)
1385 if (!MM && (mmod == 0 || mmod == M_T || mmod == M_S2RND || mmod == M_W32))
1401 if (is_macmod_signed (mmod) || MM)
1526 extract_mult (SIM_CPU *cpu, bu64 res, int mmod, int MM,
1536 if (MM)
1540 if (MM)
1559 if (MM)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 5895 SDValue MM = DAG.getMemmove(Root, sdl, Op1, Op2, Op3, Alignment, isVol,
5898 updateDAGForMaybeTailCall(MM);

Completed in 54 milliseconds