Home
last modified time | relevance | path

Searched refs:Cycle (Results 1 – 25 of 43) sorted by relevance

12

/external/kmod/testsuite/rootfs-pristine/test-depmod/detect-loop/
Dcorrect.txt1 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/
DMachineTraceMetrics.cpp682 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 …]
DMachinePipeliner.cpp2227 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/
DMachineTraceMetrics.cpp794 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/
DP9InstrResources.td459 // 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/
DInstruction.h206 bool contains(unsigned Cycle) const { return Cycle >= Begin && Cycle < End; } in contains() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp579 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/
Dcyclic.ll2 ; CHECK: Cycle found in TBAA metadata.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBreadthFirstIteratorTest.cpp43 TEST(BreadthFristIteratorTest, Cycle) { in TEST() argument
/external/llvm/test/CodeGen/X86/
Drdtsc.ll19 ; Verify that we correctly lower the Read Cycle Counter GCC x86 builtins
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp463 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/
DR600InstrInfo.cpp471 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/
Drdtsc.ll24 ; Verify that we correctly lower the Read Cycle Counter GCC x86 builtins
/external/autotest/client/site_tests/power_LoadTest/
Dcontrol.single_page39 # the window. Cycle will cycle through the urls for the duration of the window
Dcontrol.docs_1hour39 # the window. Cycle will cycle through the urls for the duration of the window
Dcontrol.web_1hour39 # the window. Cycle will cycle through the urls for the duration of the window
Dcontrol.video_1hour39 # the window. Cycle will cycle through the urls for the duration of the window
Dcontrol.email_1hour39 # 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/
DScheduleDAG.h556 void setCurCycle(unsigned Cycle) {
557 CurCycle = Cycle;
DMachineTraceMetrics.h78 unsigned Cycle = 0; member
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h476 void setCurCycle(unsigned Cycle) {
477 CurCycle = Cycle;
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h567 void setCurCycle(unsigned Cycle) {
568 CurCycle = Cycle;
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dtbaa.ll57 ; CHECK: Cycle detected in struct path
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc138 TEST(FileDescriptorShuffleTest, Cycle) { in TEST() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp206 unsigned Cycle, unsigned Extra, in MeetIfcvtSizeLimit() argument
208 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()

12