/external/kmod/testsuite/rootfs-pristine/test-depmod/detect-loop/ |
D | correct.txt | 1 depmod: ERROR: Cycle detected: mod_loop_d -> mod_loop_e -> mod_loop_d 2 depmod: ERROR: Cycle detected: mod_loop_i -> mod_loop_j -> mod_loop_k -> mod_loop_h -> mod_loop_i 3 depmod: ERROR: Cycle detected: mod_loop_i -> mod_loop_j -> mod_loop_h -> mod_loop_i 4 depmod: ERROR: Cycle detected: mod_loop_c -> mod_loop_a -> mod_loop_b -> mod_loop_c
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 682 unsigned Cycle; member 688 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(nullptr), Op(0) {} in LiveRegUnit() 835 unsigned Cycle = 0; in computeInstrDepths() local 848 Cycle = std::max(Cycle, DepCycle); in computeInstrDepths() 852 MICycles.Depth = Cycle; in computeInstrDepths() 855 DEBUG(dbgs() << Cycle << '\t' << UseMI); in computeInstrDepths() 859 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in computeInstrDepths() 860 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in computeInstrDepths() 894 unsigned DepHeight = I->Cycle; in updatePhysDepsUpwards() 913 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards() [all …]
|
D | MachinePipeliner.cpp | 2227 for (int Cycle = Schedule.getFirstCycle(), in generatePipelinedLoop() local 2229 Cycle <= LastCycle; ++Cycle) { in generatePipelinedLoop() 2230 std::deque<SUnit *> &CycleInstrs = Schedule.getInstructions(Cycle); in generatePipelinedLoop() 3903 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule() local 3904 std::deque<SUnit *> &cycleInstrs = ScheduledInstrs[Cycle]; in finalizeSchedule()
|
D | IfConversion.cpp | 229 unsigned Cycle, unsigned Extra, in MeetIfcvtSizeLimit() argument 231 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/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 | 471 unsigned Cycle = getTransSwizzle(TransSwz, i); in isLegalUpTo() local 476 if (Vector[Src.second][Cycle] < 0) in isLegalUpTo() 477 Vector[Src.second][Cycle] = Src.first; in isLegalUpTo() 478 if (Vector[Src.second][Cycle] != Src.first) in isLegalUpTo() 532 unsigned Cycle = getTransSwizzle(TransSwz, i); in isConstCompatible() local 535 if (ConstCount > 0 && Cycle == 0) in isConstCompatible() 537 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.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.video_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/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 476 void setCurCycle(unsigned Cycle) { 477 CurCycle = Cycle;
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 567 void setCurCycle(unsigned Cycle) { 568 CurCycle = Cycle;
|
/external/bart/ |
D | README.md | 91 #### Duty Cycle
|
/external/libchrome/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 138 TEST(FileDescriptorShuffleTest, Cycle) { in TEST() argument
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 206 unsigned Cycle, unsigned Extra, in MeetIfcvtSizeLimit() argument 208 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
|
/external/valgrind/docs/internals/ |
D | 3_9_BUGSTATUS.txt | 114 338141 Cachegrind's Cycle Estimation is very different from the
|
/external/python/cpython2/Doc/c-api/ |
D | gcsupport.rst | 16 .. Cycle Collector (XXX not found: ../ext/example-cycle-support.html)".
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 131 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency() local 132 if (Cycle < 0) in getInstrLatency() 135 Latency = std::max(Latency, (unsigned) Cycle); in getInstrLatency()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | CHANGELOG | 63 Fixed cycle performance stat printing. Cycle performance was printing at
|
/external/icu/icu4c/source/data/lang/ |
D | en.txt | 21 hc{"Hour Cycle (12 vs 24)"}
|
D | ar_XB.txt | 21 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 | 2668 "Cycle in acquired_before/after dependencies, starting with '%0'">, 4951 let CategoryName = "ARC Retain Cycle" in { 4960 } // end "ARC Retain Cycle" category
|