/external/mesa3d/src/intel/compiler/ |
D | brw_fs_sel_peephole.cpp | 67 bblock_t *then_block, bblock_t *else_block) in count_movs_from_if() argument 80 foreach_inst_in_block(fs_inst, inst, else_block) { in count_movs_from_if() 143 bblock_t *else_block = NULL; in opt_peephole_sel() local 147 else_block = child->block; in opt_peephole_sel() 152 if (else_block == NULL) in opt_peephole_sel() 155 int movs = count_movs_from_if(then_mov, else_mov, then_block, else_block); in opt_peephole_sel() 212 else_mov[i]->remove(else_block); in opt_peephole_sel()
|
D | brw_dead_control_flow.cpp | 57 bblock_t *const else_block = prev_block; in dead_control_flow_eliminate() local 60 else_inst->remove(else_block); in dead_control_flow_eliminate() 101 bblock_t *const else_block = block; in dead_control_flow_eliminate() local 109 else_inst->remove(else_block); in dead_control_flow_eliminate()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_conditional_discard.c | 44 nir_block *else_block = nir_if_first_else_block(if_stmt); in nir_opt_conditional_discard_block() local 47 if (nir_if_last_else_block(if_stmt) != else_block) in nir_opt_conditional_discard_block() 49 if (!exec_list_is_empty(&else_block->instr_list)) in nir_opt_conditional_discard_block() 70 phi_src->pred == else_block) in nir_opt_conditional_discard_block()
|
D | nir_opt_peephole_select.c | 162 nir_block *else_block = nir_if_first_else_block(if_stmt); in nir_opt_peephole_select_block() local 166 nir_if_last_else_block(if_stmt) != else_block) in nir_opt_peephole_select_block() 172 !block_check_for_allowed_instrs(else_block, &count, limit != 0)) in nir_opt_peephole_select_block() 196 nir_foreach_instr_safe(instr, else_block) { in nir_opt_peephole_select_block() 214 assert(src->pred == then_block || src->pred == else_block); in nir_opt_peephole_select_block()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_nir_lower_if_else.c | 228 nir_block *else_block = nir_if_first_else_block(if_stmt); in lower_if_else_block() local 232 nir_if_last_else_block(if_stmt) != else_block) in lower_if_else_block() 237 !block_check_for_allowed_instrs(else_block)) in lower_if_else_block() 259 flatten_block(b, else_block, prev_block, in lower_if_else_block() 274 assert(src->pred == then_block || src->pred == else_block); in lower_if_else_block()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 412 struct vtn_block *else_block = in vtn_cfg_walk_blocks() local 432 if_stmt->else_type = vtn_get_branch_type(b, else_block, in vtn_cfg_walk_blocks() 436 if (then_block == else_block) { in vtn_cfg_walk_blocks() 454 vtn_cfg_walk_blocks(b, &if_stmt->else_body, else_block, in vtn_cfg_walk_blocks() 480 block = else_block; in vtn_cfg_walk_blocks()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1615 struct qblock *else_block; in ntq_emit_if() local 1617 else_block = after_block; in ntq_emit_if() 1619 else_block = vir_new_block(c); in ntq_emit_if() 1637 vir_uniform_ui(c, else_block->index)); in ntq_emit_if() 1644 vir_link_blocks(c->cur_block, else_block); in ntq_emit_if() 1666 vir_link_blocks(c->cur_block, else_block); in ntq_emit_if() 1668 vir_set_emit_block(c, else_block); in ntq_emit_if()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1924 struct qblock *else_block; in ntq_emit_if() local 1926 else_block = after_block; in ntq_emit_if() 1928 else_block = qir_new_block(c); in ntq_emit_if() 1944 qir_uniform_ui(c, else_block->index)); in ntq_emit_if() 1951 qir_link_blocks(c->cur_block, else_block); in ntq_emit_if() 1971 qir_link_blocks(c->cur_block, else_block); in ntq_emit_if() 1973 qir_set_emit_block(c, else_block); in ntq_emit_if()
|
/external/bcc/src/cc/frontends/b/ |
D | node.h | 405 OnValidStmtNode(IdentExprNode::Ptr cond, StmtNode::Ptr block, StmtNode::Ptr else_block) in OnValidStmtNode() argument 407 else_block_(move(else_block)) {} in OnValidStmtNode()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 425 | {missing} else_block 426 {->else_block.command} 429 else_block {->command}
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 5292 nir_block *else_block = in visit_if() local 5295 ac_build_else(&ctx->ac, else_block->index); in visit_if()
|