HomeSort by relevance Sort by last modified time
    Searched refs:MST (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 25 /// MaximumSpanningTree - A MST implementation.
36 MaxSpanTree MST;
94 // the edge to the MST.
95 MST.push_back(e);
101 return MST.begin();
105 return MST.end();
PGOInstrumentation.cpp 1 //===-- PGOInstrumentation.cpp - MST-based PGO Instrumentation ------------===//
47 // The MST implementation is in Class CFGMST (CFGMST.h).
199 /// \brief An MST based instrumentation for PGO
201 /// Implements a Minimum Spanning Tree (MST) based instrumentation for PGO
249 CFGMST<Edge, BBInfo> MST;
256 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); }
260 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " +
267 : F(Func), FunctionHash(0), MST(F, BPI, BFI) {
272 NumOfPGOBB += MST.BBInfos.size();
273 for (auto &E : MST.AllEdges)
    [all...]
  /external/llvm/unittests/IR/
ValueTest.cpp 135 ModuleSlotTracker MST(M.get());
148 INST->print(OS, MST); \
167 INST->printAsOperand(OS, TYPE, MST); \
205 ModuleSlotTracker MST(M.get());
206 MST.incorporateFunction(*F);
207 EXPECT_EQ(MST.getLocalSlot(I0), 0);
208 EXPECT_EQ(MST.getLocalSlot(I1), 1);
209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1);
210 EXPECT_EQ(MST.getLocalSlot(BB2), 2);
233 ModuleSlotTracker MST(M.get())
    [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 83 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
87 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
91 ModuleSlotTracker &MST,
102 ModuleSlotTracker &MST;
107 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST,
110 : OS(OS), MST(MST), RegisterMaskIds(RegisterMaskIds),
180 ModuleSlotTracker MST(MF.getFunction()->getParent());
181 MST.incorporateFunction(*MF.getFunction());
182 convert(MST, YamlMF.FrameInfo, *MF.getFrameInfo())
    [all...]
MachineInstr.cpp 313 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST,
408 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST);
419 getBlockAddress()->printAsOperand(OS, /*PrintType=*/false, MST);
448 getMetadata()->printAsOperand(OS, MST);
548 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const {
564 V->printAsOperand(OS, /*PrintType=*/false, MST);
592 TBAAInfo->getOperand(0)->printAsOperand(OS, MST);
603 ScopeInfo->getOperand(i)->printAsOperand(OS, MST);
617 NoAliasInfo->getOperand(i)->printAsOperand(OS, MST);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 25 /// MaximumSpanningTree - A MST implementation.
60 MaxSpanTree MST;
91 // the edge to the MST.
92 MST.push_back(e);
98 return MST.begin();
102 return MST.end();
OptimalEdgeProfiling.cpp 126 // Instrument all of the edges not in MST...
137 // actual MST is returned but the edges _not_ in the MST.
142 MaximumSpanningTree<BasicBlock> MST(EdgeVector);
143 std::stable_sort(MST.begin(), MST.end());
145 // Check if (0,entry) not in the MST. If not, instrument edge
147 // the edge is in the MST the counter is initialised to -1.
151 if (!std::binary_search(MST.begin(), MST.end(), edge))
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530I2c.h 46 #define MST BIT10
  /device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530I2c.h 46 #define MST BIT10
  /prebuilts/go/darwin-x86/src/time/
example_test.go 84 // Jan 2 15:04:05 2006 MST
108 do("Basic", "Mon Jan 2 15:04:05 MST 2006", "Sat Mar 7 11:06:39 PST 2015")
164 // Basic "Mon Jan 2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
169 // Unix "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
171 // No fraction "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
184 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
203 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
format_test.go 170 {"", "2006-01-02 15:04:05.9999 -0700 MST", "2010-02-04 21:00:57 -0800 PST", true, false, 1, 0},
171 {"", "2006-01-02 15:04:05.999999999 -0700 MST", "2010-02-04 21:00:57 -0800 PST", true, false, 1, 0},
172 {"", "2006-01-02 15:04:05.9999 -0700 MST", "2010-02-04 21:00:57.0123 -0800 PST", true, false, 1, 4},
173 {"", "2006-01-02 15:04:05.999999999 -0700 MST", "2010-02-04 21:00:57.0123 -0800 PST", true, false, 1, 4},
174 {"", "2006-01-02 15:04:05.9999 -0700 MST", "2010-02-04 21:00:57.012345678 -0800 PST", true, false, 1, 9},
175 {"", "2006-01-02 15:04:05.999999999 -0700 MST", "2010-02-04 21:00:57.012345678 -0800 PST", true, false, 1, 9},
258 t1, err := ParseInLocation("Jan 02 2006 MST", "Feb 01 2013 AST", baghdad)
276 t1, err = ParseInLocation("Jan 02 2006 MST", "Feb 01 2013 AST", blancSablon)
358 const fmt = "Mon MST " + RFC3339 // all fields
521 // when formatted with MST as a requested zone
    [all...]
zoneinfo_abbrs_windows.go 34 "Mountain Standard Time (Mexico)": {"MST", "MDT"}, // America/Chihuahua
36 "Mountain Standard Time": {"MST", "MDT"}, // America/Denver
49 "US Mountain Standard Time": {"MST", "MST"}, // America/Phoenix
zoneinfo_test.go 28 const format = "Mon, 02 Jan 2006 15:04:05 -0700 (MST)"
format.go 11 // Mon Jan 2 15:04:05 MST 2006
12 // which is Unix time 1136239445. Since MST is GMT-0700,
66 UnixDate = "Mon Jan _2 15:04:05 MST 2006"
68 RFC822 = "02 Jan 06 15:04 MST"
70 RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
71 RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
105 stdTZ = iota // "MST"
153 case 'M': // Monday, Mon, MST
163 if layout[i:i+3] == "MST" {
426 // "2006-01-02 15:04:05.999999999 -0700 MST"
    [all...]
  /prebuilts/go/linux-x86/src/time/
example_test.go 84 // Jan 2 15:04:05 2006 MST
108 do("Basic", "Mon Jan 2 15:04:05 MST 2006", "Sat Mar 7 11:06:39 PST 2015")
164 // Basic "Mon Jan 2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
169 // Unix "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
171 // No fraction "Mon Jan _2 15:04:05 MST 2006" gives "Sat Mar 7 11:06:39 PST 2015"
184 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
203 const longForm = "Jan 2, 2006 at 3:04pm (MST)"
format_test.go 170 {"", "2006-01-02 15:04:05.9999 -0700 MST", "2010-02-04 21:00:57 -0800 PST", true, false, 1, 0},
171 {"", "2006-01-02 15:04:05.999999999 -0700 MST", "2010-02-04 21:00:57 -0800 PST", true, false, 1, 0},
172 {"", "2006-01-02 15:04:05.9999 -0700 MST", "2010-02-04 21:00:57.0123 -0800 PST", true, false, 1, 4},
173 {"", "2006-01-02 15:04:05.999999999 -0700 MST", "2010-02-04 21:00:57.0123 -0800 PST", true, false, 1, 4},
174 {"", "2006-01-02 15:04:05.9999 -0700 MST", "2010-02-04 21:00:57.012345678 -0800 PST", true, false, 1, 9},
175 {"", "2006-01-02 15:04:05.999999999 -0700 MST", "2010-02-04 21:00:57.012345678 -0800 PST", true, false, 1, 9},
258 t1, err := ParseInLocation("Jan 02 2006 MST", "Feb 01 2013 AST", baghdad)
276 t1, err = ParseInLocation("Jan 02 2006 MST", "Feb 01 2013 AST", blancSablon)
358 const fmt = "Mon MST " + RFC3339 // all fields
521 // when formatted with MST as a requested zone
    [all...]
zoneinfo_abbrs_windows.go 34 "Mountain Standard Time (Mexico)": {"MST", "MDT"}, // America/Chihuahua
36 "Mountain Standard Time": {"MST", "MDT"}, // America/Denver
49 "US Mountain Standard Time": {"MST", "MST"}, // America/Phoenix
zoneinfo_test.go 28 const format = "Mon, 02 Jan 2006 15:04:05 -0700 (MST)"
format.go 11 // Mon Jan 2 15:04:05 MST 2006
12 // which is Unix time 1136239445. Since MST is GMT-0700,
66 UnixDate = "Mon Jan _2 15:04:05 MST 2006"
68 RFC822 = "02 Jan 06 15:04 MST"
70 RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
71 RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
105 stdTZ = iota // "MST"
153 case 'M': // Monday, Mon, MST
163 if layout[i:i+3] == "MST" {
426 // "2006-01-02 15:04:05.999999999 -0700 MST"
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/SmbusDxe/
Smbus.c 91 MmioOr16(I2C_CON, MST);
169 MmioWrite16(I2C_CON, (I2C_EN | MST | STP | STT));
200 MmioWrite16(I2C_CON, (I2C_EN | TRX | MST | STT | STP));
  /device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/
Smbus.c 91 MmioOr16(I2C_CON, MST);
169 MmioWrite16(I2C_CON, (I2C_EN | MST | STP | STT));
200 MmioWrite16(I2C_CON, (I2C_EN | TRX | MST | STT | STP));
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 211 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
  /external/llvm/include/llvm/IR/
Value.h 209 void print(raw_ostream &O, ModuleSlotTracker &MST,
223 ModuleSlotTracker &MST) const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h 212 void print(raw_ostream &O, ModuleSlotTracker &MST,
226 ModuleSlotTracker &MST) const;

Completed in 916 milliseconds

1 2 3 4