Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp114 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
118 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
121 const MachineFunction &MF, ModuleSlotTracker &MST);
124 ModuleSlotTracker &MST);
127 MachineModuleSlotTracker &MST);
137 ModuleSlotTracker &MST; member in llvm::MIPrinter
147 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() argument
150 : OS(OS), MST(MST), RegisterMaskIds(RegisterMaskIds), in MIPrinter()
219 MachineModuleSlotTracker MST(&MF); in print() local
220 MST.incorporateFunction(MF.getFunction()); in print()
[all …]
H A DMachineOperand.cpp487 ModuleSlotTracker &MST) { in printIRBlockReference() argument
495 if (F == MST.getCurrentFunction()) { in printIRBlockReference()
496 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
777 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
855 getCImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
858 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
890 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST); in print()
907 MST); in print()
909 printIRBlockReference(OS, *getBlockAddress()->getBasicBlock(), MST); in print()
959 getMetadata()->printAsOperand(OS, MST); in print()
[all …]
H A DMachineInstr.cpp1588 ModuleSlotTracker MST(M); in print() local
1590 MST.incorporateFunction(*F); in print()
1591 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, AddNewLine, TII); in print()
1594 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
1630 MO.print(OS, MST, TypeToPrint, StartOp, /*PrintDef=*/false, IsStandalone, in print()
1687 getOperand(OpIdx).print(OS, MST, TypeToPrint, OpIdx, /*PrintDef=*/true, IsStandalone, in print()
1726 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1737 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1775 MO.print(OS, MST, TypeToPrint, i, /*PrintDef=*/true, IsStandalone, in print()
1804 HeapAllocMarker->printAsOperand(OS, MST); in print()
[all …]
H A DMachineBasicBlock.cpp345 ModuleSlotTracker MST(M); in print() local
346 MST.incorporateFunction(F); in print()
347 print(OS, MST, Indexes, IsStandalone); in print()
350 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
363 printName(OS, PrintNameIr | PrintNameAttributes, &MST); in print()
444 MI.print(OS, MST, IsStandalone, /*SkipOpers=*/false, /*SkipDebugLoc=*/false, in print()
H A DMachineFunction.cpp616 ModuleSlotTracker MST(getFunction().getParent()); in print() local
617 MST.incorporateFunction(getFunction()); in print()
621 BB.print(OS, MST, Indexes, /*IsStandalone=*/true); in print()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSSAContext.cpp99 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print() local
100 MST.incorporateFunction(*BB->getParent()); in print()
101 Out << MST.getLocalSlot(BB); in print()
H A DAsmWriter.cpp4628 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4632 if (auto *ST = MST.getMachine()) in print()
4702 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local
4703 print(ROS, MST, IsForDebug); in print()
4706 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4711 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4714 MST.incorporateFunction(*F); in print()
4738 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print()
4743 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine()); in print()
4746 this->printAsOperand(OS, /* PrintType */ true, MST); in print()
[all …]
H A DVerifier.cpp128 ModuleSlotTracker MST; member
141 : OS(OS), M(M), MST(&M), TT(M.getTargetTriple()), DL(M.getDataLayout()), in VerifierSupport()
156 V.print(*OS, MST); in Write()
159 V.printAsOperand(*OS, true, MST); in Write()
167 MD->print(*OS, MST, &M); in Write()
178 NMD->print(*OS, MST); in Write()
385 BB.printAsOperand(*OS, true, MST); in verify()
/openbsd-src/gnu/llvm/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 (auto &E : make_pointee_range(MST.AllEdges)) { in dumpEdges()
820 CFGMST<Edge, BBInfo> MST(F, /*InstrumentFuncEntry_=*/false, BPI, BFI); in emitProfileNotes() local
823 for (size_t I : llvm::seq<size_t>(0, MST.AllEdges.size())) { in emitProfileNotes()
824 auto &E = *MST.AllEdges[I]; in emitProfileNotes()
829 E.Place = getInstrBB(MST, E, ExecBlocks); in emitProfileNotes()
839 llvm::erase_if(MST.AllEdges, [](std::unique_ptr<Edge> &E) { in emitProfileNotes()
[all …]
H A DPGOInstrumentation.cpp535 CFGMST<Edge, BBInfo> MST; member in __anon0345afe20211::FuncPGOInstrumentation
546 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo()
549 BBInfo *findBBInfo(const BasicBlock *BB) const { return MST.findBBInfo(BB); } in findBBInfo()
553 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " + in dumpInfo()
565 MST(F, InstrumentFuncEntry, BPI, BFI) { in FuncPGOInstrumentation()
572 NumOfPGOBB += MST.BBInfos.size(); in FuncPGOInstrumentation()
577 NumOfCSPGOBB += MST.BBInfos.size(); in FuncPGOInstrumentation()
586 for (auto &E : MST.AllEdges) { in FuncPGOInstrumentation()
629 (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); in computeCFGHash()
640 updateJCH((uint64_t)MST.AllEdges.size()); in computeCFGHash()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h56 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() argument
73 ModuleSlotTracker &MST);
H A DMachineMemOperand.h332 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineOperand.h307 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
/openbsd-src/share/zoneinfo/datfiles/
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.tab128 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 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 Dnorthamerica792 # Arizona mostly uses MST.
816 -7:00 - MST 1944 Apr 1 0:01
818 -7:00 - MST 1967
820 -7:00 - MST
844 -7:00 - MST 1974 Feb 3 2:00
1123 # previously split between MST and CST) ... 1990-10
1125 # Oliver County, ND (from MST to CST) ... 1992-10
1126 # West Wendover, NV (from PST TO MST) ... 1999-10
1275 # -7 HNR MST HAP PDT
1810 # Some western towns (e.g. Swift Current) switched from MST/MD
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/File-Glob/
H A DChanges6 0.90 Tue Dec 17 13:58:32 MST 1996
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMetadata.h125 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
137 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
1189 void printTree(raw_ostream &OS, ModuleSlotTracker &MST,
1666 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
H A DValue.h237 void print(raw_ostream &O, ModuleSlotTracker &MST,
251 ModuleSlotTracker &MST) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp532 ModuleSlotTracker MST(M); in printMemOperand() local
534 MST.incorporateFunction(MF->getFunction()); in printMemOperand()
536 MMO.print(OS, MST, SSNs, Ctx, MFI, TII); in printMemOperand()
H A DLegalizeVectorTypes.cpp6308 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in WidenVecOp_MSTORE() local
6309 SDValue Mask = MST->getMask(); in WidenVecOp_MSTORE()
6311 SDValue StVal = MST->getValue(); in WidenVecOp_MSTORE()
6339 return DAG.getMaskedStore(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
6340 MST->getOffset(), Mask, MST->getMemoryVT(), in WidenVecOp_MSTORE()
6341 MST->getMemOperand(), MST->getAddressingMode(), in WidenVecOp_MSTORE()
6342 false, MST->isCompressingStore()); in WidenVecOp_MSTORE()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp342 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() argument
344 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
353 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local
354 MST.incorporateFunction(F); in initSlots2Values()
356 mapValueToSlot(&Arg, MST, Slots2Values); in initSlots2Values()
358 mapValueToSlot(&BB, MST, Slots2Values); in initSlots2Values()
360 mapValueToSlot(&I, MST, Slots2Values); in initSlots2Values()
3505 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local
3506 MST.incorporateFunction(F); in initSlots2BasicBlocks()
3510 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
/openbsd-src/sys/dev/pci/drm/amd/display/
H A DTODO70 12. drm_modeset_lock in MST should no longer be needed in recent kernels
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.openbsd89 Sep 26 OpenSSH born, Sunday 11:56 MST, 1999

12