Home
last modified time | relevance | path

Searched refs:loop_depth (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp273 int loop_depth = 0; in calculate_live_intervals() local
289 if (loop_depth++ == 0) in calculate_live_intervals()
292 loop_depth--; in calculate_live_intervals()
294 if (loop_depth == 0) { in calculate_live_intervals()
309 if (!loop_depth) { in calculate_live_intervals()
325 if (!loop_depth) { in calculate_live_intervals()
Dbrw_fs.cpp1553 int loop_depth = 0; in register_coalesce() local
1566 loop_depth++; in register_coalesce()
1569 loop_depth--; in register_coalesce()
1580 if (loop_depth || if_depth) in register_coalesce()
/external/v8/src/
Dfull-codegen.cc362 __ dd(back_edges_[i].loop_depth); in EmitBackEdgeTable()
471 DCHECK(loop_depth() > 0); in RecordBackEdge()
472 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker); in RecordBackEdge()
1639 if (static_cast<int>(back_edges.loop_depth(i)) == loop_nesting_level) { in Patch()
1661 if (static_cast<int>(back_edges.loop_depth(i)) <= loop_nesting_level) { in Revert()
1702 uint32_t loop_depth = back_edges.loop_depth(i); in Verify() local
1703 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker); in Verify()
1706 CHECK_EQ((static_cast<int>(loop_depth) <= loop_nesting_level), in Verify()
Dfull-codegen.h586 int loop_depth() { return loop_depth_; } in loop_depth() function
646 uint32_t loop_depth; member
888 uint32_t loop_depth(uint32_t index) { in loop_depth() function
Dobjects.cc10932 back_edges.pc_offset(i), back_edges.loop_depth(i)); in Disassemble()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c352 unsigned int loop_depth = 1; in build_loop_info() local
356 loop_depth++; in build_loop_info()
358 if (!--loop_depth) { in build_loop_info()
Dr3xx_vertprog.c364 unsigned loop_depth = 0; in translate_vertex_program() local
426 && loop_depth >= R300_VS_MAX_LOOP_DEPTH) in translate_vertex_program()
427 || loop_depth >= R500_PVS_MAX_LOOP_DEPTH) { in translate_vertex_program()
432 loops[loop_depth++] = ((compiler->code->length)/ 4) + 1; in translate_vertex_program()
441 ret_addr = loops[--loop_depth]; in translate_vertex_program()
445 if (loop_depth >= R300_VS_MAX_FC_OPS) { in translate_vertex_program()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_llvm.h107 unsigned loop_depth; member
Dradeon_setup_tgsi_llvm.c45 return ctx->loop_depth > 0 ? ctx->loop + (ctx->loop_depth - 1) : NULL; in get_current_loop()
360 ctx->loop_depth++; in bgnloop_emit()
361 ctx->loop[ctx->loop_depth - 1].loop_block = loop_block; in bgnloop_emit()
362 ctx->loop[ctx->loop_depth - 1].endloop_block = endloop_block; in bgnloop_emit()
469 ctx->loop_depth--; in endloop_emit()
/external/v8/src/compiler/
Dscheduler.cc1083 int loop_depth = 0; in ComputeSpecialRPO() local
1089 loop_depth++; in ComputeSpecialRPO()
1096 loop_depth); in ComputeSpecialRPO()
1104 --loop_depth; in ComputeSpecialRPO()
1107 current->loop_depth_ = loop_depth; in ComputeSpecialRPO()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc317 DCHECK(loop_depth() == 0); in Generate()
319 DCHECK(loop_depth() == 0); in Generate()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc310 DCHECK(loop_depth() == 0); in Generate()
312 DCHECK(loop_depth() == 0); in Generate()
/external/v8/src/x87/
Dfull-codegen-x87.cc307 DCHECK(loop_depth() == 0); in Generate()
309 DCHECK(loop_depth() == 0); in Generate()
/external/v8/src/x64/
Dfull-codegen-x64.cc306 DCHECK(loop_depth() == 0); in Generate()
308 DCHECK(loop_depth() == 0); in Generate()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc320 DCHECK(loop_depth() == 0); in Generate()
324 DCHECK(loop_depth() == 0); in Generate()
/external/v8/src/arm/
Dfull-codegen-arm.cc318 DCHECK(loop_depth() == 0); in Generate()
320 DCHECK(loop_depth() == 0); in Generate()
/external/v8/src/mips/
Dfull-codegen-mips.cc326 DCHECK(loop_depth() == 0); in Generate()
328 DCHECK(loop_depth() == 0); in Generate()