/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 678 unsigned Cycle; member 684 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {} in LiveRegUnit() 831 unsigned Cycle = 0; in computeInstrDepths() local 844 Cycle = std::max(Cycle, DepCycle); in computeInstrDepths() 848 MICycles.Depth = Cycle; in computeInstrDepths() 851 DEBUG(dbgs() << Cycle << '\t' << UseMI); in computeInstrDepths() 855 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths() 856 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in computeInstrDepths() 889 unsigned DepHeight = I->Cycle; in updatePhysDepsUpwards() 908 if (LRU.Cycle <= Height && LRU.MI != MI) { in updatePhysDepsUpwards() [all …]
|
D | IfConversion.cpp | 221 unsigned Cycle, unsigned Extra, in MeetIfcvtSizeLimit() argument 223 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | cyclic.ll | 2 ; CHECK: Cycle found in TBAA metadata.
|
/external/libchrome/base/mac/ |
D | scoped_nsautorelease_pool.mm | 23 // Cycle the internal pool, allowing everything there to get cleaned up and
|
/external/llvm/test/CodeGen/X86/ |
D | rdtsc.ll | 19 ; Verify that we correctly lower the Read Cycle Counter GCC x86 builtins
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 475 unsigned Cycle = getTransSwizzle(TransSwz, i); in isLegalUpTo() local 480 if (Vector[Src.second][Cycle] < 0) in isLegalUpTo() 481 Vector[Src.second][Cycle] = Src.first; in isLegalUpTo() 482 if (Vector[Src.second][Cycle] != Src.first) in isLegalUpTo() 536 unsigned Cycle = getTransSwizzle(TransSwz, i); in isConstCompatible() local 539 if (ConstCount > 0 && Cycle == 0) in isConstCompatible() 541 if (ConstCount > 1 && Cycle == 1) in isConstCompatible()
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | control.web_1hour | 39 # the window. Cycle will cycle through the urls for the duration of the window
|
D | control.video_1hour | 39 # the window. Cycle will cycle through the urls for the duration of the window
|
D | control.single_page | 39 # the window. Cycle will cycle through the urls for the duration of the window
|
D | control.docs_1hour | 39 # the window. Cycle will cycle through the urls for the duration of the window
|
D | control.email_1hour | 39 # the window. Cycle will cycle through the urls for the duration of the window
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 549 void setCurCycle(unsigned Cycle) { 550 CurCycle = Cycle;
|
/external/libchrome/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 138 TEST(FileDescriptorShuffleTest, Cycle) { in TEST() argument
|
/external/valgrind/docs/internals/ |
D | 3_9_BUGSTATUS.txt | 114 338141 Cachegrind's Cycle Estimation is very different from the
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 130 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency() local 131 if (Cycle < 0) in getInstrLatency() 134 Latency = std::max(Latency, (unsigned) Cycle); in getInstrLatency()
|
/external/icu/icu4c/source/data/lang/ |
D | en.txt | 25 hc{"Hour Cycle (12 vs 24)"}
|
/external/google-breakpad/src/common/ |
D | test_assembler_unittest.cc | 225 TEST(AssignmentDeathTest, Cycle) { in TEST() argument
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 2588 "Cycle in acquired_before/after dependencies, starting with '%0'">, 4787 let CategoryName = "ARC Retain Cycle" in { 4796 } // end "ARC Retain Cycle" category
|
/external/valgrind/ |
D | NEWS | 2047 approximation of a "Cycle Estimation" as derived event (you need to
|
/external/tpm2/ |
D | part4.txt | 31204 409 // Cycle through the primes, clearing bits
|