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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 179 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi);
180 if (!MDS) {
181 consumeError(MDS.takeError());
185 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 1474 llvm::MDString *MDS = dyn_cast<llvm::MDString>(MD);
1475 if (!MDS) return nullptr;
1477 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString()));
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 5612 MDString *MDS = cast<MDString>(MD->getOperand(0));
5613 StringRef ProfName = MDS->getString();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 547 void verifyFunctionMetadata(ArrayRef<std::pair<unsigned, MDNode *>> MDs);
730 SmallVector<MDNode *, 1> MDs;
731 GV.getMetadata(LLVMContext::MD_dbg, MDs);
732 for (auto *MD : MDs) {
2111 ArrayRef<std::pair<unsigned, MDNode *>> MDs) {
2112 for (const auto &Pair : MDs) {
2123 MDString *MDS = cast<MDString>(MD->getOperand(0));
2124 StringRef ProfName = MDS->getString();
2522 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs;
2523 F.getAllMetadata(MDs);
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 1355 /* The MB or ME field in an MD or MDS form instruction. The high bit
3359 /* The MB or ME field in an MD or MDS form instruction. The high
3397 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3451 /* The RB field in an X, XO, M, or MDS form instruction. */
3474 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
4355 /* An MDS form instruction. */
4356 #define MDS(op, xop, rc) \
4360 #define MDS_MASK MDS (0x3f, 0xf, 1)
7173 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE|EXT, {RA, RS, RB}},
7174 {"rldcl", MDS(30,8,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}}
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 1355 /* The MB or ME field in an MD or MDS form instruction. The high bit
3359 /* The MB or ME field in an MD or MDS form instruction. The high
3397 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3451 /* The RB field in an X, XO, M, or MDS form instruction. */
3474 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
4354 /* An MDS form instruction. */
4355 #define MDS(op, xop, rc) \
4359 #define MDS_MASK MDS (0x3f, 0xf, 1)
7145 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE|EXT, {RA, RS, RB}},
7146 {"rldcl", MDS(30,8,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}}
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 1309 /* The MB or ME field in an MD or MDS form instruction. The high bit
3281 /* The MB or ME field in an MD or MDS form instruction. The high
3319 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3373 /* The RB field in an X, XO, M, or MDS form instruction. */
3396 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
4264 /* An MDS form instruction. */
4265 #define MDS(op, xop, rc) \
4269 #define MDS_MASK MDS (0x3f, 0xf, 1)
7026 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE|EXT, {RA, RS, RB}},
7027 {"rldcl", MDS(30,8,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}}
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 1309 /* The MB or ME field in an MD or MDS form instruction. The high bit
3281 /* The MB or ME field in an MD or MDS form instruction. The high
3319 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3373 /* The RB field in an X, XO, M, or MDS form instruction. */
3396 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
4264 /* An MDS form instruction. */
4265 #define MDS(op, xop, rc) \
4269 #define MDS_MASK MDS (0x3f, 0xf, 1)
7026 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE|EXT, {RA, RS, RB}},
7027 {"rldcl", MDS(30,8,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}}
    [all...]

Completed in 67 milliseconds