Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp57 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) { in canReserveResources() argument
58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources()
59 if (MID->getSchedClass() == 0 || Action == 0) in canReserveResources()
66 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) { in reserveResources() argument
67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources()
68 if (MID->getSchedClass() == 0 || Action == 0) in reserveResources()
76 const MCInstrDesc &MID = MI.getDesc(); in canReserveResources() local
77 return canReserveResources(&MID); in canReserveResources()
83 const MCInstrDesc &MID = MI.getDesc(); in reserveResources() local
84 reserveResources(&MID); in reserveResources()
H A DMachinePipeliner.cpp3007 bool ResourceManager::canReserveResources(const MCInstrDesc *MID) const { in canReserveResources()
3014 return DFAResources->canReserveResources(MID); in canReserveResources()
3016 unsigned InsnClass = MID->getSchedClass(); in canReserveResources()
3021 dbgs() << "isPseduo:" << MID->isPseudo() << "\n"; in canReserveResources()
3048 void ResourceManager::reserveResources(const MCInstrDesc *MID) { in reserveResources() argument
3054 return DFAResources->reserveResources(MID); in reserveResources()
3056 unsigned InsnClass = MID->getSchedClass(); in reserveResources()
3061 dbgs() << "isPseduo:" << MID->isPseudo() << "\n"; in reserveResources()
H A DMachineLICM.cpp1245 const MCInstrDesc &MID = TII->get(NewOpc); in ExtractHoistableLoad() local
1247 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF); in ExtractHoistableLoad()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
H A Dreg_search145 let MID=${FIRST_MID}
147 let MID=LOW/2+HIGH/2
151 make_date ${MID}
163 let LOW=MID
167 let HIGH=MID
171 let MID=LOW/2+HIGH/2
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_search145 let MID=${FIRST_MID}
147 let MID=LOW/2+HIGH/2
151 make_date ${MID}
163 let LOW=MID
167 let HIGH=MID
171 let MID=LOW/2+HIGH/2
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dreg-hunt183 let MID=LOW+M
194 let MID=LOW+M
209 MID=${FIRST_MID}
217 TEST_ID="${MID}"
233 let LOW=MID
237 let HIGH=MID
H A Dreg-newmid72 for MID in ${MIDLIST}
75 if [ ${MID} != ${LOW} ]; then
77 ${REG_CHECKFAIL} ${MID}
79 echo ${MID}
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-hunt183 let MID=LOW+M
194 let MID=LOW+M
209 MID=${FIRST_MID}
217 TEST_ID="${MID}"
233 let LOW=MID
237 let HIGH=MID
H A Dreg-newmid72 for MID in ${MIDLIST}
75 if [ ${MID} != ${LOW} ]; then
77 ${REG_CHECKFAIL} ${MID}
79 echo ${MID}
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp259 for (const ModuleID &MID : V) in toJSONSorted() local
261 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}})); in toJSONSorted()
291 [&](ModuleID MID) { return lookupPCMPath(MID); }, in mergeDeps() argument
292 [&](ModuleID MID) -> const ModuleDeps & { in mergeDeps() argument
293 return lookupModuleDeps(MID); in mergeDeps()
329 [&](ModuleID MID) { return lookupPCMPath(MID); }, in printFullOutput()
330 [&](ModuleID MID) -> const ModuleDeps & { in printFullOutput()
331 return lookupModuleDeps(MID); in printFullOutput()
359 StringRef lookupPCMPath(ModuleID MID) { in lookupPCMPath() argument
360 return Modules[IndexedModuleID{MID, 0}].ImplicitModulePCMPath; in lookupPCMPath()
[all …]
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/
H A DMountUFS50 UNTIL MID$(env$, I%, 1) <> " "
51 env$ = MID$(env$, I%)
61 UNTIL MID$(env$, I%, 1) <> " "
62 env$ = MID$(env$, I%)
74 UNTIL MID$(env$, I%, 1) <> " "
75 env$ = MID$(env$, I%)
101 R$ = R$ + CHR$(ASC(MID$(A$, A%, 1)) AND &DF)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp127 const MCInstrDesc &MID = MI.getDesc(); in INITIALIZE_PASS_DEPENDENCY() local
129 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI)) in INITIALIZE_PASS_DEPENDENCY()
132 if (MID.mayStore()) { in INITIALIZE_PASS_DEPENDENCY()
357 const MCInstrDesc &MID = MI->getDesc(); in processAddUses() local
358 if ((!MID.mayLoad() && !MID.mayStore()) || in processAddUses()
363 MachineOperand BaseOp = MID.mayLoad() ? MI->getOperand(1) in processAddUses()
369 MachineOperand OffsetOp = MID.mayLoad() ? MI->getOperand(2) in processAddUses()
416 const MCInstrDesc &MID = UseMI->getDesc(); in updateAddUses() local
418 MachineOperand &BaseOp = MID.mayLoad() ? UseMI->getOperand(1) in updateAddUses()
420 MachineOperand &OffsetOp = MID.mayLoad() ? UseMI->getOperand(2) in updateAddUses()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp87 for (const ModuleID &MID : Modules) { in collectPCMAndModuleMapPaths() local
88 if (!AlreadyAdded.insert(MID.ModuleName + MID.ContextHash).second) in collectPCMAndModuleMapPaths()
90 const ModuleDeps &M = LookupModuleDeps(MID); in collectPCMAndModuleMapPaths()
93 PCMPaths.push_back(LookupPCMPath(MID).str()); in collectPCMAndModuleMapPaths()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dwm8650-mid.dts3 * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
12 model = "Wondermedia WM8650-MID Tablet";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp413 const MCInstrDesc &MID = MI.getDesc(); in isPostIncrement() local
414 const uint64_t F = MID.TSFlags; in isPostIncrement()
419 const MCInstrDesc &MID = MI.getDesc(); in isPreIncrement() local
420 const uint64_t F = MID.TSFlags; in isPreIncrement()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h79 bool canReserveResources(const MCInstrDesc *MID);
83 void reserveResources(const MCInstrDesc *MID);
H A DMachinePipeliner.h462 bool canReserveResources(const MCInstrDesc *MID) const;
466 void reserveResources(const MCInstrDesc *MID);
/netbsd-src/external/mit/isl/dist/
H A Disl_sort.c30 #define MID(lo, hi) (lo + ((hi - lo) >> 1)) macro
60 mid = MID (low, high); in msort()
/netbsd-src/sys/dev/tc/
H A Dtcdevs56 device PMAG-EB pxg 3D Graphics (PXG MID-3DA)
67 device PMAGC-BA pvg 2D Graphics (PV-MID) (ZLX-M2)
69 device PMAGC-EA pvl 3D Graphics (PV-MID) (ZLX-L2)
/netbsd-src/sys/lib/libkern/
H A Dhexdump.c45 #define MID (3 * 8) macro
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/
H A DBtNetBSD69 WHILE LEFT$(args$, 1)=" ": args$=MID$(args$,2):ENDWHILE
70 IF LEFT$(args$, 5)="BASIC" THEN args$=MID$(args$, 6)
71 WHILE LEFT$(args$, 1)=" ": args$=MID$(args$,2):ENDWHILE
72 IF LEFT$(args$, 5)="-quit" THEN args$=MID$(args$, 6)
73 WHILE LEFT$(args$, 1)=" ": args$=MID$(args$,2):ENDWHILE
75 args$ = MID$(args$, LEN(prog$)+1)
76 WHILE LEFT$(args$, 1)=" ": args$=MID$(args$,2):ENDWHILE
100 kernelname$=MID$(file$, 10)
1260 PRINT MID$("|/-\", twirl%+1, 1)+CHR$(8);
1288 name$ = MID$(name$, 2)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp74 Module::Module(StringRef MID, LLVMContext &C) in Module() argument
76 Materializer(), ModuleID(std::string(MID)), in Module()
77 SourceFileName(std::string(MID)), DL("") { in Module()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp717 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(), in processLoop() local
721 for (auto &InstDep : MID) { in processLoop()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dgeo141 0 string $@MID@$ elog journal entry

12