Home
last modified time | relevance | path

Searched refs:exec_potentially_empty_break_depth (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.h79 uint16_t exec_potentially_empty_break_depth = UINT16_MAX; member
Daco_instruction_selection.cpp10362 ctx->cf_info.exec_potentially_empty_break_depth = ctx->block->loop_nest_depth; in emit_loop_jump()
10569 ic->exec_potentially_empty_break_depth_old = ctx->cf_info.exec_potentially_empty_break_depth; in begin_divergent_if_then()
10576 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX; in begin_divergent_if_then()
10630 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth); in begin_divergent_if_else()
10634 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX; in begin_divergent_if_else()
10685 ctx->cf_info.exec_potentially_empty_break_depth = std::min( in end_divergent_if()
10686 ic->exec_potentially_empty_break_depth_old, ctx->cf_info.exec_potentially_empty_break_depth); in end_divergent_if()
10687 if (ctx->block->loop_nest_depth == ctx->cf_info.exec_potentially_empty_break_depth && in end_divergent_if()
10690 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX; in end_divergent_if()
10696 ctx->cf_info.exec_potentially_empty_break_depth = UINT16_MAX; in end_divergent_if()