/external/llvm/lib/Target/MBlaze/ |
D | MBlazeSchedule5.td | 18 // 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 …]
|
D | MBlazeSchedule3.td | 18 // 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/ |
D | find-cycles.pl | 44 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/ |
D | ScoreboardHazardRecognizer.cpp | 113 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/ |
D | SDL_audiodev.c | 151 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/ |
D | warn-retain-cycle.m | 10 …]; // 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/ |
D | AutodrainedPool.h | 48 void cycle(); 61 inline void AutodrainedPool::cycle() { } in cycle() function
|
D | EventLoop.h | 41 void cycle();
|
/external/dropbear/libtomcrypt/src/prngs/ |
D | sober128.c | 72 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/ |
D | ARMScheduleA8.td | 96 // 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/ |
D | bookmark_folder_target_unittest.mm | 23 // 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/ |
D | view.c | 115 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/ |
D | view.cpp | 115 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/ |
D | TargetSchedule.td | 90 // 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/ |
D | EventLoopBrew.cpp | 31 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/webkit/Source/WebCore/platform/android/ |
D | EventLoopAndroid.cpp | 33 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/webkit/Source/WebCore/platform/efl/ |
D | EventLoopEfl.cpp | 30 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | EventLoopHaiku.cpp | 34 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/webkit/Source/WebCore/platform/qt/ |
D | EventLoopQt.cpp | 27 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | EventLoopGtk.cpp | 27 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/webkit/Source/WebCore/platform/wx/ |
D | EventLoopWx.cpp | 34 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/oprofile/events/arm/armv7/ |
D | events | 5 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/ |
D | leak-cycle.vgtest | 1 prog: leak-cycle
|
/external/webkit/Source/WebCore/platform/win/ |
D | EventLoopWin.cpp | 33 void EventLoop::cycle() in cycle() function in WebCore::EventLoop
|
/external/llvm/test/Verifier/ |
D | aliasing-chain.ll | 3 ; Test that alising chain does not create a cycle
|