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

/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-list.sh54 MDS=`mdconfig -l`
55 if [ -n "${MDS}" ]
57 SYSDISK="${SYSDISK} ${MDS}"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp426 DISubprogram *getReplacementSubprogram(DISubprogram *MDS) { argument
427 auto *FileAndScope = cast_or_null<DIFile>(map(MDS->getFile()));
428 StringRef LinkageName = MDS->getName().empty() ? MDS->getLinkageName() : "";
430 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType()));
432 cast_or_null<DIType>(map(MDS->getContainingType()));
433 auto *Unit = cast_or_null<DICompileUnit>(map(MDS->getUnit()));
440 MDS->getContext(), FileAndScope, MDS->getName(), LinkageName,
441 FileAndScope, MDS
[all...]
H A DFunction.cpp1574 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) {
1575 if (MDS->getString().equals("function_entry_count")) {
1584 MDS->getString().equals("synthetic_function_entry_count")) {
1596 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0)))
1597 if (MDS->getString().equals("function_entry_count"))
H A DVerifier.cpp1890 MDString *MDS = cast<MDString>(MD->getOperand(0)); local
1891 StringRef ProfName = MDS->getString();
4057 MDString *MDS = cast<MDString>(MD->getOperand(0)); local
4058 StringRef ProfName = MDS->getString();
H A DAsmWriter.cpp2337 if (const MDString *MDS = dyn_cast<MDString>(MD)) {
2339 printEscapedString(MDS->getString(), Out);
/freebsd-11-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-11-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-11-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-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c328 /* The MB or ME field in an MD or MDS form instruction. The high
346 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
381 /* The RB field in an X, XO, M, or MDS form instruction. */
392 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
992 /* The MB or ME field in an MD or MDS form instruction. The high bit
1364 /* An MDS form instruction. */
1365 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1))
1366 #define MDS_MASK MDS (0x3f, 0xf, 1)
3049 { "rotld", MDS(30,8,0), MDSMB_MASK, PPC64, { RA, RS, RB } },
3050 { "rldcl", MDS(3
1362 #define MDS macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1117 if (auto MDS = dyn_cast<MDString>(TypeId))
1118 dbgs() << MDS->getString() << ": ";
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1226 llvm::MDString *MDS = dyn_cast<llvm::MDString>(MD); local
1227 if (!MDS) return nullptr;
1229 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp960 if (MDString *MDS = dyn_cast<MDString>(ProfMD->getOperand(0)))
961 return MDS->getString().equals("branch_weights");

Completed in 348 milliseconds