Searched refs:loop_depth (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h107 unsigned loop_depth; member in struct:radeon_llvm_context
H A Dradeon_setup_tgsi_llvm.c45 return ctx->loop_depth > 0 ? ctx->loop + (ctx->loop_depth - 1) : NULL;
360 ctx->loop_depth++;
361 ctx->loop[ctx->loop_depth - 1].loop_block = loop_block;
362 ctx->loop[ctx->loop_depth - 1].endloop_block = endloop_block;
469 ctx->loop_depth--;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h107 unsigned loop_depth; member in struct:radeon_llvm_context
H A Dradeon_setup_tgsi_llvm.c45 return ctx->loop_depth > 0 ? ctx->loop + (ctx->loop_depth - 1) : NULL;
360 ctx->loop_depth++;
361 ctx->loop[ctx->loop_depth - 1].loop_block = loop_block;
362 ctx->loop[ctx->loop_depth - 1].endloop_block = endloop_block;
469 ctx->loop_depth--;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp273 int loop_depth = 0; local
289 if (loop_depth++ == 0)
292 loop_depth--;
294 if (loop_depth == 0) {
309 if (!loop_depth) {
325 if (!loop_depth) {
H A Dbrw_fs.cpp1553 int loop_depth = 0; local
1566 loop_depth++;
1569 loop_depth--;
1580 if (loop_depth || if_depth)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp273 int loop_depth = 0; local
289 if (loop_depth++ == 0)
292 loop_depth--;
294 if (loop_depth == 0) {
309 if (!loop_depth) {
325 if (!loop_depth) {
H A Dbrw_fs.cpp1553 int loop_depth = 0; local
1566 loop_depth++;
1569 loop_depth--;
1580 if (loop_depth || if_depth)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c352 unsigned int loop_depth = 1; local
356 loop_depth++;
358 if (!--loop_depth) {
H A Dr3xx_vertprog.c364 unsigned loop_depth = 0; local
426 && loop_depth >= R300_VS_MAX_LOOP_DEPTH)
427 || loop_depth >= R500_PVS_MAX_LOOP_DEPTH) {
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
445 if (loop_depth >= R300_VS_MAX_FC_OPS) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.c352 unsigned int loop_depth = 1; local
356 loop_depth++;
358 if (!--loop_depth) {
H A Dr3xx_vertprog.c364 unsigned loop_depth = 0; local
426 && loop_depth >= R300_VS_MAX_LOOP_DEPTH)
427 || loop_depth >= R500_PVS_MAX_LOOP_DEPTH) {
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1;
441 ret_addr = loops[--loop_depth];
445 if (loop_depth >= R300_VS_MAX_FC_OPS) {
/external/chromium_org/v8/src/
H A Dfull-codegen.h167 uint32_t loop_depth() { function in class:v8::internal::FullCodeGenerator::BackEdgeTableIterator
647 int loop_depth() { return loop_depth_; } function in class:v8::internal::FullCodeGenerator
709 uint32_t loop_depth; member in struct:v8::internal::FullCodeGenerator::BackEdgeEntry
H A Dfull-codegen.cc382 __ dd(back_edges_[i].loop_depth);
488 ASSERT(loop_depth() > 0);
489 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker);
H A Ddeoptimizer.cc2590 if (static_cast<int>(back_edges.loop_depth()) == loop_nesting_level) {
2616 if (static_cast<int>(back_edges.loop_depth()) <= loop_nesting_level) {
2642 uint32_t loop_depth = back_edges.loop_depth();
2643 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker);
2646 CHECK_EQ((static_cast<int>(loop_depth) <= loop_nesting_level),
H A Druntime.cc8556 uint32_t loop_depth = 0;
8563 loop_depth = back_edges.loop_depth();
8571 ast_id.ToInt(), loop_depth);
/external/v8/src/
H A Dfull-codegen.h540 int loop_depth() { return loop_depth_; } function in class:v8::internal::FullCodeGenerator
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc294 ASSERT(loop_depth() == 0);
296 ASSERT(loop_depth() == 0);
379 ASSERT(loop_depth() > 0);
380 __ test(eax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));
/external/v8/src/x64/
H A Dfull-codegen-x64.cc305 ASSERT(loop_depth() == 0);
307 ASSERT(loop_depth() == 0);
342 ASSERT(loop_depth() > 0);
343 __ testl(rax, Immediate(Min(loop_depth(), Code::kMaxLoopNestingMarker)));
/external/v8/src/arm/
H A Dfull-codegen-arm.cc299 ASSERT(loop_depth() == 0);
301 ASSERT(loop_depth() == 0);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc305 ASSERT(loop_depth() == 0);
307 ASSERT(loop_depth() == 0);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc305 ASSERT(loop_depth() == 0);
307 ASSERT(loop_depth() == 0);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc297 ASSERT(loop_depth() == 0);
299 ASSERT(loop_depth() == 0);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc307 ASSERT(loop_depth() == 0);
309 ASSERT(loop_depth() == 0);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc289 ASSERT(loop_depth() == 0);
291 ASSERT(loop_depth() == 0);

Completed in 3721 milliseconds

12