| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 140 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 D | MachineOperand.cpp | 505 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 D | MachineInstr.cpp | 1614 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 D | MachineBasicBlock.cpp | 347 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 D | MachineFunction.cpp | 632 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 D | SSAContext.cpp | 93 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 D | AsmWriter.cpp | 4784 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 D | funstack.in | 6 %%% 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 D | GCOVProfiling.cpp | 743 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 D | PGOInstrumentation.cpp | 531 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 D | MIRFormatter.h | 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() argument 77 ModuleSlotTracker &MST);
|
| H A D | MachineMemOperand.h | 331 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | zonenow.tab | 61 # -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 D | zone.tab | 127 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 D | zone1970.tab | 119 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 D | northamerica | 817 -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 D | changes | 371 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 D | TODO | 1 Wed Jan 22 02:10:35 MST 2020
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 342 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; 395 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
|
| H A D | Metadata.h | 126 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 D | Value.h | 237 void print(raw_ostream &O, ModuleSlotTracker &MST, 251 ModuleSlotTracker &MST) const;
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | mailprio | 2 ….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 D | MIParser.cpp | 343 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 D | SelectionDAGDumper.cpp | 550 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 D | snps,dw-apb-ssi.yaml | 96 - description: SPI MST region map or directly mapped SPI ROM
|