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

/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_search139 # Get the date in the middle of the range; MID is in seconds since
145 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-current/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
H A Dreg_search139 # Get the date in the middle of the range; MID is in seconds since
145 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-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp57 bool DFAPacketizer::canReserveResources(const MCInstrDesc *MID) { argument
58 unsigned Action = ItinActions[MID->getSchedClass()];
59 if (MID->getSchedClass() == 0 || Action == 0)
66 void DFAPacketizer::reserveResources(const MCInstrDesc *MID) { argument
67 unsigned Action = ItinActions[MID->getSchedClass()];
68 if (MID->getSchedClass() == 0 || Action == 0)
76 const MCInstrDesc &MID = MI.getDesc(); local
77 return canReserveResources(&MID);
83 const MCInstrDesc &MID = MI.getDesc(); local
84 reserveResources(&MID);
[all...]
H A DMachinePipeliner.cpp3007 bool ResourceManager::canReserveResources(const MCInstrDesc *MID) const {
3014 return DFAResources->canReserveResources(MID);
3016 unsigned InsnClass = MID->getSchedClass();
3021 dbgs() << "isPseduo:" << MID->isPseudo() << "\n";
3048 void ResourceManager::reserveResources(const MCInstrDesc *MID) { argument
3054 return DFAResources->reserveResources(MID);
3056 unsigned InsnClass = MID->getSchedClass();
3061 dbgs() << "isPseduo:" << MID->isPseudo() << "\n";
H A DMachineLICM.cpp1245 const MCInstrDesc &MID = TII->get(NewOpc); local
1247 const TargetRegisterClass *RC = TII->getRegClass(MID, LoadRegIndex, TRI, MF);
/netbsd-current/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-newmid57 # Look in this order; MID has already been done:
59 # LOW--10---7---6---3---2---MID---1---4---5---8---9---HIGH
72 for MID in ${MIDLIST}
75 if [ ${MID} != ${LOW} ]; then
77 ${REG_CHECKFAIL} ${MID}
79 echo ${MID}
/netbsd-current/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-newmid57 # Look in this order; MID has already been done:
59 # LOW--10---7---6---3---2---MID---1---4---5---8---9---HIGH
72 for MID in ${MIDLIST}
75 if [ ${MID} != ${LOW} ]; then
77 ${REG_CHECKFAIL} ${MID}
79 echo ${MID}
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp259 for (const ModuleID &MID : V)
261 {{"module-name", MID.ModuleName}, {"context-hash", MID.ContextHash}}));
291 [&](ModuleID MID) { return lookupPCMPath(MID); },
292 [&](ModuleID MID) -> const ModuleDeps & {
293 return lookupModuleDeps(MID);
329 [&](ModuleID MID) { return lookupPCMPath(MID); },
330 [&](ModuleID MID)
359 lookupPCMPath(ModuleID MID) argument
363 lookupModuleDeps(ModuleID MID) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp127 const MCInstrDesc &MID = MI.getDesc(); local
129 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(MI))
132 if (MID.mayStore()) {
357 const MCInstrDesc &MID = MI->getDesc(); local
358 if ((!MID.mayLoad() && !MID.mayStore()) ||
363 MachineOperand BaseOp = MID.mayLoad() ? MI->getOperand(1)
369 MachineOperand OffsetOp = MID.mayLoad() ? MI->getOperand(2)
416 const MCInstrDesc &MID local
444 const MCInstrDesc &MID = MI.getDesc(); local
673 const MCInstrDesc &MID = UseMI->getDesc(); local
[all...]
H A DHexagonInstrInfo.cpp2206 const MCInstrDesc &MID = MI.getDesc(); local
2207 const uint64_t F = MID.TSFlags;
/netbsd-current/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-current/external/mit/isl/dist/
H A Disl_sort.c30 #define MID(lo, hi) (lo + ((hi - lo) >> 1)) macro
60 mid = MID (low, high);
/netbsd-current/sys/lib/libkern/
H A Dhexdump.c45 #define MID (3 * 8) macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp120 const MCInstrDesc &MID = MI->getDesc(); local
122 for (unsigned OpIdx = 0; OpIdx < MID.getNumOperands(); OpIdx++) {
123 const TargetRegisterClass *RC = TII->getRegClass(MID, OpIdx, TRI, MF);
126 if (OpIdx >= MID.getNumDefs() &&
127 MID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp87 for (const ModuleID &MID : Modules) {
88 if (!AlreadyAdded.insert(MID.ModuleName + MID.ContextHash).second)
90 const ModuleDeps &M = LookupModuleDeps(MID);
93 PCMPaths.push_back(LookupPCMPath(MID).str());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp413 const MCInstrDesc &MID = MI.getDesc(); local
414 const uint64_t F = MID.TSFlags;
419 const MCInstrDesc &MID = MI.getDesc(); local
420 const uint64_t F = MID.TSFlags;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp74 Module::Module(StringRef MID, LLVMContext &C) argument
76 Materializer(), ModuleID(std::string(MID)),
77 SourceFileName(std::string(MID)), DL("") {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp717 MemoryInstructionDependences MID(DepChecker.getMemoryInstructions(),
721 for (auto &InstDep : MID) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp178 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID(); local
179 if (MainFileID == MID) {
194 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID(); local
195 if (MainFileID == MID) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp738 unsigned MID = 0; local
739 if (parseUInt32(MID))
743 if (NumberedMetadata.count(MID)) {
744 Result = NumberedMetadata[MID];
749 auto &FwdRef = ForwardRefMDNodes[MID];
753 NumberedMetadata[MID].reset(Result);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c36 enum range {LHS, RHS, MID}; enumerator in enum:range
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc37 enum range {LHS, RHS, MID}; enumerator in enum:range

Completed in 335 milliseconds