Searched refs:BRW_OPCODE_ELSE (Results 1 – 17 of 17) sorted by relevance
56 prev_inst->opcode == BRW_OPCODE_ELSE) { in dead_control_flow_eliminate()99 } else if (inst->opcode == BRW_OPCODE_ELSE && in dead_control_flow_eliminate()
98 op == BRW_OPCODE_ELSE || in ends_block()207 case BRW_OPCODE_ELSE: in cfg_t()241 assert(!cur_else || cur_else->end()->opcode == BRW_OPCODE_ELSE); in cfg_t()
146 if (child->block->prev()->end()->opcode == BRW_OPCODE_ELSE) { in opt_peephole_sel()
168 op == BRW_OPCODE_ELSE || in bblock_ends_with_control_flow()
42 opcode == BRW_OPCODE_ELSE || in has_jip()57 (devinfo->gen >= 8 && opcode == BRW_OPCODE_ELSE) || in has_uip()70 opcode == BRW_OPCODE_ELSE; in has_branch_ctrl()1538 opcode == BRW_OPCODE_ELSE)) { in brw_disassemble_inst()
62 inst->opcode != BRW_OPCODE_ELSE && in is_dominated_by_previous_instruction()
223 BRW_OPCODE_ELSE = 36, enumerator
1401 (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ELSE && devinfo->gen <= 7)) in update_uip_jip()1587 case BRW_OPCODE_ELSE: in brw_compact_instructions()
1358 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE); in convert_IF_ELSE_to_ADD()1411 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE); in patch_IF_ELSE()1482 insn = next_insn(p, BRW_OPCODE_ELSE); in brw_ELSE()1550 if (brw_inst_opcode(devinfo, tmp) == BRW_OPCODE_ELSE) { in brw_ENDIF()2638 case BRW_OPCODE_ELSE: in brw_find_next_block_end()
506 [BRW_OPCODE_ELSE] = {
818 case BRW_OPCODE_ELSE: in is_control_flow()
1705 case BRW_OPCODE_ELSE: in generate_code()
1876 case BRW_OPCODE_ELSE: in generate_code()
116 emit(BRW_OPCODE_ELSE); in nir_emit_if()
1904 emit(BRW_OPCODE_ELSE); in emit_shader_time_end()
381 bld.emit(BRW_OPCODE_ELSE); in nir_emit_if()
584 ibld.emit(BRW_OPCODE_ELSE); in emit_shader_time_end()