Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 135) sorted by relevance

123456

/external/llvm/lib/Target/MBlaze/
DMBlazeSchedule5.td18 // The instruction takes one cycle to execute in each of the stages. The
22 [ InstrStage<1,[IF]> // one cycle in fetch stage
23 , InstrStage<1,[ID]> // one cycle in decode stage
24 , InstrStage<1,[EX]> // one cycle in execute stage
25 , InstrStage<1,[MA]> // one cycle in memory access stage
26 , InstrStage<1,[WB]>], // one cycle in write back stage
28 , 1 // first operand read after one cycle
29 , 1 ]>, // second operand read after one cycle
33 // operand. The instruction takes one cycle to execute in each of the
37 [ InstrStage<1,[IF]> // one cycle in fetch stage
[all …]
DMBlazeSchedule3.td18 // The instruction takes one cycle to execute in each of the stages. The
22 [ InstrStage<1,[IF]> // one cycle in fetch stage
23 , InstrStage<1,[ID]> // one cycle in decode stage
24 , InstrStage<1,[EX]>], // one cycle in execute stage
26 , 1 // first operand read after one cycle
27 , 1 ]>, // second operand read after one cycle
31 // operand. The instruction takes one cycle to execute in each of the
36 [ InstrStage<1,[IF]> // one cycle in fetch stage
37 , InstrStage<1,[ID]> // one cycle in decode stage
40 , 1 // first operand read after one cycle
[all …]
/external/llvm/tools/llvm-config/
Dfind-cycles.pl44 foreach my $cycle (@CYCLES) {
45 my @modules = sort keys %{$cycle};
103 my %cycle = ($module, 1);
104 $CYCLES{$module} = \%cycle;
112 foreach my $cycle (values %CYCLES) {
113 unless ($seen{$cycle}) {
114 $seen{$cycle} = 1;
115 push @CYCLES, $cycle;
144 my %cycle;
146 $cycle{$item} = 1;
[all …]
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp113 int cycle = Stalls; in getHazardType() local
130 int StageCycle = cycle + (int)i; in getHazardType()
156 DEBUG(dbgs() << "*** Hazard in cycle " << (cycle + i) << ", "); in getHazardType()
164 cycle += IS->getNextCycles(); in getHazardType()
183 unsigned cycle = 0; in EmitInstruction() local
192 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction()
201 freeUnits &= ~ReservedScoreboard[cycle + i]; in EmitInstruction()
205 freeUnits &= ~RequiredScoreboard[cycle + i]; in EmitInstruction()
218 RequiredScoreboard[cycle + i] |= freeUnit; in EmitInstruction()
220 ReservedScoreboard[cycle + i] |= freeUnit; in EmitInstruction()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_audiodev.c151 int cycle; in SDL_OpenAudioPath() local
158 cycle = 0; in SDL_OpenAudioPath()
159 while( devsettings[cycle][0] != '\0' ) { in SDL_OpenAudioPath()
162 devsettings[cycle][0], in SDL_OpenAudioPath()
163 devsettings[cycle][1], in SDL_OpenAudioPath()
164 devsettings[cycle][2]); in SDL_OpenAudioPath()
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m10 …]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}}
12 …}; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}}
15 …]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retain cycle}}
42 …x->owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will …
43 …x.owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will b…
57 …self.owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block…
63 …owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will…
65 …owner.strong = ^{ ^{ (void) owner; }(); }; // expected-warning {{retain cycle}} expected-note {{bl…
68 …// expected-warning {{capturing 'self' strongly in this block is likely to lead to a retain cycle}}
75 …owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will…
[all …]
/external/webkit/Source/WebCore/platform/
DAutodrainedPool.h48 void cycle();
61 inline void AutodrainedPool::cycle() { } in cycle() function
DEventLoop.h41 void cycle();
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c72 static void cycle(ulong32 *R) in cycle() function
161 cycle(c->R); in s128_genkonst()
226 cycle(c->R); in sober128_add_entropy()
253 cycle(c->R); in sober128_add_entropy()
340 cycle(c->R); in sober128_read()
349 cycle(c->R); in sober128_read()
/external/llvm/lib/Target/ARM/
DARMScheduleA8.td96 // Result written in E5, but that is relative to the last cycle of multicycle,
125 // FIXME: lsl by 2 takes 1 cycle.
152 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
228 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
382 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers.
765 // Result written in N5, but that is relative to the last cycle of multicycle,
784 // Result written in N5, but that is relative to the last cycle of multicycle,
806 // Result written in N2, but that is relative to the last cycle of multicycle,
840 // Result written in N2, but that is relative to the last cycle of multicycle,
845 // Quad-register Permute (3 cycle issue)
[all …]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_folder_target_unittest.mm23 // retain cycle (see below; search for "retain cycle").
79 // true. Note this creates a retain cycle in OCMockObject; we
95 // creates a retain cycle, since OCMock retains all objects used in
/external/quake/quake/src/QW/client/
Dview.c115 float cycle; in V_CalcBob() local
124 cycle = bobtime - (int)(bobtime/cl_bobcycle.value)*cl_bobcycle.value; in V_CalcBob()
125 cycle /= cl_bobcycle.value; in V_CalcBob()
126 if (cycle < cl_bobup.value) in V_CalcBob()
127 cycle = M_PI * cycle / cl_bobup.value; in V_CalcBob()
129 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value); in V_CalcBob()
135 bob = bob*0.3 + bob*0.7*sin(cycle); in V_CalcBob()
/external/quake/quake/src/WinQuake/
Dview.cpp115 float cycle; in V_CalcBob() local
117 cycle = cl.time - (int)(cl.time/cl_bobcycle.value)*cl_bobcycle.value; in V_CalcBob()
118 cycle /= cl_bobcycle.value; in V_CalcBob()
119 if (cycle < cl_bobup.value) in V_CalcBob()
120 cycle = M_PI * cycle / cl_bobup.value; in V_CalcBob()
122 cycle = M_PI + M_PI*(cycle-cl_bobup.value)/(1.0 - cl_bobup.value); in V_CalcBob()
129 bob = bob*0.3 + bob*0.7*sin(cycle); in V_CalcBob()
/external/llvm/include/llvm/Target/
DTargetSchedule.td90 // OperandCycles are optional "cycle counts". They specify the cycle after
102 // In this example, the instruction of IIC_iLoadi reads its input on cycle 1
103 // (after issue) and the result of the load is available on cycle 3. The result
/external/webkit/Source/WebCore/platform/brew/
DEventLoopBrew.cpp31 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/Source/WebCore/platform/android/
DEventLoopAndroid.cpp33 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/Source/WebCore/platform/efl/
DEventLoopEfl.cpp30 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/Source/WebCore/platform/haiku/
DEventLoopHaiku.cpp34 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/Source/WebCore/platform/qt/
DEventLoopQt.cpp27 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/Source/WebCore/platform/gtk/
DEventLoopGtk.cpp27 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/webkit/Source/WebCore/platform/wx/
DEventLoopWx.cpp34 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/oprofile/events/arm/armv7/
Devents5 event:0x40 counters:1,2,3,4 um:zero minimum:500 name:WRITE_BUFFER_FULL : Any write buffer full cycle
26 …um:500 name:OP_EXECUTED : Number of operations executed (in instruction or mutli-cycle instruction)
28 …57 counters:1,2,3,4 um:zero minimum:500 name:CYCLES_INST : Number of instructions issued in a cycle
/external/valgrind/main/memcheck/tests/
Dleak-cycle.vgtest1 prog: leak-cycle
/external/webkit/Source/WebCore/platform/win/
DEventLoopWin.cpp33 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
/external/llvm/test/Verifier/
Daliasing-chain.ll3 ; Test that alising chain does not create a cycle

123456