| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 96 MachineModuleSlotTracker MST; member 105 : MST(MMI, &MF) {} in MFPrintState() 149 static void convertMJTI(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 151 static void convertMFI(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 155 ModuleSlotTracker &MST, MFPrintState &State); 158 ModuleSlotTracker &MST); 161 ModuleSlotTracker &MST); 164 MachineModuleSlotTracker &MST); 167 MachineModuleSlotTracker &MST); 201 MachineModuleSlotTracker &MST = State.MST; in printMF() local [all …]
|
| H A D | MachineOperand.cpp | 514 ModuleSlotTracker &MST) { in printIRBlockReference() argument 522 if (F == MST.getCurrentFunction()) { in printIRBlockReference() 523 Slot = MST.getLocalSlot(&BB); in printIRBlockReference() 808 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument 885 getCImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print() 888 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print() 921 GV->printAsOperand(OS, /*PrintType=*/false, MST); in print() 941 MST); in print() 943 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print() 993 getMetadata()->printAsOperand(OS, MST); in print() [all …]
|
| H A D | MachineInstr.cpp | 1782 ModuleSlotTracker MST(M); in print() local 1784 MST.incorporateFunction(*F); in print() 1785 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print() 1788 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument 1823 MO.print(OS, MST, TypeToPrint, StartOp, /*PrintDef=*/false, IsStandalone, in print() 1886 getOperand(OpIdx).print(OS, MST, TypeToPrint, OpIdx, /*PrintDef=*/true, in print() 1925 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print() 1936 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print() 1980 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print() 2009 HeapAllocMarker->printAsOperand(OS, MST); in print() [all …]
|
| H A D | MachineBasicBlock.cpp | 353 ModuleSlotTracker MST(M); in print() local 354 MST.incorporateFunction(F); in print() 355 print(OS, MST, Indexes, IsStandalone); in print() 358 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument 371 printName(OS, PrintNameIr | PrintNameAttributes, &MST); in print() 452 MI.print(OS, MST, IsStandalone, /*SkipOpers=*/false, /*SkipDebugLoc=*/false, in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | SuspendCrossingInfo.cpp | 24 static void dumpBasicBlockLabel(const BasicBlock *BB, ModuleSlotTracker &MST) { in dumpBasicBlockLabel() argument 30 dbgs() << MST.getLocalSlot(BB); in dumpBasicBlockLabel() 36 ModuleSlotTracker &MST) const { in dump() 42 dumpBasicBlockLabel(BB, MST); in dump() 55 ModuleSlotTracker MST(F->getParent()); in dump() local 56 MST.incorporateFunction(*F); in dump() 61 dumpBasicBlockLabel(BB, MST); in dump() 63 dump(" Consumes", Block[BBNo].Consumes, RPOT, MST); in dump() 64 dump(" Kills", Block[BBNo].Kills, RPOT, MST); in dump()
|
| H A D | MaterializationUtils.cpp | 110 ModuleSlotTracker &MST) { in dumpBasicBlockLabel() 116 dbgs() << MST.getLocalSlot(BB); in dumpBasicBlockLabel() 123 ModuleSlotTracker MST(F->getParent()); in dump() local 124 MST.incorporateFunction(*F); in dump() 127 dumpBasicBlockLabel(BB, MST); in dump()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 239 ModuleSlotTracker *MST = nullptr; in getCompleteNodeLabel() local 242 MST = CFGInfo->getModuleSlotTracker(); in getCompleteNodeLabel() 245 MST = &*MSTStorage; in getCompleteNodeLabel() 251 [MST](raw_string_ostream &OS, const BasicBlock &Node) -> void { in getCompleteNodeLabel() 253 Node.printAsOperand(OS, false, *MST); in getCompleteNodeLabel() 257 Inst.print(OS, *MST, /* IsForDebug */ false); in getCompleteNodeLabel()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | SSAContext.cpp | 92 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print() local 93 MST.incorporateFunction(*BB->getParent()); in print() 94 Out << MST.getLocalSlot(BB); in print()
|
| H A D | AsmWriter.cpp | 5085 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument 5089 if (auto *ST = MST.getMachine()) in print() 5154 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() local 5155 print(ROS, MST, IsForDebug); in print() 5160 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() local 5161 print(ROS, MST, IsForDebug); in print() 5164 void DbgMarker::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument 5169 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 5172 MST.incorporateFunction(*F); in print() 5181 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() local [all …]
|
| H A D | DebugProgramInstruction.cpp | 104 void DbgRecord::print(raw_ostream &O, ModuleSlotTracker &MST, in print() argument 108 cast<DbgVariableRecord>(this)->print(O, MST, IsForDebug); in print() 111 cast<DbgLabelRecord>(this)->print(O, MST, IsForDebug); in print()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 684 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E, in getInstrBB() argument 721 MST.addEdge(SrcBB, InstrBB, 0); in getInstrBB() 722 MST.addEdge(InstrBB, DestBB, 0).InMST = true; in getInstrBB() 729 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges() argument 731 for (const auto &E : make_pointee_range(MST.allEdges())) { in dumpEdges() 802 CFGMST<Edge, BBInfo> MST(F, /*InstrumentFuncEntry=*/false, in emitProfileNotes() local 806 for (size_t I : llvm::seq<size_t>(0, MST.numEdges())) { in emitProfileNotes() 807 auto &E = *MST.allEdges()[I]; in emitProfileNotes() 812 E.Place = getInstrBB(MST, E, ExecBlocks); in emitProfileNotes() 822 llvm::erase_if(MST.allEdges(), [](std::unique_ptr<Edge> &E) { in emitProfileNotes() [all …]
|
| H A D | PGOInstrumentation.cpp | 615 CFGMST<Edge, BBInfo> MST; member in __anon0925556b0211::FuncPGOInstrumentation 636 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo() 639 BBInfo *findBBInfo(const BasicBlock *BB) const { return MST.findBBInfo(BB); } in findBBInfo() 643 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + in dumpInfo() 657 MST(F, InstrumentFuncEntry, InstrumentLoopEntries, BPI, BFI, LI), in FuncPGOInstrumentation() 667 NumOfPGOBB += MST.bbInfoSize(); in FuncPGOInstrumentation() 674 NumOfCSPGOBB += MST.bbInfoSize(); in FuncPGOInstrumentation() 684 for (const auto &E : MST.allEdges()) { in FuncPGOInstrumentation() 731 updateJCH((uint64_t)MST.numEdges()); in computeCFGHash() 745 << ", Edges = " << MST.numEdges() << ", ICSites = " in computeCFGHash() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRFormatter.h | 61 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() argument 78 ModuleSlotTracker &MST);
|
| /freebsd/contrib/tzdata/ |
| H A D | zonenow.tab | 61 # -08/-07 - PST/PDT (North America DST) until 2026-11-01 02:00; then MST 62 XX +4916-12307 America/Vancouver MST - BC (most areas) 64 # -07 - MST 65 XX +332654-1120424 America/Phoenix Mountain Standard (MST) - Arizona; western Mexico; Yukon 67 # -07/-06 - MST/MDT (North America DST) 68 XX +394421-1045903 America/Denver Mountain (MST/MDT) - US & Canada; Mexico near US border
|
| H A D | zone.tab | 127 CA +4916-12307 America/Vancouver MST - BC (most areas) 128 CA +4906-11631 America/Creston MST - BC (Creston) 129 CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John) 130 CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson) 131 CA +6043-13503 America/Whitehorse MST - Yukon (east) 132 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 +4916-12307 America/Vancouver MST - BC (most areas) 120 CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John) 121 CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson) 122 CA +6043-13503 America/Whitehorse MST - Yukon (east) 123 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 | 791 # Arizona mostly uses MST. 815 -7:00 - MST 1944 Apr 1 0:01 817 -7:00 - MST 1967 819 -7:00 - MST 843 -7:00 - MST 1974 Feb 3 2:00 1122 # previously split between MST and CST) ... 1990-10 1124 # Oliver County, ND (from MST to CST) ... 1992-10 1125 # West Wendover, NV (from PST TO MST) ... 1999-10 1284 # -7 HNR MST HAP PDT 1819 # Some western towns (e.g. Swift Current) switched from MST/MDT to CST in 1972. [all …]
|
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 160 LLVM_ABI void print(raw_ostream &O, ModuleSlotTracker &MST, 257 LLVM_ABI void print(raw_ostream &ROS, ModuleSlotTracker &MST, 551 LLVM_ABI void print(raw_ostream &ROS, ModuleSlotTracker &MST, 618 LLVM_ABI void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
| /freebsd/contrib/one-true-awk/ |
| H A D | TODO | 1 Wed Jan 22 02:10:35 MST 2020
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | SuspendCrossingInfo.h | 103 ModuleSlotTracker &MST) const;
|
| /freebsd/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 <sanders@earth.com>. 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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 1574 if (!MST) { in getName() 1580 MST = std::make_unique<ModuleSlotTracker>(I->getModule()); in getName() 1581 MST->incorporateFunction(*I->getFunction()); in getName() 1583 MST = std::make_unique<ModuleSlotTracker>(nullptr); in getName() 1586 V->printAsOperand(S, false, *MST); in getName()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 351 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() argument 353 int Slot = MST.getLocalSlot(V); in mapValueToSlot() 362 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local 363 MST.incorporateFunction(F); in initSlots2Values() 365 mapValueToSlot(&Arg, MST, Slots2Values); in initSlots2Values() 367 mapValueToSlot(&BB, MST, Slots2Values); in initSlots2Values() 369 mapValueToSlot(&I, MST, Slots2Values); in initSlots2Values() 3558 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local 3559 MST.incorporateFunction(F); in initSlots2BasicBlocks() 3563 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
|