Home
last modified time | relevance | path

Searched refs:EndLoop (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c62 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1; in loop_max_possible_iterations()
73 struct rc_instruction * last = loop->EndLoop->Prev; in unroll_loop()
76 rc_remove_instruction(loop->EndLoop); in unroll_loop()
244 loop->EndLoop = inst; in try_unroll_loop()
315 loop->EndLoop = NULL; in try_unroll_loop()
340 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) { in build_loop_info()
394 loop->EndLoop = ptr; in build_loop_info()
400 && loop->Cond && loop->EndLoop) { in build_loop_info()
468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
515 if(!s->Loops[i].EndLoop){ in rc_emulate_loops()
Dradeon_emulate_loops.h16 struct rc_instruction * EndLoop; member
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c62 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1; in loop_max_possible_iterations()
73 struct rc_instruction * last = loop->EndLoop->Prev; in unroll_loop()
76 rc_remove_instruction(loop->EndLoop); in unroll_loop()
244 loop->EndLoop = inst; in try_unroll_loop()
315 loop->EndLoop = NULL; in try_unroll_loop()
340 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) { in build_loop_info()
394 loop->EndLoop = ptr; in build_loop_info()
400 && loop->Cond && loop->EndLoop) { in build_loop_info()
468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
515 if(!s->Loops[i].EndLoop){ in rc_emulate_loops()
Dradeon_emulate_loops.h16 struct rc_instruction * EndLoop; member
/external/chromium_org/v8/src/compiler/
Dcontrol-builders.h75 void EndLoop();
Dcontrol-builders.cc61 void LoopBuilder::EndLoop() { in EndLoop() function in v8::internal::compiler::LoopBuilder
Dast-graph-builder.cc589 while_loop.EndLoop(); in VisitDoWhileStatement()
601 while_loop.EndLoop(); in VisitWhileStatement()
617 for_loop.EndLoop(); in VisitForStatement()
757 for_loop.EndLoop(); in VisitForInStatement()
/external/chromium_org/chrome/browser/printing/
Dprint_preview_pdf_generated_browsertest.cc129 void EndLoop() { in EndLoop() function in printing::PrintPreviewObserver
195 base::Bind(&PrintPreviewObserver::EndLoop, base::Unretained(this)); in ManipulatePreviewSettings()
/external/chromium_org/net/socket/
Dsocket_test_util.cc379 void OrderedSocketData::EndLoop() { in EndLoop() function in net::OrderedSocketData
405 EndLoop(); in GetNextRead()
Dsocket_test_util.h430 void EndLoop();
/external/chromium_org/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc494 loop.EndLoop(); in RunCopyElements()