Home
last modified time | relevance | path

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

1234

/external/llvm/lib/CodeGen/
DMIRPrinter.cpp83 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
87 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
91 ModuleSlotTracker &MST,
102 ModuleSlotTracker &MST; member in llvm::MIPrinter
107 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() argument
110 : OS(OS), MST(MST), RegisterMaskIds(RegisterMaskIds), in MIPrinter()
180 ModuleSlotTracker MST(MF.getFunction()->getParent()); in print() local
181 MST.incorporateFunction(*MF.getFunction()); in print()
182 convert(MST, YamlMF.FrameInfo, *MF.getFrameInfo()); in print()
183 convertStackObjects(YamlMF, *MF.getFrameInfo(), MF.getMMI(), MST, in print()
[all …]
DMachineInstr.cpp313 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
408 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST); in print()
419 getBlockAddress()->printAsOperand(OS, /*PrintType=*/false, MST); in print()
448 getMetadata()->printAsOperand(OS, MST); in print()
548 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { in print()
564 V->printAsOperand(OS, /*PrintType=*/false, MST); in print()
592 TBAAInfo->getOperand(0)->printAsOperand(OS, MST); in print()
603 ScopeInfo->getOperand(i)->printAsOperand(OS, MST); in print()
617 NoAliasInfo->getOperand(i)->printAsOperand(OS, MST); in print()
1675 ModuleSlotTracker MST(M); in print() local
[all …]
DMachineBasicBlock.cpp243 ModuleSlotTracker MST(M); in print() local
244 print(OS, MST, Indexes); in print()
247 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
264 LBB->printAsOperand(OS, /*PrintType=*/false, MST); in print()
304 I.print(OS, MST); in print()
/external/llvm/unittests/IR/
DValueTest.cpp135 ModuleSlotTracker MST(M.get()); in TEST() local
148 INST->print(OS, MST); \ in TEST()
167 INST->printAsOperand(OS, TYPE, MST); \ in TEST()
205 ModuleSlotTracker MST(M.get()); in TEST() local
206 MST.incorporateFunction(*F); in TEST()
207 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()
208 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST()
209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST()
210 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST()
233 ModuleSlotTracker MST(M.get()); in TEST() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueTest.cpp146 ModuleSlotTracker MST(M.get()); in TEST() local
159 INST->print(OS, MST); \ in TEST()
178 INST->printAsOperand(OS, TYPE, MST); \ in TEST()
218 ModuleSlotTracker MST(M.get()); in TEST() local
219 MST.incorporateFunction(*F); in TEST()
220 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()
221 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST()
222 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST()
223 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST()
246 ModuleSlotTracker MST(M.get()); in TEST() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DOptimalEdgeProfiling.cpp142 MaximumSpanningTree<BasicBlock> MST(EdgeVector); in runOnModule() local
143 std::stable_sort(MST.begin(), MST.end()); in runOnModule()
151 if (!std::binary_search(MST.begin(), MST.end(), edge)) { in runOnModule()
174 if (!std::binary_search(MST.begin(), MST.end(), edge)) { in runOnModule()
185 if (!std::binary_search(MST.begin(), MST.end(), edge)) { in runOnModule()
DMaximumSpanningTree.h60 MaxSpanTree MST; variable
92 MST.push_back(e); in MaximumSpanningTree()
98 return MST.begin(); in begin()
102 return MST.end(); in end()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp123 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
127 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
130 const MachineFunction &MF, ModuleSlotTracker &MST);
140 ModuleSlotTracker &MST; member in llvm::MIPrinter
150 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() argument
153 : OS(OS), MST(MST), RegisterMaskIds(RegisterMaskIds), in MIPrinter()
209 ModuleSlotTracker MST(MF.getFunction().getParent()); in print() local
210 MST.incorporateFunction(MF.getFunction()); in print()
211 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo()); in print()
212 convertStackObjects(YamlMF, MF, MST); in print()
[all …]
DMachineOperand.cpp423 ModuleSlotTracker &MST) { in printIRBlockReference() argument
431 if (F == MST.getCurrentFunction()) { in printIRBlockReference()
432 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
446 ModuleSlotTracker &MST) { in printIRValueReference() argument
448 V.printAsOperand(OS, /*PrintType=*/false, MST); in printIRValueReference()
454 V.printAsOperand(OS, /*PrintType=*/true, MST); in printIRValueReference()
463 MachineOperand::printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
720 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
787 getCImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
790 getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST); in print()
[all …]
DMachineInstr.cpp1277 ModuleSlotTracker MST(M); in print() local
1279 MST.incorporateFunction(*F); in print()
1280 print(OS, MST, IsStandalone, SkipOpers, SkipDebugLoc, TII); in print()
1283 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
1320 MO.print(OS, MST, TypeToPrint, /*PrintDef=*/false, IsStandalone, in print()
1367 getOperand(OpIdx).print(OS, MST, TypeToPrint, /*PrintDef=*/true, IsStandalone, in print()
1406 MO.print(OS, MST, TypeToPrint, /*PrintDef=*/true, IsStandalone, in print()
1417 MO.print(OS, MST, TypeToPrint, /*PrintDef=*/true, IsStandalone, in print()
1484 MO.print(OS, MST, TypeToPrint, /*PrintDef=*/true, IsStandalone, in print()
1494 DL->printAsOperand(OS, MST); in print()
[all …]
DMachineBasicBlock.cpp273 ModuleSlotTracker MST(M); in print() local
274 MST.incorporateFunction(F); in print()
275 print(OS, MST, Indexes, IsStandalone); in print()
278 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument
299 int Slot = MST.getLocalSlot(BB); in print()
411 MI.print(OS, MST, IsStandalone, /*SkipOpers=*/false, /*SkipDebugLoc=*/false, in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h36 MaxSpanTree MST; variable
95 MST.push_back(e); in MaximumSpanningTree()
101 return MST.begin(); in begin()
105 return MST.end(); in end()
DPGOInstrumentation.cpp512 CFGMST<Edge, BBInfo> MST; member in __anon3417d88e0211::FuncPGOInstrumentation
519 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo()
522 BBInfo *findBBInfo(const BasicBlock *BB) const { return MST.findBBInfo(BB); } in findBBInfo()
526 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " + in dumpInfo()
536 SIVisitor(Func), MIVisitor(Func), MST(F, BPI, BFI) { in FuncPGOInstrumentation()
551 NumOfPGOBB += MST.BBInfos.size(); in FuncPGOInstrumentation()
552 for (auto &E : MST.AllEdges) { in FuncPGOInstrumentation()
567 for (auto &E : this->MST.AllEdges) { in getNumCounters()
598 (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); in computeCFGHash()
602 << ", Edges = " << MST.AllEdges.size() << ", ICSites = " in computeCFGHash()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h36 MaxSpanTree MST; variable
95 MST.push_back(e); in MaximumSpanningTree()
101 return MST.begin(); in begin()
105 return MST.end(); in end()
DPGOInstrumentation.cpp249 CFGMST<Edge, BBInfo> MST; member in __anon870b0e360211::FuncPGOInstrumentation
256 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); } in getBBInfo()
260 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " + in dumpInfo()
267 : F(Func), FunctionHash(0), MST(F, BPI, BFI) { in FuncPGOInstrumentation()
272 NumOfPGOBB += MST.BBInfos.size(); in FuncPGOInstrumentation()
273 for (auto &E : MST.AllEdges) { in FuncPGOInstrumentation()
302 FunctionHash = (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); in computeCFGHash()
348 for (auto &E : FuncInfo.MST.AllEdges) { in instrumentOneFunc()
355 for (auto &E : FuncInfo.MST.AllEdges) { in instrumentOneFunc()
540 for (auto &E : FuncInfo.MST.AllEdges) in setInstrumentedCounts()
[all …]
/external/icu/icu4c/source/data/zone/
Den_MO.txt14 sg{"MST"}
15 ss{"MST"}
Den_CA.txt33 ss{"MST"}
/external/llvm/lib/IR/
DAsmWriter.cpp3322 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
3326 if (auto *ST = MST.getMachine()) in print()
3396 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local
3397 print(ROS, MST, IsForDebug); in print()
3400 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
3405 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
3408 MST.incorporateFunction(*F); in print()
3428 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print()
3433 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print()
3435 this->printAsOperand(OS, /* PrintType */ true, MST); in print()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3999 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4003 if (auto *ST = MST.getMachine()) in print()
4073 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local
4074 print(ROS, MST, IsForDebug); in print()
4077 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() argument
4082 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4085 MST.incorporateFunction(*F); in print()
4105 V->getMetadata()->print(ROS, MST, getModuleFromVal(V)); in print()
4110 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print()
4112 this->printAsOperand(OS, /* PrintType */ true, MST); in print()
[all …]
/external/icu/icu4c/source/test/testdata/
Dte.txt148 "MST",
158 "MST",
/external/icu/icu4c/source/tools/tzcode/
Dicuzones32 Zone SystemV/MST7 -7:00 - MST
64 ####Link America/Denver MST # Defined as -07:00
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h297 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
298 void print(raw_ostream &OS, ModuleSlotTracker &MST,
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1929 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local
1930 MST.incorporateFunction(F); in initSlots2BasicBlocks()
1934 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
1964 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() argument
1966 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
1975 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local
1976 MST.incorporateFunction(F); in initSlots2Values()
1978 mapValueToSlot(&Arg, MST, Slots2Values); in initSlots2Values()
1980 mapValueToSlot(&BB, MST, Slots2Values); in initSlots2Values()
1982 mapValueToSlot(&I, MST, Slots2Values); in initSlots2Values()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp298 ModuleSlotTracker MST(&M); in TEST() local
314 MO.print(OS, MST, LLT{}, /*PrintDef=*/false, /*IsStandalone=*/false, in TEST()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dnorthamerica178 Zone MST -7:00 - MST
751 # Arizona mostly uses MST.
775 -7:00 - MST 1944 Apr 1 0:01
777 -7:00 - MST 1967
779 -7:00 - MST
802 -7:00 - MST 1974 Feb 3 2:00
1070 # previously split between MST and CST) ... 1990-10
1072 # Oliver County, ND (from MST to CST) ... 1992-10
1073 # West Wendover, NV (from PST TO MST) ... 1999-10
1212 # -7 HNR MST HAP PDT
[all …]

1234