Home
last modified time | relevance | path

Searched refs:loop_nest_depth (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_phis.cpp46 unsigned loop_nest_depth; member
74 if (block.loop_nest_depth < state->loop_nest_depth) { in get_ssa()
77 } else if (block.loop_nest_depth > state->loop_nest_depth || pred == 1 || in get_ssa()
214 while (program->blocks[start - 1].loop_nest_depth >= state->loop_nest_depth) in init_any_pred_defined()
223 while (program->blocks[end].loop_nest_depth >= state->loop_nest_depth) in init_any_pred_defined()
275 state->loop_nest_depth in lower_divergent_bool_phi()
[all...]
H A Daco_reduce_assign.cpp70 if (reduceTmp_in_loop && block.loop_nest_depth == 0) { in setup_reduce_temp()
99 reduceTmp_in_loop |= block.loop_nest_depth > 0; in setup_reduce_temp()
142 vtmp_in_loop |= need_vtmp && block.loop_nest_depth > 0; in setup_reduce_temp()
H A Daco_statistics.cpp510 iter *= block.loop_nest_depth > 0 ? 8.0 : 1.0; in collect_preasm_stats()
511 iter *= block.loop_nest_depth > 1 ? 4.0 : 1.0; in collect_preasm_stats()
512 iter *= block.loop_nest_depth > 2 ? pow(2.0, block.loop_nest_depth - 2) : 1.0; in collect_preasm_stats()
H A Daco_spill.cpp254 if (ctx.program->blocks[pred_idx].loop_nest_depth > block->loop_nest_depth) in next_uses_per_block()
496 if (block->loop_nest_depth > ctx.program->blocks[block_idx - 1].loop_nest_depth) { in init_live_in_vars()
507 while (ctx.program->blocks[i].loop_nest_depth >= block->loop_nest_depth) { in init_live_in_vars()
1295 bool is_loop_header = block->loop_nest_depth && ctx.loop_header.top()->index == block_idx; in spill_block()
1321 if (block->loop_nest_depth == 0 || in spill_block()
1322 ctx.program->blocks[block_idx + 1].loop_nest_depth >= block->loop_nest_depth) in spill_block()
[all...]
H A Daco_insert_exec_mask.cpp731 unsigned loop_nest_depth = ctx.program->blocks[idx + 1].loop_nest_depth; in add_branch_code() local
733 for (unsigned i = idx + 1; ctx.program->blocks[i].loop_nest_depth >= loop_nest_depth; i++) { in add_branch_code()
738 if (loop_block.loop_nest_depth != loop_nest_depth) in add_branch_code()
H A Daco_opt_value_numbering.cpp317 unsigned parent_loop_nest_depth = ctx.program->blocks[parent].loop_nest_depth; in dominates()
318 while (parent < child && parent_loop_nest_depth <= ctx.program->blocks[child].loop_nest_depth) in dominates()
H A Daco_ir.h1927 uint16_t loop_nest_depth = 0;
2161 block.loop_nest_depth = next_loop_depth;
H A Daco_insert_waitcnt.cpp823 loop_progress = std::max<unsigned>(loop_progress, current.loop_nest_depth); in insert_wait_states()
H A Daco_register_allocation.cpp2509 while ((header_rit + 1)->loop_nest_depth > block.loop_nest_depth) in get_affinities()
H A Daco_instruction_selection.cpp9035 if (ctx->block->loop_nest_depth || ctx->cf_info.parent_if.is_divergent)
9047 if (ctx->block->loop_nest_depth || ctx->cf_info.parent_if.is_divergent)
9068 if (ctx->block->loop_nest_depth || ctx->cf_info.parent_if.is_divergent)
10313 if (!ctx->block->loop_nest_depth && !ctx->cf_info.parent_if.is_divergent)
10362 ctx->cf_info.exec_potentially_empty_break_depth = ctx->block->loop_nest_depth;
10436 unsigned loop_nest_depth = ctx->program->blocks[first].loop_nest_depth;
10442 if (block.loop_nest_depth != loop_nest_depth) {
10687 if (ctx->block->loop_nest_depth
[all...]

Completed in 32 milliseconds