/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 794 unsigned Cycle = 0; in updateDepth() local 807 Cycle = std::max(Cycle, DepCycle); in updateDepth() 811 MICycles.Depth = Cycle; in updateDepth() 815 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height); in updateDepth() 816 LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI); in updateDepth() 818 LLVM_DEBUG(dbgs() << Cycle << '\t' << UseMI); in updateDepth() 920 unsigned DepHeight = I->Cycle; in updatePhysDepsUpwards() 939 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards() 940 LRU.Cycle = Height; in updatePhysDepsUpwards() 1039 RegUnits[LI.Reg].Cycle = LI.Height; in computeInstrHeights() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 459 // 5 Cycle Restricted DP operation and one 2 cycle ALU operation. 522 // Three Cycle PM operation. Only one PM unit per superslice so we use the whole 630 // 12 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 654 // 23 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 662 // 24 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 679 // 37 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 687 // 58 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 696 // 76 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 705 // 6 Cycle Load uses a single slice. 711 // 5 Cycle Load uses a single slice. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | Instruction.h | 206 bool contains(unsigned Cycle) const { return Cycle >= Begin && Cycle < End; } in contains() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 579 bool findCycle(Value *Out, Value *In, ValueSeq &Cycle); 580 void classifyCycle(Instruction *DivI, ValueSeq &Cycle, ValueSeq &Early, 1113 ValueSeq &Cycle) { in findCycle() argument 1134 if (Cycle.count(I)) in findCycle() 1136 Cycle.insert(I); in findCycle() 1137 if (findCycle(I, In, Cycle)) in findCycle() 1139 Cycle.remove(I); in findCycle() 1141 return !Cycle.empty(); in findCycle() 1145 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() argument 1151 unsigned I, N = Cycle.size(); in classifyCycle() [all …]
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | cyclic.ll | 2 ; CHECK: Cycle found in TBAA metadata.
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | BreadthFirstIteratorTest.cpp | 43 TEST(BreadthFristIteratorTest, Cycle) { in TEST() argument
|
/external/llvm/test/CodeGen/X86/ |
D | rdtsc.ll | 19 ; Verify that we correctly lower the Read Cycle Counter GCC x86 builtins
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 463 unsigned Cycle = getTransSwizzle(TransSwz, i); in isLegalUpTo() local 468 if (Vector[Src.second][Cycle] < 0) in isLegalUpTo() 469 Vector[Src.second][Cycle] = Src.first; in isLegalUpTo() 470 if (Vector[Src.second][Cycle] != Src.first) in isLegalUpTo() 524 unsigned Cycle = getTransSwizzle(TransSwz, i); in isConstCompatible() local 527 if (ConstCount > 0 && Cycle == 0) in isConstCompatible() 529 if (ConstCount > 1 && Cycle == 1) in isConstCompatible()
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | rdtsc.ll | 24 ; Verify that we correctly lower the Read Cycle Counter GCC x86 builtins
|
/external/autotest/client/site_tests/power_LoadTest/ |
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.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.email_1hour | 39 # the window. Cycle will cycle through the urls for the duration of the window
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 556 void setCurCycle(unsigned Cycle) { 557 CurCycle = Cycle;
|
D | MachineTraceMetrics.h | 78 unsigned Cycle = 0; member
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | tbaa.ll | 57 ; CHECK: Cycle detected in struct path
|
/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()
|