Searched refs:MDS (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp434 DISubprogram *getReplacementSubprogram(DISubprogram *MDS) { argument
435 auto *FileAndScope = cast_or_null<DIFile>(map(MDS->getFile()));
436 StringRef LinkageName = MDS->getName().empty() ? MDS->getLinkageName() : "";
438 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType()));
440 cast_or_null<DIType>(map(MDS->getContainingType()));
441 auto *Unit = cast_or_null<DICompileUnit>(map(MDS->getUnit()));
448 MDS->getContext(), FileAndScope, MDS->getName(), LinkageName,
449 FileAndScope, MDS
[all...]
H A DFunction.cpp1633 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) {
1634 if (MDS->getString().equals("function_entry_count")) {
1643 MDS->getString().equals("synthetic_function_entry_count")) {
1655 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0)))
1656 if (MDS->getString().equals("function_entry_count"))
H A DVerifier.cpp1950 MDString *MDS = cast<MDString>(MD->getOperand(0)); local
1951 StringRef ProfName = MDS->getString();
4172 MDString *MDS = cast<MDString>(MD->getOperand(0)); local
4173 StringRef ProfName = MDS->getString();
H A DAsmWriter.cpp2417 if (const MDString *MDS = dyn_cast<MDString>(MD)) {
2419 printEscapedString(MDS->getString(), Out);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp179 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); local
180 if (!MDS) {
181 consumeError(MDS.takeError());
185 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp41 if (auto MDS = dyn_cast<MDString>(MDN->getOperand(0)))
42 setFromMsgPackBlob(MDS->getString());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp979 auto MDS = MDString::get(Context, MDStringRef[ID]);
980 MetadataList.assignValue(MDS, ID);
981 return MDS;
1092 auto MDS = getMDOrNull(ID);
1093 return cast_or_null<MDString>(MDS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1130 if (auto MDS = dyn_cast<MDString>(TypeId))
1131 dbgs() << MDS->getString() << ": ";
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1280 llvm::MDString *MDS = dyn_cast<llvm::MDString>(MD); local
1281 if (!MDS) return nullptr;
1283 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp978 if (MDString *MDS = dyn_cast<MDString>(ProfMD->getOperand(0)))
979 return MDS->getString().equals("branch_weights");

Completed in 355 milliseconds