HomeSort by relevance Sort by last modified time
    Searched refs:then_block (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_conditional_discard.c 43 nir_block *then_block = nir_if_first_then_block(if_stmt); local
53 if (nir_if_last_then_block(if_stmt) != then_block)
55 if (exec_list_is_empty(&then_block->instr_list))
57 if (exec_list_length(&then_block->instr_list) > 1)
69 if (phi_src->pred == then_block ||
78 nir_instr *instr = nir_block_first_instr(then_block);
nir_opt_peephole_select.c 161 nir_block *then_block = nir_if_first_then_block(if_stmt); local
165 if (nir_if_last_then_block(if_stmt) != then_block ||
171 if (!block_check_for_allowed_instrs(then_block, &count, limit != 0) ||
190 nir_foreach_instr_safe(instr, then_block) {
214 assert(src->pred == then_block || src->pred == else_block);
217 unsigned idx = src->pred == then_block ? 1 : 2;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_sel_peephole.cpp 46 * A pointer to the bblock_t following the IF is passed as the <then_block>
67 bblock_t *then_block, bblock_t *else_block)
70 foreach_inst_in_block(fs_inst, inst, then_block) {
140 bblock_t *then_block = block->next(); local
143 if (child->block != then_block) {
153 int movs = count_movs_from_if(then_mov, else_mov, then_block, else_block);
189 const fs_builder ibld = fs_builder(this, then_block, then_mov[i])
211 then_mov[i]->remove(then_block);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_if_else.c 227 nir_block *then_block = nir_if_first_then_block(if_stmt); local
231 if (nir_if_last_then_block(if_stmt) != then_block ||
236 if (!block_check_for_allowed_instrs(then_block) ||
257 flatten_block(b, then_block, prev_block,
274 assert(src->pred == then_block || src->pred == else_block);
277 unsigned idx = src->pred == then_block ? 1 : 2;
  /art/compiler/optimizing/
codegen_test.cc 434 HBasicBlock* then_block = new (&allocator) HBasicBlock(graph); local
439 graph->AddBlock(then_block);
442 first_block->AddSuccessor(then_block);
444 then_block->AddSuccessor(exit_block);
448 then_block->AddInstruction(new (&allocator) HReturn(constant0));
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 331 struct vtn_block *then_block = local
350 if_stmt->then_type = vtn_get_branch_type(then_block,
364 vtn_cfg_walk_blocks(b, &if_stmt->then_body, then_block,
391 block = then_block;
  /external/v8/src/parsing/
parser.cc 5008 Block* then_block = factory()->NewBlock(nullptr, 2, false, nopos); local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c 1895 struct qblock *then_block = qir_new_block(c); local
    [all...]

Completed in 76 milliseconds