| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| DebugInfo.cpp | 359 SmallVector<Metadata *, 4> MDs = {nullptr}; 365 MDs.push_back(NewDL); 367 MDs.push_back(MD); 370 MDNode *NewLoopID = MDNode::getDistinct(OrigLoopID->getContext(), MDs); 514 DISubprogram *getReplacementSubprogram(DISubprogram *MDS) { 515 auto *FileAndScope = cast_or_null<DIFile>(map(MDS->getFile())); 516 StringRef LinkageName = MDS->getName().empty() ? MDS->getLinkageName() : ""; 518 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType())); 520 cast_or_null<DIType>(map(MDS->getContainingType())) [all...] |
| Module.cpp | 691 if (auto *MDS = dyn_cast_or_null<MDString>(MD)) 692 return MDS->getString(); 703 if (auto *MDS = dyn_cast_or_null<MDString>(MD)) 704 return MDS->getString();
|
| Function.cpp | 1828 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) { 1829 if (MDS->getString().equals("function_entry_count")) { 1838 MDS->getString().equals("synthetic_function_entry_count")) { 1850 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) 1851 if (MDS->getString().equals("function_entry_count"))
|
| 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...] |
| AsmWriter.cpp | 1106 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; 1107 GO.getAllMetadata(MDs); 1108 for (auto &MD : MDs) 1131 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; 1132 I.getAllMetadata(MDs); 1133 for (auto &MD : MDs) 2561 if (const MDString *MDS = dyn_cast<MDString>(MD)) { 2563 printEscapedString(MDS->getString(), Out); 2666 const SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs, 3600 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; [all...] |
| /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/llvm/lib/Target/AMDGPU/Utils/ |
| AMDGPUPALMetadata.cpp | 39 if (auto MDS = dyn_cast<MDString>(MDN->getOperand(0))) 40 setFromMsgPackBlob(MDS->getString());
|
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| MetadataLoader.cpp | 97 "disable-ondemand-mds-loading", cl::init(false), cl::Hidden, 525 SmallVector<MDNode *, 1> MDs; 526 GV.getMetadata(LLVMContext::MD_dbg, MDs); 528 for (auto *MD : MDs) 1064 auto MDS = MDString::get(Context, MDStringRef[ID]); 1065 MetadataList.assignValue(MDS, ID); 1066 return MDS; 1177 auto MDS = getMDOrNull(ID); 1178 return cast_or_null<MDString>(MDS); 2233 assert(!MD->isTemporary() && "should load MDs before attachments") [all...] |
| BitcodeReader.cpp | 5612 MDString *MDS = cast<MDString>(MD->getOperand(0)); 5613 StringRef ProfName = MDS->getString();
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| LowerTypeTests.cpp | 1129 if (auto MDS = dyn_cast<MDString>(TypeId)) 1130 dbgs() << MDS->getString() << ": ";
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| powerpc.igen | 3198 0.30,6.RS,11.RA,16.RB,21.mb,27.8,31.Rc:MDS:64::Rotate Left Doubleword then Clear Left 3207 0.30,6.RS,11.RA,16.RB,21.me,27.9,31.Rc:MDS:64::Rotate Left Doubleword then Clear Right
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| powerpc.igen | 3198 0.30,6.RS,11.RA,16.RB,21.mb,27.8,31.Rc:MDS:64::Rotate Left Doubleword then Clear Left 3207 0.30,6.RS,11.RA,16.RB,21.me,27.9,31.Rc:MDS:64::Rotate Left Doubleword then Clear Right
|
| /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/Transforms/Utils/ |
| SimplifyCFG.cpp | 1022 if (MDString *MDS = dyn_cast<MDString>(ProfMD->getOperand(0))) 1023 return MDS->getString().equals("branch_weights");
|
| /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.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...] |
| /src/external/gpl3/gdb/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) 7167 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE|EXT, {RA, RS, RB}}, 7168 {"rldcl", MDS(30,8,0), MDS_MASK, PPC64, PPCVLE, {RA, RS, RB, MB6}} [all...] |