Home
last modified time | relevance | path

Searched refs:MST (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp140 ModuleSlotTracker &MST; member in llvm::MIPrinter
153 : OS(OS), MST(MST), RegisterMaskIds(RegisterMaskIds), in MIPrinter()
223 MachineModuleSlotTracker MST(&MF); in print() local
226 convertStackObjects(YamlMF, MF, MST); in print()
228 convertCallSiteObjects(YamlMF, MF, MST); in print()
304 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()
565 MST.collectMachineMDNodes(MDList); in convertMachineMetadataNodes()
683 &MST); in print()
849 PCSections->printAsOperand(OS, MST); in print()
871 DL->printAsOperand(OS, MST); in print()
[all …]
H A DMachineOperand.cpp505 ModuleSlotTracker &MST) { in printIRBlockReference() argument
513 if (F == MST.getCurrentFunction()) { in printIRBlockReference()
514 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
925 MST); in print()
977 getMetadata()->printAsOperand(OS, MST); in print()
1191 MIRFormatter::printIRValue(OS, *Val, MST); in print()
1217 OS, /*PrintType=*/false, MST); in print()
1250 AAInfo.TBAA->printAsOperand(OS, MST); in print()
1254 AAInfo.Scope->printAsOperand(OS, MST); in print()
1258 AAInfo.NoAlias->printAsOperand(OS, MST); in print()
[all …]
H A DMachineInstr.cpp1614 ModuleSlotTracker MST(M); in print() local
1616 MST.incorporateFunction(*F); in print()
1617 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print()
1620 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
1752 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1763 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1807 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1836 HeapAllocMarker->printAsOperand(OS, MST); in print()
1844 PCSections->printAsOperand(OS, MST); in print()
1863 DL->printAsOperand(OS, MST); in print()
[all …]
H A DMachineBasicBlock.cpp347 ModuleSlotTracker MST(M); in print() local
348 MST.incorporateFunction(F); in print()
349 print(OS, MST, Indexes, IsStandalone); in print()
352 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
365 printName(OS, PrintNameIr | PrintNameAttributes, &MST); in print()
446 MI.print(OS, MST, IsStandalone, /*SkipOpers=*/false, /*SkipDebugLoc=*/false, in print()
H A DMachineFunction.cpp632 ModuleSlotTracker MST(getFunction().getParent()); in print() local
633 MST.incorporateFunction(getFunction()); in print()
637 BB.print(OS, MST, Indexes, /*IsStandalone=*/true); in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print() local
94 MST.incorporateFunction(*BB->getParent()); in print()
95 Out << MST.getLocalSlot(BB); in print()
H A DAsmWriter.cpp4784 if (auto *ST = MST.getMachine()) in print()
4850 print(ROS, MST, IsForDebug); in print()
4856 print(ROS, MST, IsForDebug); in print()
4866 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4869 MST.incorporateFunction(*F); in print()
4883 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4902 print(ROS, MST, IsForDebug); in print()
4910 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4973 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule()); in printAsOperandImpl()
4995 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
[all …]
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.in6 %%% time = "08:21:19 MST",
399 bibdate = "Tue Mar 25 13:26:09 MST 1997",
420 bibdate = "Tue Mar 25 13:26:09 MST 1997",
439 bibdate = "Tue Mar 25 13:26:09 MST 1997",
457 bibdate = "Tue Mar 25 13:26:09 MST 1997",
476 bibdate = "Tue Mar 25 13:26:09 MST 1997",
496 bibdate = "Tue Mar 25 13:26:09 MST 1997",
515 bibdate = "Tue Mar 25 13:26:09 MST 1997",
533 bibdate = "Tue Mar 25 13:26:09 MST 1997",
551 bibdate = "Tue Mar 25 13:26:09 MST 1997",
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp743 MST.addEdge(SrcBB, InstrBB, 0); in getInstrBB()
744 MST.addEdge(InstrBB, DestBB, 0).InMST = true; in getInstrBB()
753 for (const auto &E : make_pointee_range(MST.allEdges())) { in dumpEdges()
824 auto &E = *MST.allEdges()[I]; in emitProfileNotes()
829 E.Place = getInstrBB(MST, E, ExecBlocks); in emitProfileNotes()
844 MST.allEdges().begin(), MST.allEdges().end(), in emitProfileNotes()
846 MST.allEdges().begin(); in emitProfileNotes()
848 Edge &E = *MST.allEdges()[I]; in emitProfileNotes()
857 MST.allEdges().begin(), MST.allEdges().begin() + Measured, in emitProfileNotes()
875 LLVM_DEBUG(dumpEdges(MST, Func)); in emitProfileNotes()
[all …]
H A DPGOInstrumentation.cpp531 CFGMST<Edge, BBInfo> MST; member in __anon638843e10111::FuncPGOInstrumentation
572 MST(F, InstrumentFuncEntry, BPI, BFI), in FuncPGOInstrumentation()
582 NumOfPGOBB += MST.bbInfoSize(); in FuncPGOInstrumentation()
587 NumOfCSPGOBB += MST.bbInfoSize(); in FuncPGOInstrumentation()
597 for (const auto &E : MST.allEdges()) { in FuncPGOInstrumentation()
644 updateJCH((uint64_t)MST.numEdges()); in computeCFGHash()
744 EdgeList.reserve(MST.numEdges()); in getInstrumentBBs()
745 for (const auto &E : MST.allEdges()) in getInstrumentBBs()
802 MST.addEdge(SrcBB, InstrBB, 0); in getInstrBB()
1155 for (const auto &E : FuncInfo.MST.allEdges()) { in setupBBInfoEdges()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() argument
77 ModuleSlotTracker &MST);
H A DMachineMemOperand.h331 void print(raw_ostream &OS, ModuleSlotTracker &MST,
/freebsd-14.2/contrib/tzdata/
H A Dzonenow.tab61 # -07 - MST
62 XX +332654-1120424 America/Phoenix Mountain Standard ("MST") - Arizona; western Mexico; Yukon
64 # -07/-06 - MST/MDT (North America DST)
65 XX +394421-1045903 America/Denver Mountain ("MST/MDT") - US & Canada; Mexico near US border
H A Dzone.tab127 CA +4906-11631 America/Creston MST - BC (Creston)
128 CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John)
129 CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson)
130 CA +6043-13503 America/Whitehorse MST - Yukon (east)
131 CA +6404-13925 America/Dawson MST - Yukon (west)
422 US +332654-1120424 America/Phoenix MST - AZ (except Navajo)
H A Dzone1970.tab119 CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John)
120 CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson)
121 CA +6043-13503 America/Whitehorse MST - Yukon (east)
122 CA +6404-13925 America/Dawson MST - Yukon (west)
335 US,CA +332654-1120424 America/Phoenix MST - AZ (most areas), Creston BC
H A Dnorthamerica817 -7:00 - MST 1967
819 -7:00 - MST
1967 -7:00 - MST
1973 -7:00 - MST
2336 -7:00 - MST
2342 -7:00 - MST
2751 -7:00 - MST 1996
2753 -7:00 - MST
2761 -7:00 - MST 1970
2798 -7:00 - MST 1970
[all …]
/freebsd-14.2/contrib/gdtoa/
H A Dchanges371 Sat Jan 17 23:58:52 MST 2004
379 Thu Mar 25 22:34:56 MST 2004
394 Wed Jan 5 22:39:17 MST 2005
407 Sat Jan 15 15:36:03 MST 2005
419 Sun Jan 16 18:22:13 MST 2005
441 Sun Jan 21 20:26:44 MST 2007
519 Tue Nov 11 23:05:25 MST 2008
524 Fri Dec 5 18:20:36 MST 2008
532 Thu Dec 11 23:10:23 MST 2008
535 Fri Jan 2 22:45:33 MST 2009
[all …]
/freebsd-14.2/contrib/one-true-awk/
H A DTODO1 Wed Jan 22 02:10:35 MST 2020
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h342 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
395 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
H A DMetadata.h126 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
138 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
1313 void printTree(raw_ostream &OS, ModuleSlotTracker &MST,
1800 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
H A DValue.h237 void print(raw_ostream &O, ModuleSlotTracker &MST,
251 ModuleSlotTracker &MST) const;
/freebsd-14.2/contrib/sendmail/contrib/
H A Dmailprio2 ….1]) by austin.bsdi.com (8.7.4/8.7.3) with ESMTP id KAA19250; Thu, 31 Oct 1996 10:28:18 -0700 (MST)
25 # Made on 1996-10-31 10:07 MST by <[email protected]>.
57 # Version 0.93 -- Thu Oct 31 09:42:25 MST 1996
314 Version 0.93 -- Thu Oct 31 09:42:25 MST 1996
424 # Version 0.93 -- Thu Oct 31 09:42:25 MST 1996
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp343 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() argument
345 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
354 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local
355 MST.incorporateFunction(F); in initSlots2Values()
357 mapValueToSlot(&Arg, MST, Slots2Values); in initSlots2Values()
359 mapValueToSlot(&BB, MST, Slots2Values); in initSlots2Values()
361 mapValueToSlot(&I, MST, Slots2Values); in initSlots2Values()
3550 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local
3551 MST.incorporateFunction(F); in initSlots2BasicBlocks()
3555 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp550 ModuleSlotTracker MST(M); in printMemOperand() local
552 MST.incorporateFunction(MF->getFunction()); in printMemOperand()
554 MMO.print(OS, MST, SSNs, Ctx, MFI, TII); in printMemOperand()
/freebsd-14.2/sys/contrib/device-tree/Bindings/spi/
H A Dsnps,dw-apb-ssi.yaml96 - description: SPI MST region map or directly mapped SPI ROM

12