Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp116 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
120 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
123 const MachineFunction &MF, ModuleSlotTracker &MST);
126 ModuleSlotTracker &MST);
129 ModuleSlotTracker &MST);
132 MachineModuleSlotTracker &MST);
142 ModuleSlotTracker &MST; member in llvm::MIPrinter
152 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() argument
155 : OS(OS), MST(MST), RegisterMaskIds(RegisterMaskIds), in MIPrinter()
225 MachineModuleSlotTracker MST(&MF); in print() local
[all …]
H A DMachineOperand.cpp505 ModuleSlotTracker &MST) { in printIRBlockReference() argument
513 if (F == MST.getCurrentFunction()) { in printIRBlockReference()
514 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
795 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
873 getCImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
876 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
908 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST); in print()
925 MST); in print()
927 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print()
977 getMetadata()->printAsOperand(OS, MST); in print()
[all …]
H A DMachineInstr.cpp1672 ModuleSlotTracker MST(M); in print() local
1674 MST.incorporateFunction(*F); in print()
1675 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print()
1678 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
1714 MO.print(OS, MST, TypeToPrint, StartOp, /*PrintDef=*/false, IsStandalone, in print()
1775 getOperand(OpIdx).print(OS, MST, TypeToPrint, OpIdx, /*PrintDef=*/true, IsStandalone, in print()
1814 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1825 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1869 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1898 HeapAllocMarker->printAsOperand(OS, MST); in print()
[all …]
H A DMachineBasicBlock.cpp353 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()
H A DMachineFunction.cpp644 ModuleSlotTracker MST(getFunction().getParent()); in print() local
645 MST.incorporateFunction(getFunction()); in print()
649 BB.print(OS, MST, Indexes, /*IsStandalone=*/true); in print()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
94 MST.incorporateFunction(*BB->getParent()); in print()
95 Out << MST.getLocalSlot(BB); in print()
97 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; print() local
H A DAsmWriter.cpp4889 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4893 if (auto *ST = MST.getMachine()) in print()
4958 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() local
4959 print(ROS, MST, IsForDebug); in print()
4964 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() local
4965 print(ROS, MST, IsForDebug); in print()
4968 void DbgMarker::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4973 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4976 MST.incorporateFunction(*F); in print()
4985 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() local
[all …]
H A DDebugProgramInstruction.cpp103 void DbgRecord::print(raw_ostream &O, ModuleSlotTracker &MST, in print() argument
107 cast<DbgVariableRecord>(this)->print(O, MST, IsForDebug); in print()
110 cast<DbgLabelRecord>(this)->print(O, MST, IsForDebug); in print()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp706 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E, in getInstrBB() argument
743 MST.addEdge(SrcBB, InstrBB, 0); in getInstrBB()
744 MST.addEdge(InstrBB, DestBB, 0).InMST = true; in getInstrBB()
751 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges() argument
753 for (const auto &E : make_pointee_range(MST.allEdges())) { in dumpEdges()
815 // Split indirectbr critical edges here before computing the MST rather in emitProfileNotes()
820 CFGMST<Edge, BBInfo> MST(F, /*InstrumentFuncEntry_=*/false, BPI, BFI); in emitProfileNotes() local
823 for (size_t I : llvm::seq<size_t>(0, MST.numEdges())) { in emitProfileNotes()
824 auto &E = *MST.allEdges()[I]; in emitProfileNotes()
829 E.Place = getInstrBB(MST, in emitProfileNotes()
[all...]
H A DPGOInstrumentation.cpp553 CFGMST<Edge, BBInfo> MST; member in __anon0925556b0111::FuncPGOInstrumentation
574 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo()
577 BBInfo *findBBInfo(const BasicBlock *BB) const { return MST.findBBInfo(BB); } in findBBInfo()
581 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + in dumpInfo()
594 MST(F, InstrumentFuncEntry, BPI, BFI), in FuncPGOInstrumentation()
604 NumOfPGOBB += MST.bbInfoSize(); in FuncPGOInstrumentation()
611 NumOfCSPGOBB += MST.bbInfoSize(); in FuncPGOInstrumentation()
621 for (const auto &E : MST.allEdges()) { in FuncPGOInstrumentation()
668 updateJCH((uint64_t)MST.numEdges()); in computeCFGHash()
682 << ", Edges = " << MST.numEdges() << ", ICSites = " in computeCFGHash()
[all …]
/freebsd/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.h339 void print(raw_ostream &OS, ModuleSlotTracker &MST,
/freebsd/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)
421 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)
334 US,CA +332654-1120424 America/Phoenix MST - AZ (most areas), Creston BC
H A Dnorthamerica791 # 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
1274 # -7 HNR MST HAP PDT
1800 # Some western towns (e.g. Swift Current) switched from MST/MD
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h155 void print(raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug) const;
243 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
532 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
598 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,
1323 void printTree(raw_ostream &OS, ModuleSlotTracker &MST,
1810 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
H A DValue.h237 void print(raw_ostream &O, ModuleSlotTracker &MST,
251 ModuleSlotTracker &MST) const;
/freebsd/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/contrib/one-true-awk/
H A DTODO1 Wed Jan 22 02:10:35 MST 2020
/freebsd/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 <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/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()
3526 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local
3527 MST.incorporateFunction(F); in initSlots2BasicBlocks()
3531 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp589 ModuleSlotTracker MST(M); in printMemOperand() local
591 MST.incorporateFunction(MF->getFunction()); in printMemOperand()
593 MMO.print(OS, MST, SSNs, Ctx, MFI, TII); in printMemOperand()

12