| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 685 DISubprogram *getReplacementSubprogram(DISubprogram *MDS) { in getReplacementSubprogram() argument 686 auto *FileAndScope = cast_or_null<DIFile>(map(MDS->getFile())); in getReplacementSubprogram() 687 StringRef LinkageName = MDS->getName().empty() ? MDS->getLinkageName() : ""; in getReplacementSubprogram() 689 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType())); in getReplacementSubprogram() 691 cast_or_null<DIType>(map(MDS->getContainingType())); in getReplacementSubprogram() 692 auto *Unit = cast_or_null<DICompileUnit>(map(MDS->getUnit())); in getReplacementSubprogram() 699 MDS->getContext(), FileAndScope, MDS->getName(), LinkageName, in getReplacementSubprogram() 700 FileAndScope, MDS->getLine(), Type, MDS->getScopeLine(), in getReplacementSubprogram() 701 ContainingType, MDS->getVirtualIndex(), MDS->getThisAdjustment(), in getReplacementSubprogram() 702 MDS->getFlags(), MDS->getSPFlags(), Unit, TemplateParams, Declaration, in getReplacementSubprogram() [all …]
|
| H A D | Module.cpp | 753 if (auto *MDS = dyn_cast_or_null<MDString>(MD)) in getStackProtectorGuard() local 754 return MDS->getString(); in getStackProtectorGuard() 765 if (auto *MDS = dyn_cast_or_null<MDString>(MD)) in getStackProtectorGuardReg() local 766 return MDS->getString(); in getStackProtectorGuardReg() 777 if (auto *MDS = dyn_cast_or_null<MDString>(MD)) in getStackProtectorGuardSymbol() local 778 return MDS->getString(); in getStackProtectorGuardSymbol()
|
| H A D | Function.cpp | 1124 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) { in getEntryCount() local 1125 if (MDS->getString() == MDProfLabels::FunctionEntryCount) { in getEntryCount() 1134 MDS->getString() == in getEntryCount() 1147 if (MDString *MDS = dyn_cast<MDString>(MD->getOperand(0))) in getImportGUIDs() local 1148 if (MDS->getString() == MDProfLabels::FunctionEntryCount) in getImportGUIDs()
|
| H A D | Verifier.cpp | 2544 MDString *MDS = cast<MDString>(MD->getOperand(0)); in verifyFunctionMetadata() local 2545 StringRef ProfName = MDS->getString(); in verifyFunctionMetadata() 5014 MDString *MDS = cast<MDString>(MD->getOperand(0)); in visitProfMetadata() local 5015 StringRef ProfName = MDS->getString(); in visitProfMetadata()
|
| H A D | AsmWriter.cpp | 2834 if (const MDString *MDS = dyn_cast<MDString>(MD)) { in WriteAsOperandInternal() local 2836 printEscapedString(MDS->getString(), Out); in WriteAsOperandInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 91 auto *MDS = dyn_cast<MDString>(MIB->getOperand(1)); in getMIBAllocType() local 92 assert(MDS); in getMIBAllocType() 93 if (MDS->getString() == "cold") { in getMIBAllocType() 95 } else if (MDS->getString() == "hot") { in getMIBAllocType()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 206 auto MDS = getModuleDebugStream(File->pdb(), Name, Modi); in initializeForPdb() local 207 if (!MDS) { in initializeForPdb() 208 consumeError(MDS.takeError()); in initializeForPdb() 212 DebugStream = std::make_shared<ModuleDebugStreamRef>(std::move(*MDS)); in initializeForPdb()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 62 if (auto *MDS = dyn_cast<MDString>(MDN->getOperand(0))) in readFromIR() local 63 setFromMsgPackBlob(MDS->getString()); in readFromIR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1148 auto MDS = MDString::get(Context, MDStringRef[ID]); in lazyLoadOneMDString() local 1149 MetadataList.assignValue(MDS, ID); in lazyLoadOneMDString() 1150 return MDS; in lazyLoadOneMDString() 1283 auto MDS = getMDOrNull(ID); in parseOneMetadata() local 1284 return cast_or_null<MDString>(MDS); in parseOneMetadata()
|
| H A D | BitcodeReader.cpp | 7036 MDString *MDS = cast<MDString>(MD->getOperand(0)); in materialize() local 7037 StringRef ProfName = MDS->getString(); in materialize()
|
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | p1021mds.dts | 3 * P1021 MDS Device Tree Source
|
| H A D | mpc8568mds.dts | 3 * MPC8568E MDS Device Tree Source
|
| H A D | mpc8569mds.dts | 3 * MPC8569E MDS Device Tree Source
|
| /freebsd/sys/contrib/device-tree/src/powerpc/ |
| H A D | mpc832x_mds.dts | 8 * To enable external serial I/O on a Freescale MPC 8323 SYS/MDS board, do
|
| H A D | mpc834x_mds.dts | 3 * MPC8349E MDS Device Tree Source
|
| H A D | mpc8377_mds.dts | 3 * MPC8377E MDS Device Tree Source
|
| H A D | mpc8378_mds.dts | 3 * MPC8378E MDS Device Tree Source
|
| H A D | mpc8379_mds.dts | 3 * MPC8379E MDS Device Tree Source
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 1129 for (const auto &MDS : YMF.MachineMetadataNodes) { in parseMachineMetadataNodes() local 1130 if (parseMachineMetadata(PFS, MDS)) in parseMachineMetadataNodes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1177 if (auto MDS = dyn_cast<MDString>(TypeId)) in lowerTypeTestCalls() 1178 dbgs() << MDS->getString() << ": "; in lowerTypeTestCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1779 const MDString *MDS = cast<MDString>(MD); in writeMetadataStrings() local 1781 Record.append(MDS->bytes_begin(), MDS->bytes_end()); in writeMetadataStrings()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 3353 const MDString *MDS = cast<MDString>(N->getOperand(0)); in emitModuleCommandLines() local 3356 RSOS << "@(#)opt " << MDS->getString() << "\n"; in emitModuleCommandLines()
|
| /freebsd/lib/libc++/ |
| H A D | Makefile | 1764 INCSGROUPS+= MDS 1774 MDS+= ${HDRDIR}/__mdspan/${hdr}
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2334 llvm::MDString *MDS = dyn_cast<llvm::MDString>(MD); in CreateCrossDsoCfiTypeId() local 2335 if (!MDS) return nullptr; in CreateCrossDsoCfiTypeId() 2337 return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString())); in CreateCrossDsoCfiTypeId()
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 12677 09b4 MDS Telephone Systems
|