Home
last modified time | relevance | path

Searched refs:MID (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp55 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) { in canReserveResources() argument
56 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources()
57 if (MID->getSchedClass() == 0 || Action == 0) in canReserveResources()
64 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) { in reserveResources() argument
65 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources()
66 if (MID->getSchedClass() == 0 || Action == 0) in reserveResources()
74 const MCInstrDesc &MID = MI.getDesc(); in canReserveResources() local
75 return canReserveResources(&MID); in canReserveResources()
81 const MCInstrDesc &MID = MI.getDesc(); in reserveResources() local
82 reserveResources(&MID); in reserveResources()
H A DMachineLICM.cpp1398 const MCInstrDesc &MID = TII->get(NewOpc); in ExtractHoistableLoad() local
1400 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp131 const MCInstrDesc &MID = MI.getDesc(); in INITIALIZE_PASS_DEPENDENCY() local
133 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI)) in INITIALIZE_PASS_DEPENDENCY()
136 if (MID.mayStore()) { in INITIALIZE_PASS_DEPENDENCY()
378 const MCInstrDesc &MID = MI->getDesc(); in getBaseOpPosition() local
391 return MID.mayLoad() ? 1 : 0; in getBaseOpPosition()
400 const MCInstrDesc &MID = MI->getDesc(); in getOffsetOpPosition() local
413 return MID.mayLoad() ? 2 : 1; in getOffsetOpPosition()
427 const MCInstrDesc &MID = MI->getDesc(); in processAddUses() local
428 if ((!MID.mayLoad() && !MID.mayStore()) || in processAddUses()
522 const MCInstrDesc &MID = MI.getDesc(); in analyzeUses() local
[all …]
H A DHexagonInstrInfo.cpp2287 const MCInstrDesc &MID = MI.getDesc(); in isExtendable() local
2288 const uint64_t F = MID.TSFlags; in isExtendable()
/freebsd/sys/contrib/device-tree/src/arm/vt8500/
H A Dwm8650-mid.dts3 * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
12 model = "Wondermedia WM8650-MID Tablet";
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp120 const MCInstrDesc &MID = MI->getDesc(); in has4RegOps() local
122 for (unsigned OpIdx = 0; OpIdx < MID.getNumOperands(); OpIdx++) { in has4RegOps()
123 const TargetRegisterClass *RC = TII->getRegClass(MID, OpIdx, TRI, MF); in has4RegOps()
126 if (OpIdx >= MID.getNumDefs() && in has4RegOps()
127 MID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1) in has4RegOps()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp298 for (const ModuleID &MID : ClangModuleDeps) { in collectModuleMapFiles() local
299 ModuleDeps *MD = ModuleDepsByID.lookup(MID); in collectModuleMapFiles()
314 for (const ModuleID &MID : ClangModuleDeps) { in addModuleMapFiles() local
315 ModuleDeps *MD = ModuleDepsByID.lookup(MID); in addModuleMapFiles()
323 for (const ModuleID &MID : ClangModuleDeps) { in addModuleFiles() local
325 Controller.lookupModuleOutput(MID, ModuleOutputKind::ModuleFile); in addModuleFiles()
330 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()
336 for (const ModuleID &MID : ClangModuleDeps) { in addModuleFiles() local
338 Controller.lookupModuleOutput(MID, ModuleOutputKind::ModuleFile); in addModuleFiles()
343 {MID.ModuleName, std::move(PCMPath)}); in addModuleFiles()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp347 for (const ModuleID &MID : V) in toJSONSorted() local
349 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}})); in toJSONSorted()
679 static std::string constructPCMPath(ModuleID MID, StringRef OutputDir) { in constructPCMPath() argument
681 llvm::sys::path::append(ExplicitPCMPath, MID.ContextHash, in constructPCMPath()
682 MID.ModuleName + "-" + MID.ContextHash + ".pcm"); in constructPCMPath()
686 static std::string lookupModuleOutput(const ModuleID &MID, ModuleOutputKind MOK, in lookupModuleOutput() argument
688 std::string PCMPath = constructPCMPath(MID, OutputDir); in lookupModuleOutput()
947 auto LookupOutput = [&](const ModuleID &MID, ModuleOutputKind MOK) { in clang_scan_deps_main() argument
948 return ::lookupModuleOutput(MID, MOK, OutputDir); in clang_scan_deps_main()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp412 const MCInstrDesc &MID = MI.getDesc(); in isPostIncrement() local
413 const uint64_t F = MID.TSFlags; in isPostIncrement()
418 const MCInstrDesc &MID = MI.getDesc(); in isPreIncrement() local
419 const uint64_t F = MID.TSFlags; in isPreIncrement()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h103 bool canReserveResources(const MCInstrDesc *MID);
107 void reserveResources(const MCInstrDesc *MID);
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,shdma.txt76 - dmas: a list of <[DMA multiplexer phandle] [MID/RID value]> pairs,
77 where MID/RID values are fixed handles, specified in the SoC
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp74 Module::Module(StringRef MID, LLVMContext &C) in Module() argument
76 ModuleID(std::string(MID)), SourceFileName(std::string(MID)), DL(""), in Module()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp713 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop() local
717 for (const auto &InstDep : MID) { in processLoop()
/freebsd/contrib/file/magic/Magdir/
H A Dgeo141 0 string $@MID@$ elog journal entry
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp177 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID(); in getBufferForFileHandlingRemapping() local
178 if (MainFileID == MID) { in getBufferForFileHandlingRemapping()
193 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID(); in getBufferForFileHandlingRemapping() local
194 if (MainFileID == MID) { in getBufferForFileHandlingRemapping()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp939 unsigned MID = 0; in parseMDNodeID() local
940 if (parseUInt32(MID)) in parseMDNodeID()
944 if (NumberedMetadata.count(MID)) { in parseMDNodeID()
945 Result = NumberedMetadata[MID]; in parseMDNodeID()
950 auto &FwdRef = ForwardRefMDNodes[MID]; in parseMDNodeID()
954 NumberedMetadata[MID].reset(Result); in parseMDNodeID()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt6160 1) The MTMR table (MID Timer Table)
/freebsd/crypto/krb5/src/lib/krb5/unicode/
H A DUnicodeData.txt713 02E7;MODIFIER LETTER MID TONE BAR;Sk;0;ON;;;;;N;;;;;
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.txt719 02E7;MODIFIER LETTER MID TONE BAR;Sk;0;ON;;;;;N;;;;;
H A DNormalizationTest.txt6416 BBFF;BBFF;1106 1175 11AE;BBFF;1106 1175 11AE; # (믿; 믿; 믿; 믿; 믿; ) HANGUL SYLLABLE MID